Class TestResultsMapper
java.lang.Object
com.applitools.eyes.universal.mapper.TestResultsMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TestResultstoTestResults(CommandEyesGetResultsResponseDto response, String apiKey, URI serverUrl, com.applitools.eyes.AbstractProxySettings proxySettings) static TestResultstoTestResults(TestResultsDto result) static List<TestResults> toTestResultsList(List<CommandEyesGetResultsResponseDto> responseDtoList, String apiKey, URI serverUrl, com.applitools.eyes.AbstractProxySettings proxySettings)
-
Constructor Details
-
TestResultsMapper
public TestResultsMapper()
-
-
Method Details
-
toTestResults
public static TestResults toTestResults(CommandEyesGetResultsResponseDto response, String apiKey, URI serverUrl, com.applitools.eyes.AbstractProxySettings proxySettings) -
toTestResultsList
public static List<TestResults> toTestResultsList(List<CommandEyesGetResultsResponseDto> responseDtoList, String apiKey, URI serverUrl, com.applitools.eyes.AbstractProxySettings proxySettings) -
toTestResults
-