|
|||||||||
| Home >> All >> junit >> [ framework overview ] | PREV NEXT | ||||||||
Uses of Class
junit.framework.TestResult
| Uses of TestResult in junit.framework |
| Methods in junit.framework that return TestResult | |
protected TestResult |
TestCase.createResult()
Creates a default TestResult object |
TestResult |
TestCase.run()
A convenience method to run this test, collecting the results with a default TestResult object. |
| Methods in junit.framework with parameters of type TestResult | |
void |
TestSuite.run(TestResult result)
Runs the tests and collects their result in a TestResult. |
void |
TestSuite.runTest(Test test,
TestResult result)
|
void |
TestCase.run(TestResult result)
Runs the test case and collects the results in TestResult. |
void |
Test.run(TestResult result)
Runs a test and collects its result in a TestResult instance. |
|
|||||||||
| Home >> All >> junit >> [ framework overview ] | PREV NEXT | ||||||||