Class TestResultsMapper
- java.lang.Object
-
- com.applitools.eyes.universal.mapper.TestResultsMapper
-
public class TestResultsMapper extends Object
test results mapper
-
-
Constructor Summary
Constructors Constructor Description TestResultsMapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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)
-
-
-
Method Detail
-
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
public static TestResults toTestResults(TestResultsDto result)
-
-