Uses of Class
com.applitools.eyes.universal.dto.TestResultsDto
-
Packages that use TestResultsDto Package Description com.applitools.eyes.universal.dto com.applitools.eyes.universal.mapper -
-
Uses of TestResultsDto in com.applitools.eyes.universal.dto
Methods in com.applitools.eyes.universal.dto that return TestResultsDto Modifier and Type Method Description TestResultsDtoTestResultContainerDto. getResult()Methods in com.applitools.eyes.universal.dto with parameters of type TestResultsDto Modifier and Type Method Description voidTestResultContainerDto. setResult(TestResultsDto result)Constructors in com.applitools.eyes.universal.dto with parameters of type TestResultsDto Constructor Description TestResultContainerDto(TestResultsDto result, EyesError error, BrowserInfoDto renderer, String userTestId) -
Uses of TestResultsDto in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper with parameters of type TestResultsDto Modifier and Type Method Description static TestResultsTestResultsMapper. toTestResults(TestResultsDto result)
-