|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.test.TestEngine.TestResults
public static class TestEngine.TestResults
Field Summary | |
---|---|
boolean |
passed
|
java.util.List<TestEngine.TestResult> |
results
|
Constructor Summary | |
---|---|
TestEngine.TestResults()
|
Method Summary | |
---|---|
void |
add(TestEngine.TestResult result)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.List<TestEngine.TestResult> results
public boolean passed
Constructor Detail |
---|
public TestEngine.TestResults()
Method Detail |
---|
public void add(TestEngine.TestResult result)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |