public class TestResultsSummary extends Object implements Iterable<TestResultContainer>
| Constructor and Description |
|---|
TestResultsSummary(List<TestResultContainer> allResults) |
TestResultsSummary(List<TestResultContainer> allResults,
Integer passed,
Integer unresolved,
Integer failed,
Integer exceptions,
Integer mismatches,
Integer missing,
Integer matches) |
| Modifier and Type | Method and Description |
|---|---|
TestResultContainer[] |
getAllResults() |
Iterator<TestResultContainer> |
iterator() |
int |
size() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic TestResultsSummary(List<TestResultContainer> allResults)
public TestResultContainer[] getAllResults()
public Iterator<TestResultContainer> iterator()
iterator in interface Iterable<TestResultContainer>public int size()
Copyright © 2022. All rights reserved.