Uses of Class
play.test.BaseTest
-
Packages that use BaseTest Package Description play play.plugins play.test -
-
Uses of BaseTest in play
Method parameters in play with type arguments of type BaseTest Modifier and Type Method Description TestEngine.TestResultsPlayPlugin. runTest(java.lang.Class<BaseTest> clazz)Run a test class -
Uses of BaseTest in play.plugins
Method parameters in play.plugins with type arguments of type BaseTest Modifier and Type Method Description TestEngine.TestResultsPluginCollection. runTest(java.lang.Class<BaseTest> clazz) -
Uses of BaseTest in play.test
Subclasses of BaseTest in play.test Modifier and Type Class Description classFunctionalTestApplication tests supportclassUnitTest
-