public static class TestEngine.TestResults extends Object
Modifier and Type | Field and Description |
---|---|
int |
errors |
int |
failures |
boolean |
passed |
List<TestEngine.TestResult> |
results |
int |
success |
long |
time |
Constructor and Description |
---|
TestResults() |
public 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