Searched defs:SuiteRunner (Results 1 - 4 of 4) sorted by relevance

/external/toolchain-utils/crosperf/
H A Dsuite_runner.py4 """SuiteRunner defines the interface from crosperf to test script."""
46 class SuiteRunner(object): class in inherits:object
H A Dbenchmark_run.py17 from suite_runner import SuiteRunner namespace
47 self.suite_runner = SuiteRunner(self._logger, self.log_level)
H A Dbenchmark_run_unittest.py19 from suite_runner import SuiteRunner namespace
372 @mock.patch.object(SuiteRunner, 'Run')
/external/testng/src/main/java/org/testng/
H A DSuiteRunner.java34 * <CODE>SuiteRunner</CODE> is responsible for running all the tests included in one
39 public class SuiteRunner implements ISuite, Serializable, IInvokedMethodListener { class in inherits:ISuite,Serializable,IInvokedMethodListener
82 public SuiteRunner(IConfiguration configuration, XmlSuite suite, method in class:SuiteRunner
88 public SuiteRunner(IConfiguration configuration, XmlSuite suite, String outputDir, method in class:SuiteRunner
94 public SuiteRunner(IConfiguration configuration, method in class:SuiteRunner
107 protected SuiteRunner(IConfiguration configuration, method in class:SuiteRunner
285 // TODO: Code smell. Invoker should belong to SuiteRunner, not TestRunner
312 Utils.log("SuiteRunner", 3, "Created " + m_testRunners.size() + " TestRunners");
525 System.out.println("[SuiteRunner] " + s);

Completed in 116 milliseconds