Searched refs:runner (Results 51 - 75 of 426) sorted by relevance

1234567891011>>

/external/junit/src/org/junit/internal/builders/
H A DIgnoredBuilder.java7 import org.junit.runner.Runner;
H A DJUnit4Builder.java6 import org.junit.runner.Runner;
H A DNullBuilder.java6 import org.junit.runner.Runner;
H A DJUnit3Builder.java7 import org.junit.runner.Runner;
H A DSuiteMethodBuilder.java7 import org.junit.runner.Runner;
/external/junit/src/org/junit/rules/
H A DTestName.java3 import org.junit.runner.Description;
H A DVerifier.java3 import org.junit.runner.Description;
H A DExternalResource.java3 import org.junit.runner.Description;
H A DTimeout.java7 import org.junit.runner.Description;
/external/lldb/test/unittest2/test/
H A Dtest_new_tests.py23 runner = unittest2.TextTestRunner(resultclass=resultFactory,
29 result = runner.run(suite)
34 runner = unittest.TextTestRunner(stream=StringIO())
40 result = runner.run(suite)
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/
H A DPackageTest.java27 import org.junit.runner.RunWith;
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/helper/
H A DPackageTest.java27 import org.junit.runner.RunWith;
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/line/
H A DPackageTest.java27 import org.junit.runner.RunWith;
/external/vogar/test/vogar/target/junit4/
H A DSimpleTest.java20 import org.junit.runner.RunWith;
H A DSuiteTest.java19 import org.junit.runner.RunWith;
/external/junit/src/org/junit/internal/runners/
H A DJUnit4ClassRunner.java11 import org.junit.runner.Description;
12 import org.junit.runner.Runner;
13 import org.junit.runner.manipulation.Filter;
14 import org.junit.runner.manipulation.Filterable;
15 import org.junit.runner.manipulation.NoTestsRemainException;
16 import org.junit.runner.manipulation.Sortable;
17 import org.junit.runner.manipulation.Sorter;
18 import org.junit.runner.notification.Failure;
19 import org.junit.runner.notification.RunNotifier;
H A DErrorReportingRunner.java7 import org.junit.runner.Description;
8 import org.junit.runner.Runner;
9 import org.junit.runner.notification.Failure;
10 import org.junit.runner.notification.RunNotifier;
/external/junit/src/org/junit/runner/
H A DJUnitCore.java1 package org.junit.runner;
6 import junit.runner.Version;
11 import org.junit.runner.notification.Failure;
12 import org.junit.runner.notification.RunListener;
13 import org.junit.runner.notification.RunNotifier;
18 * <code>java org.junit.runner.JUnitCore TestClass1 TestClass2 ...</code>.
21 * create an instance of {@link org.junit.runner.JUnitCore} first and use it to run the tests.
23 * @see org.junit.runner.Result
24 * @see org.junit.runner.notification.RunListener
25 * @see org.junit.runner
151 run(Runner runner) argument
[all...]
H A DRunWith.java1 package org.junit.runner;
12 * tests in that class instead of the runner built into JUnit. We added this feature late
13 * in development. While it seems powerful we expect the runner API to change as we learn
17 * For example, suites in JUnit 4 are built using RunWith, and a custom runner named Suite:
/external/junit/src/org/junit/runner/notification/
H A DFailure.java1 package org.junit.runner.notification;
7 import org.junit.runner.Description;
11 * exception that was thrown while running it. In most cases the {@link org.junit.runner.Description}
23 * @param description a {@link org.junit.runner.Description} of the test that failed
/external/droiddriver/src/io/appium/droiddriver/runner/
H A DMinSdkVersion.java17 package io.appium.droiddriver.runner;
H A DUseUiAutomation.java17 package io.appium.droiddriver.runner;
/external/junit/src/junit/framework/
H A DJUnit4TestAdapterCache.java11 import org.junit.runner.Description;
12 import org.junit.runner.notification.Failure;
13 import org.junit.runner.notification.RunListener;
14 import org.junit.runner.notification.RunNotifier;
/external/junit/src/org/junit/internal/
H A DTextListener.java7 import org.junit.runner.Description;
8 import org.junit.runner.Result;
9 import org.junit.runner.notification.Failure;
10 import org.junit.runner.notification.RunListener;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
H A DRobolectricTestRunnerClassLoaderSetup.java5 import org.junit.runner.RunWith;

Completed in 910 milliseconds

1234567891011>>