Uses of Class
com.applitools.eyes.TestResults
Packages that use TestResults
Package
Description
-
Uses of TestResults in com.applitools.eyes
Methods in com.applitools.eyes that return TestResultsModifier and TypeMethodDescriptionIEyesBase.abort()IEyesBase.abortIfNotClosed()TestResultContainer.getTestResults()Methods in com.applitools.eyes that return types with arguments of type TestResultsModifier and TypeMethodDescriptionIEyesBase.getResults()IEyesBase.getResults(boolean shouldThrowException) Methods in com.applitools.eyes with parameters of type TestResultsModifier and TypeMethodDescriptionvoidEyesRunner.logSessionResultsAndThrowException(boolean throwEx, TestResults results) Constructors in com.applitools.eyes with parameters of type TestResultsModifierConstructorDescriptionTestResultContainer(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 TestResultsModifier and TypeMethodDescriptionvoidISessionEventHandler.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 TestResultsConstructors in com.applitools.eyes.exceptions with parameters of type TestResultsModifierConstructorDescriptionDiffsFoundException(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 TestResultsMethods in com.applitools.eyes.universal.dto with parameters of type TestResults -
Uses of TestResults in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper that return TestResultsModifier and TypeMethodDescriptionstatic 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 TestResultsModifier and TypeMethodDescriptionstatic 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 TestResultsModifier and TypeMethodDescriptionstatic DeleteTestSettingsDtoSettingsMapper.toDeleteTestSettingsDto(TestResults testResults, String apiKey, String serverUrl, ProxyDto proxy)