Uses of Class
com.testomatio.reporter.core.extractor.wrapper.TestNgTestWrapper.TestType
-
Packages that use TestNgTestWrapper.TestType Package Description com.testomatio.reporter.core.extractor.wrapper -
-
Uses of TestNgTestWrapper.TestType in com.testomatio.reporter.core.extractor.wrapper
Methods in com.testomatio.reporter.core.extractor.wrapper that return TestNgTestWrapper.TestType Modifier and Type Method Description static TestNgTestWrapper.TestTypeTestNgTestWrapper.TestType. valueOf(String name)Returns the enum constant of this type with the specified name.static TestNgTestWrapper.TestType[]TestNgTestWrapper.TestType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-