Uses of Class
com.testomatio.reporter.model.TestResult
-
-
Uses of TestResult in com.testomatio.reporter.client
Methods in com.testomatio.reporter.client with parameters of type TestResult Modifier and Type Method Description voidApiInterface. reportTest(String uid, TestResult result)Reports single test result.voidDefaultApiClient. reportTest(String uid, TestResult result)Method parameters in com.testomatio.reporter.client with type arguments of type TestResult Modifier and Type Method Description voidApiInterface. reportTests(String uid, List<TestResult> results)Reports multiple test results in batch.voidDefaultApiClient. reportTests(String uid, List<TestResult> results) -
Uses of TestResult in com.testomatio.reporter.client.request
Methods in com.testomatio.reporter.client.request with parameters of type TestResult Modifier and Type Method Description StringDefaultRequestBodyBuilder. buildSingleTestReportBody(TestResult result)StringRequestBodyBuilder. buildSingleTestReportBody(TestResult result)Builds request body for reporting single test result.Method parameters in com.testomatio.reporter.client.request with type arguments of type TestResult Modifier and Type Method Description StringDefaultRequestBodyBuilder. buildBatchTestReportBody(List<TestResult> results, String apiKey)StringRequestBodyBuilder. buildBatchTestReportBody(List<TestResult> results, String apiKey)Builds request body for reporting multiple test results. -
Uses of TestResult in com.testomatio.reporter.core
Methods in com.testomatio.reporter.core with parameters of type TestResult Modifier and Type Method Description voidGlobalRunManager. reportTest(TestResult result)Reports individual test result to batch manager. -
Uses of TestResult in com.testomatio.reporter.core.batch
Methods in com.testomatio.reporter.core.batch with parameters of type TestResult Modifier and Type Method Description voidBatchResultManager. addResult(TestResult result)Adds test result to pending batch for reporting. -
Uses of TestResult in com.testomatio.reporter.core.constructor
Methods in com.testomatio.reporter.core.constructor that return TestResult Modifier and Type Method Description TestResultAbstractTestResultConstructor. constructTestRunResult(TestResultWrapper holder)TestResultResultConstructor. constructTestRunResult(TestResultWrapper testResultWrapper)Constructs test case result from wrapper containing framework-specific data.protected abstract TestResultAbstractTestResultConstructor. createWithCustomMessage(TestResultWrapper holder)Creates test result using custom message from wrapper.protected TestResultCucumberTestResultConstructor. createWithCustomMessage(TestResultWrapper holder)protected TestResultJUnitTestResultConstructor. createWithCustomMessage(TestResultWrapper holder)protected TestResultTestNgTestResultConstructor. createWithCustomMessage(TestResultWrapper holder)protected abstract TestResultAbstractTestResultConstructor. createWithExceptionDetails(TestResultWrapper holder)Creates test result using exception details from framework-specific data.protected TestResultCucumberTestResultConstructor. createWithExceptionDetails(TestResultWrapper holder)protected TestResultJUnitTestResultConstructor. createWithExceptionDetails(TestResultWrapper holder)protected TestResultTestNgTestResultConstructor. createWithExceptionDetails(TestResultWrapper holder) -
Uses of TestResult in com.testomatio.reporter.core.frameworkintegration
Methods in com.testomatio.reporter.core.frameworkintegration that return TestResult Modifier and Type Method Description protected TestResultAbstractTestFrameworkListener. createTestResult(TestMetadata metadata, String status, String message, Object frameworkSpecificData)Creates test case result using framework-specific constructor.Methods in com.testomatio.reporter.core.frameworkintegration with parameters of type TestResult Modifier and Type Method Description protected voidAbstractTestFrameworkListener. logAndReportResult(TestResult result, String status, String message)Logs and reports test result to run manager.protected voidAbstractTestFrameworkListener. logTestReporting(TestResult result, String status, String message)Logs test reporting details before submission. -
Uses of TestResult in com.testomatio.reporter.model
Methods in com.testomatio.reporter.model that return TestResult Modifier and Type Method Description TestResultTestResult.Builder. build()
-