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 class
ConfigurationAwareTestNGReporter
Just 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 TestNGReporter
TestNGProvider. createTestNGReporter(TestReportListener<TestOutputReportEntry> reportManager)
Methods in org.apache.maven.surefire.testng with parameters of type TestNGReporter Modifier and Type Method Description (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, java.lang.Class<?> testClass)
private static void
TestNGExecutor. postConfigure(org.testng.TestNG testNG, java.lang.String sourcePath, TestNGReporter testNGReporter, java.io.File reportsDirectory, int skipAfterFailureCount, int verboseLevel)
(package private) static void
TestNGExecutor. 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 void
TestNGExecutor. 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)
-