Uses of Class
com.applitools.eyes.TestResultContainer
-
Packages that use TestResultContainer Package Description com.applitools.eyes -
-
Uses of TestResultContainer in com.applitools.eyes
Methods in com.applitools.eyes that return TestResultContainer Modifier and Type Method Description TestResultContainer[]TestResultsSummary. getAllResults()Methods in com.applitools.eyes that return types with arguments of type TestResultContainer Modifier and Type Method Description Iterator<TestResultContainer>TestResultsSummary. iterator()Constructor parameters in com.applitools.eyes with type arguments of type TestResultContainer Constructor Description TestResultsSummary(List<TestResultContainer> allResults)TestResultsSummary(List<TestResultContainer> allResults, Integer passed, Integer unresolved, Integer failed, Integer exceptions, Integer mismatches, Integer missing, Integer matches)
-