Searched refs:TestRunner (Results 1 - 20 of 20) sorted by relevance

/external/embunit/inc/
H A DembUnit.h43 #include <TestRunner.h>
/external/junit/src/junit/textui/
H A DTestRunner.java17 * java junit.textui.TestRunner [-wait] TestCaseClass
19 * TestRunner expects the name of a TestCase class as argument.
24 * When the wait command line argument is given TestRunner
27 * TestRunner prints a trace as the tests are executed followed by a
30 public class TestRunner extends BaseTestRunner { class in inherits:BaseTestRunner
38 * Constructs a TestRunner.
40 public TestRunner() { method in class:TestRunner
45 * Constructs a TestRunner using the given stream for all the output
47 public TestRunner(PrintStream writer) { method in class:TestRunner
52 * Constructs a TestRunner usin
54 public TestRunner(ResultPrinter printer) { method in class:TestRunner
[all...]
/external/embunit/
H A DAndroid.mk13 src/TestRunner.c \
/external/chromium/chrome/browser/net/
H A Dconnection_tester.h148 // "TestRunner" instance.
149 class TestRunner;
150 friend class TestRunner;
171 scoped_ptr<TestRunner> current_test_runner_;
H A Dconnection_tester.cc242 // ConnectionTester::TestRunner ----------------------------------------------
244 // TestRunner is a helper class for running an individual experiment. It can
246 class ConnectionTester::TestRunner : public net::URLRequest::Delegate { class in class:ConnectionTester
248 // |tester| must remain alive throughout the TestRunner's lifetime.
250 explicit TestRunner(ConnectionTester* tester) function in class:ConnectionTester::TestRunner
278 ScopedRunnableMethodFactory<TestRunner> method_factory_;
280 DISALLOW_COPY_AND_ASSIGN(TestRunner);
283 void ConnectionTester::TestRunner::OnResponseStarted(net::URLRequest* request) {
293 void ConnectionTester::TestRunner::OnReadCompleted(net::URLRequest* request,
304 void ConnectionTester::TestRunner
[all...]
/external/junit/src/junit/swingui/
H A DFailureRunView.java43 fFailureIcon= TestRunner.getIconResource(getClass(), "icons/failure.gif");
44 fErrorIcon= TestRunner.getIconResource(getClass(), "icons/error.gif");
105 Icon errorIcon= TestRunner.getIconResource(getClass(), "icons/error.gif");
H A DTestSuitePanel.java42 fErrorIcon= TestRunner.getIconResource(getClass(), "icons/error.gif");
43 fOkIcon= TestRunner.getIconResource(getClass(), "icons/ok.gif");
44 fFailureIcon= TestRunner.getIconResource(getClass(), "icons/failure.gif");
H A DCounterPanel.java22 private Icon fFailureIcon= TestRunner.getIconResource(getClass(), "icons/failure.gif");
23 private Icon fErrorIcon= TestRunner.getIconResource(getClass(), "icons/error.gif");
H A DTestHierarchyRunView.java37 Icon treeIcon= TestRunner.getIconResource(getClass(), "icons/hierarchy.gif");
H A DAboutDialog.java90 Icon icon= TestRunner.getIconResource(BaseTestRunner.class, "logo.gif");
H A DTestRunner.java71 * Synopsis: java junit.swingui.TestRunner [-noloading] [TestCase]
73 * TestRunner takes as an optional argument the name of the testcase class to be run.
75 public class TestRunner extends BaseTestRunner implements TestRunContext { class in inherits:BaseTestRunner,TestRunContext
100 public TestRunner() { method in class:TestRunner
104 new TestRunner().start(args);
692 fRunner= new Thread("TestRunner-Thread") {
694 TestRunner.this.start(testSuite);
716 fTestResult.addListener(TestRunner.this);
773 * Starts the TestRunner
815 * Terminates the TestRunner
[all...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_runner_unittest.py31 """Unit tests for TestRunner()."""
41 class TestRunnerWrapper(test_runner.TestRunner):
48 # Test that _shard_tests in test_runner.TestRunner really
H A Dtest_runner2.py31 The TestRunner2 package is an alternate implementation of the TestRunner
50 """A class for the TestRunner/manager to use to track the current state
68 class TestRunner2(test_runner.TestRunner):
70 test_runner.TestRunner.__init__(self, port, options, printer)
H A Dtest_runner.py32 The TestRunner class runs a series of tests (TestType interface) against a set
34 objects to the TestRunner. The TestRunner then aggregates the TestFailures to
197 class TestRunner: class in inherits:
/external/llvm/utils/lit/lit/
H A DTestFormats.py5 import TestRunner namespace
92 out, err, exitCode = TestRunner.executeCommand(
124 return TestRunner.executeShTest(test, litConfig,
133 return TestRunner.executeTclTest(test, litConfig)
209 out, err, exitCode = TestRunner.executeCommand(cmd)
H A Dmain.py12 import TestRunner namespace
/external/llvm/test/
H A DMakefile.tests42 $(LLVM_SRC_ROOT)/test/TestRunner.sh
/external/markdown/
H A Dtest-markdown.py156 class TestRunner : class in inherits:
315 tester = TestRunner()
/external/junit/src/junit/awtui/
H A DTestRunner.java48 * Synopsis: java junit.awtui.TestRunner [-noloading] [TestCase]
50 * TestRunner takes as an optional argument the name of the testcase class to be run.
52 public class TestRunner extends BaseTestRunner { class in inherits:BaseTestRunner
76 public TestRunner() { method in class:TestRunner
414 new TestRunner().start(args);
492 fTestResult.addListener(TestRunner.this);
558 * Starts the TestRunner
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Drun_webkit_tests.py153 options.time_out_ms = str(2 * test_runner.TestRunner.DEFAULT_TEST_TIMEOUT_MS)
155 options.time_out_ms = str(test_runner.TestRunner.DEFAULT_TEST_TIMEOUT_MS)

Completed in 1127 milliseconds