Uses of Class
com.avoka.tm.test.AbstractJUnitTest
-
Packages that use AbstractJUnitTest Package Description com.avoka.tm.test Provides Unit Testing support classes. -
-
Uses of AbstractJUnitTest in com.avoka.tm.test
Methods in com.avoka.tm.test with parameters of type AbstractJUnitTest Modifier and Type Method Description static org.junit.runner.Result
JUnitTestRunner. runTests(AbstractJUnitTest junitTestInstance)
Run unit test methods (annotated withTest
) in junit test instance.
-