Uses of Interface
com.perfecto.reportium.test.result.TestResult
-
Packages that use TestResult Package Description com.perfecto.reportium.client com.perfecto.reportium.test.result -
-
Uses of TestResult in com.perfecto.reportium.client
Methods in com.perfecto.reportium.client with parameters of type TestResult Modifier and Type Method Description voidDigitalZoomClient. testStop(TestResult testResult)Indicates that the test has stopped and its execution status.voidDigitalZoomClient. testStop(TestResult testResult, TestContext testContext)Indicates that the test has stopped and its execution status and context. -
Uses of TestResult in com.perfecto.reportium.test.result
Classes in com.perfecto.reportium.test.result that implement TestResult Modifier and Type Class Description classTestResultFailureDenotes a failed test execution with the failure reason and exceptionclassTestResultSuccessDenotes a successful test executionMethods in com.perfecto.reportium.test.result that return TestResult Modifier and Type Method Description static TestResultTestResultFactory. createFailure(String message)Creates a failed test execution resultstatic TestResultTestResultFactory. createFailure(String message, Throwable throwable)Creates a failed test execution resultstatic TestResultTestResultFactory. createFailure(String message, Throwable throwable, String failureReason)Creates a failed test execution resultstatic TestResultTestResultFactory. createFailure(Throwable throwable)Creates a failed test execution resultstatic TestResultTestResultFactory. createFailure(Throwable throwable, String failureReason)Creates a failed test execution resultstatic TestResultTestResultFactory. createSuccess()Creates a successful test execution result
-