Uses of Class
org.apache.maven.surefire.testng.TestNGReporter
-
Packages that use TestNGReporter Package Description org.apache.maven.surefire.testng -
-
Uses of TestNGReporter in org.apache.maven.surefire.testng
Subclasses of TestNGReporter in org.apache.maven.surefire.testng Modifier and Type Class Description classConfigurationAwareTestNGReporterJust like TestNGReporter, but explicitly implements IResultListener; this interface is new in TestNG 5.5Methods in org.apache.maven.surefire.testng that return TestNGReporter Modifier and Type Method Description private static TestNGReporterTestNGProvider. createTestNGReporter(TestReportListener<TestOutputReportEntry> reportManager)Methods in org.apache.maven.surefire.testng with parameters of type TestNGReporter Modifier and Type Method Description (package private) voidTestNGDirectoryTestSuite. execute(TestsToRun testsToRun, TestNGReporter testNGReporter)(package private) voidTestNGXmlTestSuite. execute(TestNGReporter testNGReporter)private voidTestNGDirectoryTestSuite. executeLazy(TestsToRun testsToRun, TestNGReporter testNGReporter)private voidTestNGDirectoryTestSuite. executeMulti(TestsToRun testsToRun, TestNGReporter testNGReporter)private voidTestNGDirectoryTestSuite. executeSingleClass(TestNGReporter testNGReporter, java.lang.Class<?> testClass)private static voidTestNGExecutor. postConfigure(org.testng.TestNG testNG, java.lang.String sourcePath, TestNGReporter testNGReporter, java.io.File reportsDirectory, int skipAfterFailureCount, int verboseLevel)(package private) static voidTestNGExecutor. run(java.lang.Iterable<java.lang.Class<?>> testClasses, java.lang.String testSourceDirectory, java.util.Map<java.lang.String,java.lang.String> options, TestNGReporter testNGReporter, java.io.File reportsDirectory, TestListResolver methodFilter, java.util.List<CommandLineOption> mainCliOptions, int skipAfterFailureCount)(package private) static voidTestNGExecutor. run(java.util.List<java.lang.String> suiteFiles, java.lang.String testSourceDirectory, java.util.Map<java.lang.String,java.lang.String> options, TestNGReporter testNGReporter, java.io.File reportsDirectory, int skipAfterFailureCount)
-