public static class TestEngine.TestResults
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
errors |
int |
failures |
boolean |
passed |
java.util.List<TestEngine.TestResult> |
results |
int |
success |
long |
time |
Constructor and Description |
---|
TestResults() |
Modifier and Type | Method and Description |
---|---|
void |
add(TestEngine.TestResult result) |
public java.util.List<TestEngine.TestResult> results
public boolean passed
public int success
public int errors
public int failures
public long time
public void add(TestEngine.TestResult result)
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly