Package com.avoka.tm.test
Class JUnitTestRunner.TestWrapper
java.lang.Object
com.avoka.tm.test.JUnitTestRunner.TestWrapper
- All Implemented Interfaces:
junit.framework.Test
- Enclosing class:
- JUnitTestRunner
Test wrapper.
-
Method Summary
-
Method Details
-
getName
Get test name.- Returns:
- test name
-
countTestCases
public int countTestCases()Get test cases count.- Specified by:
countTestCases
in interfacejunit.framework.Test
- Returns:
- test cases count
-
run
public void run(junit.framework.TestResult result) Run test.- Specified by:
run
in interfacejunit.framework.Test
- Parameters:
result
- test result- See Also:
-
Test.run(junit.framework.TestResult)
-
equals
-
hashCode
public int hashCode() -
toString
-