Class TestResultsSummaryDto
java.lang.Object
com.applitools.eyes.universal.dto.TestResultsSummaryDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetExceptions(Integer exceptions) voidvoidsetMatches(Integer matches) voidsetMismatches(Integer mismatches) voidsetMissing(Integer missing) voidvoidsetResults(List<TestResultContainerDto> results) voidsetUnresolved(Integer unresolved)
-
Constructor Details
-
TestResultsSummaryDto
public TestResultsSummaryDto()
-
-
Method Details
-
getResults
-
setResults
-
getPassed
-
setPassed
-
getUnresolved
-
setUnresolved
-
getFailed
-
setFailed
-
getExceptions
-
setExceptions
-
getMismatches
-
setMismatches
-
getMissing
-
setMissing
-
getMatches
-
setMatches
-