Uses of Class
com.applitools.eyes.TestResults
-
Packages that use TestResults Package Description com.applitools.eyes com.applitools.eyes.events com.applitools.eyes.exceptions com.applitools.eyes.universal.dto com.applitools.eyes.universal.mapper -
-
Uses of TestResults in com.applitools.eyes
Methods in com.applitools.eyes that return TestResults Modifier and Type Method Description TestResultsIEyesBase. abort()TestResultsIEyesBase. abortIfNotClosed()TestResultsTestResultContainer. getTestResults()Methods in com.applitools.eyes that return types with arguments of type TestResults Modifier and Type Method Description List<TestResults>IEyesBase. getResults()List<TestResults>IEyesBase. getResults(boolean shouldThrowException)Methods in com.applitools.eyes with parameters of type TestResults Modifier and Type Method Description voidEyesRunner. logSessionResultsAndThrowException(boolean throwEx, TestResults results)Constructors in com.applitools.eyes with parameters of type TestResults Constructor Description TestResultContainer(TestResults testResults)TestResultContainer(TestResults testResults, com.applitools.eyes.visualgrid.model.RenderBrowserInfo browserInfo, Throwable exception) -
Uses of TestResults in com.applitools.eyes.events
Methods in com.applitools.eyes.events with parameters of type TestResults Modifier and Type Method Description voidISessionEventHandler. testEnded(String autSessionId, TestResults testResults)Called after a session had ended.voidSessionEventHandlers. testEnded(String autSessionId, TestResults testResults) -
Uses of TestResults in com.applitools.eyes.exceptions
Methods in com.applitools.eyes.exceptions that return TestResults Modifier and Type Method Description TestResultsTestFailedException. getTestResults()Constructors in com.applitools.eyes.exceptions with parameters of type TestResults Constructor Description DiffsFoundException(TestResults testResults, String scenarioIdOrName, String appIdOrName)NewTestException(TestResults testResults, String scenarioIdOrName, String appIdOrName)TestFailedException(TestResults testResults, String message)TestFailedException(TestResults testResults, String scenarioIdOrName, String appIdOrName) -
Uses of TestResults in com.applitools.eyes.universal.dto
Methods in com.applitools.eyes.universal.dto that return TestResults Modifier and Type Method Description TestResultsInfoDto. getResult()Methods in com.applitools.eyes.universal.dto with parameters of type TestResults Modifier and Type Method Description voidInfoDto. setResult(TestResults result) -
Uses of TestResults in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper that return TestResults Modifier and Type Method Description static TestResultsTestResultsMapper. toTestResults(CommandEyesGetResultsResponseDto response, String apiKey, URI serverUrl, com.applitools.eyes.AbstractProxySettings proxySettings)static TestResultsTestResultsMapper. toTestResults(TestResultsDto result)Methods in com.applitools.eyes.universal.mapper that return types with arguments of type TestResults Modifier and Type Method Description static List<TestResults>TestResultsMapper. toTestResultsList(List<CommandEyesGetResultsResponseDto> responseDtoList, String apiKey, URI serverUrl, com.applitools.eyes.AbstractProxySettings proxySettings)Methods in com.applitools.eyes.universal.mapper with parameters of type TestResults Modifier and Type Method Description static DeleteTestSettingsDtoSettingsMapper. toDeleteTestSettingsDto(TestResults testResults, String apiKey, String serverUrl, ProxyDto proxy)
-