| Package | Description |
|---|---|
| org.apache.maven.surefire.testng |
| Modifier and Type | Class and Description |
|---|---|
class |
TestNGDirectoryTestSuite
Test suite for TestNG based on a directory of Java test classes.
|
class |
TestNGXmlTestSuite
Handles suite xml file definitions for TestNG.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TestNGExecutor.run(Class[] testClasses,
String testSourceDirectory,
Map options,
RunListener reportManager,
TestNgTestSuite suite,
File reportsDirectory,
String methodNamePattern) |
static void |
TestNGExecutor.run(List<String> suiteFiles,
String testSourceDirectory,
Map options,
RunListener reportManager,
TestNgTestSuite suite,
File reportsDirectory) |
| Constructor and Description |
|---|
ConfigurationAwareTestNGReporter(RunListener reportManager,
TestNgTestSuite source) |
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.