public class TestNGExecutor extends Object
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 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–2013 The Apache Software Foundation. All rights reserved.