|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.test.TestEngine
public class TestEngine
Run application tests
Nested Class Summary | |
---|---|
static class |
TestEngine.TestResult
|
static class |
TestEngine.TestResults
|
Constructor Summary | |
---|---|
TestEngine()
|
Method Summary | |
---|---|
static java.util.List<java.lang.Class> |
allFunctionalTests()
|
static java.util.List<java.lang.String> |
allSeleniumTests()
|
static java.util.List<java.lang.Class> |
allUnitTests()
|
static TestEngine.TestResults |
run(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestEngine()
Method Detail |
---|
public static java.util.List<java.lang.Class> allUnitTests()
public static java.util.List<java.lang.Class> allFunctionalTests()
public static java.util.List<java.lang.String> allSeleniumTests()
public static TestEngine.TestResults run(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |