Uses of Class
com.testomatio.reporter.core.extractor.wrapper.TestNgTestWrapper
-
Packages that use TestNgTestWrapper Package Description com.testomatio.reporter.core.extractor com.testomatio.reporter.core.extractor.wrapper -
-
Uses of TestNgTestWrapper in com.testomatio.reporter.core.extractor
Methods in com.testomatio.reporter.core.extractor with parameters of type TestNgTestWrapper Modifier and Type Method Description TestMetadataTestNgMetaDataExtractor. extractTestMetadata(TestNgTestWrapper wrapper) -
Uses of TestNgTestWrapper in com.testomatio.reporter.core.extractor.wrapper
Methods in com.testomatio.reporter.core.extractor.wrapper that return TestNgTestWrapper Modifier and Type Method Description static TestNgTestWrapperTestNgTestWrapper. forDisabledTest(Method method, Class<?> testClass)Factory method for disabled test.static TestNgTestWrapperTestNgTestWrapper. forRegularTest(org.testng.ITestResult testResult)Factory method for regular test.
-