public class TestNGExecutor extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SUREFIRE_SUITE_NAME
The default name for a suite launched from the maven surefire plugin
|
static String |
DEFAULT_SUREFIRE_TEST_NAME
The default name for a test launched from the maven surefire plugin
|
Modifier and Type | Method and Description |
---|---|
static void |
run(Class[] testClasses,
String testSourceDirectory,
Map options,
RunListener reportManager,
TestNgTestSuite suite,
File reportsDirectory,
String methodNamePattern) |
static void |
run(List<String> suiteFiles,
String testSourceDirectory,
Map options,
RunListener reportManager,
TestNgTestSuite suite,
File reportsDirectory) |
public static final String DEFAULT_SUREFIRE_SUITE_NAME
public static final String DEFAULT_SUREFIRE_TEST_NAME
public static void run(Class[] testClasses, String testSourceDirectory, Map options, RunListener reportManager, TestNgTestSuite suite, File reportsDirectory, String methodNamePattern) throws TestSetFailedException
TestSetFailedException
public static void run(List<String> suiteFiles, String testSourceDirectory, Map options, RunListener reportManager, TestNgTestSuite suite, File reportsDirectory) throws TestSetFailedException
TestSetFailedException
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.