|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplay.test.TestEngine.TestResults
public static class TestEngine.TestResults
| Field Summary | |
|---|---|
int |
errors
|
int |
failures
|
boolean |
passed
|
java.util.List<TestEngine.TestResult> |
results
|
int |
success
|
long |
time
|
| 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
public int success
public int errors
public int failures
public long time
| 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 | |||||||||