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- 
getNameGet test name.- Returns:
- test name
 
- 
countTestCasespublic int countTestCases()Get test cases count.- Specified by:
- countTestCasesin interface- junit.framework.Test
- Returns:
- test cases count
 
- 
runpublic void run(junit.framework.TestResult result) Run test.- Specified by:
- runin interface- junit.framework.Test
- Parameters:
- result- test result
- See Also:
- 
- Test.run(junit.framework.TestResult)
 
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-