Searched refs:runner (Results 76 - 100 of 426) sorted by relevance

1234567891011>>

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DDatabaseUtilsTest.java7 import org.junit.runner.RunWith;
H A DJsPromptResultTest.java6 import org.junit.runner.RunWith;
H A DLinkMovementMethodTest.java6 import org.junit.runner.RunWith;
H A DNdefRecordTest.java6 import org.junit.runner.RunWith;
H A DNfcAdapterTest.java6 import org.junit.runner.RunWith;
H A DPhoneNumberUtilTest.java6 import org.junit.runner.RunWith;
H A DScrollViewTest.java6 import org.junit.runner.RunWith;
H A DTextPaintTest.java6 import org.junit.runner.RunWith;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/android/view/
H A DTestWindowTest.java6 import org.junit.runner.RunWith;
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/
H A DAllTest.java27 import org.junit.runner.RunWith;
/external/vogar/src/org/junit/runner/
H A DRunWith.java17 package org.junit.runner;
/external/droiddriver/droiddriver-android_support_test/src/io/appium/droiddriver/android_support_test/
H A DD2AndroidJUnitRunner.java22 import android.support.test.runner.AndroidJUnitRunner;
23 import android.support.test.runner.lifecycle.ActivityLifecycleMonitorRegistry;
24 import android.support.test.runner.lifecycle.Stage;
/external/expat/tests/
H A Dminicheck.h84 void srunner_run_all(SRunner *runner, int verbosity);
85 int srunner_ntests_failed(SRunner *runner);
86 void srunner_free(SRunner *runner);
/external/junit/src/org/junit/internal/runners/
H A DClassRoadie.java7 import org.junit.runner.Description;
8 import org.junit.runner.notification.Failure;
9 import org.junit.runner.notification.RunNotifier;
H A DJUnit38ClassRunner.java10 import org.junit.runner.Describable;
11 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
[all...]
/external/junit/src/org/junit/internal/runners/model/
H A DEachTestNotifier.java7 import org.junit.runner.Description;
8 import org.junit.runner.notification.Failure;
9 import org.junit.runner.notification.RunNotifier;
/external/junit/src/org/junit/runner/
H A DResult.java1 package org.junit.runner;
9 import org.junit.runner.notification.Failure;
10 import org.junit.runner.notification.RunListener;
H A DComputer.java1 package org.junit.runner;
35 * Create a single-class runner for {@code testClass}, using {@code builder}
/external/junit/src/org/junit/runner/manipulation/
H A DFilter.java1 package org.junit.runner.manipulation;
3 import org.junit.runner.Description;
4 import org.junit.runner.Request;
8 * than introduce runner API just for that one case, JUnit provides a general filtering mechanism.
10 * your filter to the {@link org.junit.runner.Request} before running it (see
11 * {@link org.junit.runner.JUnitCore#run(Request)}. Alternatively, apply a <code>Filter</code> to
12 * a {@link org.junit.runner.Runner} before running tests (for example, in conjunction with
13 * {@link org.junit.runner.RunWith}.
80 * Invoke with a {@link org.junit.runner.Runner} to cause all tests it intends to run
82 * @param child the runner t
[all...]
/external/okhttp/okhttp-testing-support/src/main/java/com/squareup/okhttp/testing/
H A DInstallUncaughtExceptionHandlerListener.java18 import org.junit.runner.Description;
19 import org.junit.runner.Result;
20 import org.junit.runner.notification.RunListener;
26 * A {@link org.junit.runner.notification.RunListener} used to install an aggressive default
/external/vixl/tools/
H A Dtest.py53 result.add_argument('--runner', action='store', required=True,
56 help='''Pass --coloured_trace to the test runner. This
85 def __init__(self, name, runner, debugger, coloured_trace, verbose):
87 self.runner = runner
91 self.logpath = os.path.join('log', os.path.basename(self.runner))
104 [self.runner, '--trace_sim', '--trace_reg', '--trace_write', self.name]
142 def ReadManifest(runner, filters = [],
144 status, output = util.getstatusoutput(runner + ' --list')
152 Test(x, runner, debugge
[all...]
/external/junit/src/org/junit/runners/
H A DSuite.java11 import org.junit.runner.Description;
12 import org.junit.runner.Runner;
13 import org.junit.runner.notification.RunNotifier;
18 * Using <code>Suite</code> as a runner allows you to manually
72 * passed on the command line to {@link org.junit.runner.JUnitCore}
127 protected void runChild(Runner runner, final RunNotifier notifier) { argument
128 runner.run(notifier);
/external/junit/
H A DAndroid.mk38 LOCAL_SRC_FILES += $(junit-runner-files)
54 LOCAL_SRC_FILES += $(junit-runner-files)
91 # build a junit-runner jar for the host JVM
92 # (like the junit classes in the frameworks/base android.test.runner.jar)
95 LOCAL_SRC_FILES := $(junit-runner-files)
96 LOCAL_MODULE := junit-runner
104 # build a junit-runner for the host dalvikvm
105 # (like the junit classes in the frameworks/base android.test.runner.jar)
108 LOCAL_SRC_FILES := $(junit-runner-files)
109 LOCAL_MODULE := junit-runner
[all...]
/external/vogar/src/vogar/monitor/
H A DTargetMonitor.java67 public void outcomeStarted(Runner runner, String outcomeName, String actionName) { argument
70 if (runner != null) {
71 jsonObject.addProperty("runner", runner.getClass().getName());
/external/junit/src/org/junit/rules/
H A DRunRules.java3 import org.junit.runner.Description;

Completed in 480 milliseconds

1234567891011>>