Package com.applitools.eyes
Class TestResultsSummary
- java.lang.Object
-
- com.applitools.eyes.TestResultsSummary
-
- All Implemented Interfaces:
Iterable<TestResultContainer>
public class TestResultsSummary extends Object implements Iterable<TestResultContainer>
-
-
Constructor Summary
Constructors Constructor Description TestResultsSummary(List<TestResultContainer> allResults)TestResultsSummary(List<TestResultContainer> allResults, Integer passed, Integer unresolved, Integer failed, Integer exceptions, Integer mismatches, Integer missing, Integer matches)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestResultContainer[]getAllResults()Iterator<TestResultContainer>iterator()intsize()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
TestResultsSummary
public TestResultsSummary(List<TestResultContainer> allResults)
-
-
Method Detail
-
getAllResults
public TestResultContainer[] getAllResults()
-
iterator
public Iterator<TestResultContainer> iterator()
- Specified by:
iteratorin interfaceIterable<TestResultContainer>
-
size
public int size()
-
-