Uses of Class
com.testomatio.reporter.model.TestMetadata
-
Packages that use TestMetadata Package Description com.testomatio.reporter.core.constructor com.testomatio.reporter.core.extractor com.testomatio.reporter.core.frameworkintegration -
-
Uses of TestMetadata in com.testomatio.reporter.core.constructor
Methods in com.testomatio.reporter.core.constructor that return TestMetadata Modifier and Type Method Description TestMetadataTestResultWrapper. getTestMetadata()Methods in com.testomatio.reporter.core.constructor with parameters of type TestMetadata Modifier and Type Method Description TestResultWrapper.BuilderTestResultWrapper.Builder. withTestMetadata(TestMetadata testMetadata) -
Uses of TestMetadata in com.testomatio.reporter.core.extractor
Methods in com.testomatio.reporter.core.extractor that return TestMetadata Modifier and Type Method Description TestMetadataCucumberMetaDataExtractor. extractTestMetadata(io.cucumber.plugin.event.TestCase testCase)TestMetadataJunitMetaDataExtractor. extractTestMetadata(JUnitTestWrapper wrapper)TestMetadataMetaDataExtractor. extractTestMetadata(T source)Extracts test metadata from framework-specific source.TestMetadataTestNgMetaDataExtractor. extractTestMetadata(TestNgTestWrapper wrapper) -
Uses of TestMetadata in com.testomatio.reporter.core.frameworkintegration
Methods in com.testomatio.reporter.core.frameworkintegration with parameters of type TestMetadata Modifier and Type Method Description protected TestResultWrapperAbstractTestFrameworkListener. buildTestRunResultHolder(TestMetadata metadata, String status, String message, Object frameworkSpecificData)Builds test result wrapper with framework-specific data.protected TestResultAbstractTestFrameworkListener. createTestResult(TestMetadata metadata, String status, String message, Object frameworkSpecificData)Creates test case result using framework-specific constructor.protected voidAbstractTestFrameworkListener. reportTestResult(TestMetadata metadata, String status, Object frameworkSpecificData)Reports test result to Testomat.io.protected voidAbstractTestFrameworkListener. reportTestResult(TestMetadata metadata, String status, String message, Object frameworkSpecificData)Reports test result to Testomat.io with custom message.
-