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 TypeClassDescriptionclassJust 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 TestNGReporterTestNGProvider.createTestNGReporter(TestReportListener<TestOutputReportEntry> reportManager) Methods in org.apache.maven.surefire.testng with parameters of type TestNGReporterModifier and TypeMethodDescription(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, Class<?> testClass) private static voidTestNGExecutor.postConfigure(org.testng.TestNG testNG, String sourcePath, TestNGReporter testNGReporter, File reportsDirectory, int skipAfterFailureCount, int verboseLevel) (package private) static voidTestNGExecutor.run(Iterable<Class<?>> testClasses, String testSourceDirectory, Map<String, String> options, TestNGReporter testNGReporter, File reportsDirectory, TestListResolver methodFilter, List<CommandLineOption> mainCliOptions, int skipAfterFailureCount) (package private) static voidTestNGExecutor.run(List<String> suiteFiles, String testSourceDirectory, Map<String, String> options, TestNGReporter testNGReporter, File reportsDirectory, int skipAfterFailureCount)