Uses of Class
org.apache.maven.surefire.testng.TestNGReporter
Packages that use TestNGReporter
-
Uses of TestNGReporter in org.apache.maven.surefire.testng
Subclasses of TestNGReporter in org.apache.maven.surefire.testngModifier and TypeClassDescriptionclass
Just like TestNGReporter, but explicitly implements IResultListener; this interface is new in TestNG 5.5Methods in org.apache.maven.surefire.testng that return TestNGReporterModifier and TypeMethodDescriptionprivate static TestNGReporter
TestNGProvider.createTestNGReporter
(TestReportListener<TestOutputReportEntry> reportManager) Methods in org.apache.maven.surefire.testng with parameters of type TestNGReporterModifier and TypeMethodDescription(package private) void
TestNGDirectoryTestSuite.execute
(TestsToRun testsToRun, TestNGReporter testNGReporter) (package private) void
TestNGXmlTestSuite.execute
(TestNGReporter testNGReporter) private void
TestNGDirectoryTestSuite.executeLazy
(TestsToRun testsToRun, TestNGReporter testNGReporter) private void
TestNGDirectoryTestSuite.executeMulti
(TestsToRun testsToRun, TestNGReporter testNGReporter) private void
TestNGDirectoryTestSuite.executeSingleClass
(TestNGReporter testNGReporter, Class<?> testClass) private static void
TestNGExecutor.postConfigure
(org.testng.TestNG testNG, String sourcePath, TestNGReporter testNGReporter, File reportsDirectory, int skipAfterFailureCount, int verboseLevel) (package private) static void
TestNGExecutor.run
(Iterable<Class<?>> testClasses, String testSourceDirectory, Map<String, String> options, TestNGReporter testNGReporter, File reportsDirectory, TestListResolver methodFilter, List<CommandLineOption> mainCliOptions, int skipAfterFailureCount) (package private) static void
TestNGExecutor.run
(List<String> suiteFiles, String testSourceDirectory, Map<String, String> options, TestNGReporter testNGReporter, File reportsDirectory, int skipAfterFailureCount)