Searched defs:Runner (Results 1 - 21 of 21) sorted by relevance

/external/junit/src/main/java/org/junit/runner/
H A DRunner.java6 * A <code>Runner</code> runs tests and notifies a {@link org.junit.runner.notification.RunNotifier}
7 * of significant events as it does so. You will need to subclass <code>Runner</code>
22 public abstract class Runner implements Describable { class in inherits:Describable
/external/vogar/src/vogar/target/junit/
H A DMappingAnnotatedBuilder.java22 import org.junit.runner.Runner;
26 * An {@link AnnotatedBuilder} that can map the {@link Runner} class specified in the
31 private final Function<Class<? extends Runner>, Class<? extends Runner>> mappingFunction;
35 Function<Class<? extends Runner>, Class<? extends Runner>> mappingFunction) {
41 public Runner runnerForClass(Class<?> testClass) throws Exception {
44 Class<? extends Runner> runnerClass = runWith.value();
33 MappingAnnotatedBuilder( RunnerBuilder suiteBuilder, Function<Class<? extends Runner>, Class<? extends Runner>> mappingFunction) argument
/external/swiftshader/third_party/subzero/pydir/
H A Dbisection-tool.py10 class Runner(object): class in inherits:object
182 runner = Runner(args.cmd, timeout, args.comma_join, args.template, args.all)
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
H A DTestRunnerSequenceTest.java43 assertNoFailures(run(new Runner(SimpleTest.class)));
60 assertNoFailures(run(new Runner(SimpleTest.class) {
88 RobolectricTestRunner robolectricTestRunner = new Runner(SimpleTest.class) {
111 private Result run(Runner runner) throws InitializationError {
127 public static class Runner extends RobolectricTestRunner { class in class:TestRunnerSequenceTest
128 public Runner(Class<?> testClass) throws InitializationError { method in class:TestRunnerSequenceTest.Runner
/external/v8/tools/testrunner/local/
H A Dexecution.py190 class Runner(object): class in inherits:object
/external/autotest/contrib/
H A Dloadtest.py244 class Runner(object): class in inherits:object
273 self.entry_id = ('Runner',
298 entry = make_entry(self.entry_id, 'Runner', 'pass',
535 runner = Runner(ds, duts, config,
559 if e['name'] != 'Runner'])))
/external/jsoncpp/src/test_lib_json/
H A Djsontest.h138 class Runner { class in namespace:JsonTest
140 Runner();
143 Runner& add(TestCaseFactory factory);
166 Runner(const Runner& other);
167 Runner& operator=(const Runner& other);
H A Djsontest.cpp229 // class Runner
232 Runner::Runner() {} function in class:JsonTest::Runner
234 Runner& Runner::add(TestCaseFactory factory) {
239 unsigned int Runner::testCount() const {
243 std::string Runner::testNameAt(unsigned int index) const {
250 void Runner::runTestAt(unsigned int index, TestResult& result) const {
272 bool Runner::runAllTest(bool printSummary) const {
306 bool Runner
[all...]
/external/python/cpython2/Lib/unittest/test/
H A Dtest_runner.py209 class Runner(unittest.TextTestRunner): class in function:Test_TextTestRunner.test_works_with_result_without_startTestRun_stopTestRun
211 super(Runner, self).__init__(StringIO())
216 runner = Runner()
/external/python/cpython3/Lib/unittest/test/
H A Dtest_runner.py223 class Runner(unittest.TextTestRunner): class in function:Test_TextTestRunner.test_works_with_result_without_startTestRun_stopTestRun
225 super(Runner, self).__init__(io.StringIO())
230 runner = Runner()
/external/tensorflow/tensorflow/core/common_runtime/
H A Dexecutor.h97 typedef std::function<void(Closure)> Runner; typedef in struct:tensorflow::Executor::Args
98 Runner runner = nullptr;
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
H A DSession.java87 * <p>Blocks until there are no active executions ({@link Session.Runner#run()} calls). A Session
114 * <p>A Runner runs the necessary graph fragments to execute every {@link Operation} required to
119 public final class Runner { class in class:Session
130 public Runner feed(String operation, Tensor<?> t) {
141 public Runner feed(String operation, int index, Tensor<?> t) {
154 public Runner feed(Output<?> o, Tensor<?> t) {
170 public Runner fetch(String operation) {
180 public Runner fetch(String operation, int index) {
189 public Runner fetch(Output<?> output) {
197 public Runner addTarge
[all...]
/external/v8/tools/
H A Drun_perf.py1087 def Runner(): function in function:Main.NodeCB
1096 Runner, trybot=options.shell_dir_no_patch)
/external/kotlinc/lib/
H A Dkotlin-runner.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/jetbrains/kotlin/ org/jetbrains/kotlin/runner/ ...
/external/tensorflow/tensorflow/stream_executor/
H A Dstream.cc3599 ThenBlasImpl<Args..., blas::ProfileResult *> Runner; local
3601 return Runner.Run(stream, blas_func, record_error, args..., profile_result);
/external/annotation-tools/scene-lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 617 milliseconds