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.TestResults
PlayPlugin. 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.TestResults
PluginCollection. runTest(java.lang.Class<BaseTest> clazz)
-
Uses of BaseTest in play.test
Subclasses of BaseTest in play.test Modifier and Type Class Description class
FunctionalTest
Application tests supportclass
UnitTest
-