public class TestRunner.JunitTestSuite
extends TestSuite
Constructor and Description |
---|
JunitTestSuite() |
Modifier and Type | Method and Description |
---|---|
void |
addError(Test test,
Throwable t)
Implemented method of the interface TestListener which will listen for an
mError while running the test.
|
void |
addFailure(Test test,
junit.framework.AssertionFailedError t) |
void |
endTest(Test test)
Implemented method of the interface TestListener which will listen for the
end of the test.
|
void |
run(TestResult result) |
void |
startTest(Test test)
Implemented method of the interface TestListener which will listen for the
start of a test.
|
public void run(TestResult result)
public void startTest(Test test)
test
- public void endTest(Test test)
test
- public void addError(Test test, Throwable t)
test
- public void addFailure(Test test, junit.framework.AssertionFailedError t)