|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.TestResult
remoteTester.framework.TestResultSerializable
This is the server side TestResult. It can be serialized to bring execution result to client side. It let exceptions come back to the client.
Created by Nicolas FRANK
Field Summary |
Fields inherited from class junit.framework.TestResult |
fErrors, fFailures, fListeners, fRunTests |
Constructor Summary | |
TestResultSerializable()
|
Method Summary | |
java.lang.String |
getOutput()
get the testcase execution output |
void |
runProtected(junit.framework.Test test,
junit.framework.Protectable p)
Runs a TestCase. |
void |
setOutput(java.lang.String output)
the testcase execution output |
Methods inherited from class junit.framework.TestResult |
addError, addFailure, addListener, endTest, errorCount, errors, failureCount, failures, removeListener, run, runCount, shouldStop, startTest, stop, wasSuccessful |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestResultSerializable()
Method Detail |
public java.lang.String getOutput()
public void setOutput(java.lang.String output)
output
- public void runProtected(junit.framework.Test test, junit.framework.Protectable p)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |