Searched refs:runner (Results 1 – 25 of 31) sorted by relevance
12
4 import android.support.test.runner.AndroidJUnit47 import org.junit.runner.RunWith
8 import androidx.test.runner.AndroidJUnit4;11 import org.junit.runner.RunWith;
556 runner = HostRunner(target)558 runner = DeviceRunner(target)559 runner.use_callgraph = use_callgraph560 runner.sampler = sampler561 return runner564 def test_with_runner(runner, tests): argument567 if test.disable_host and runner.target.startswith('host'):568 print('Skip test %s on %s' % (test.test_name, runner.target))570 runner.record(test.executable_name, 'perf.data', additional_options = test.record_options)571 runner.report('perf.data', 'perf.report', additional_options = test.report_options)[all …]
23 import androidx.test.runner.AndroidJUnit4;27 import org.junit.runner.RunWith;
31 import org.junit.runner.RunWith;
50 "androidx.test.runner",57 "android.test.runner",
26 import org.junit.runner.RunWith;
27 import org.junit.runner.RunWith;
14 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
33 import org.junit.runner.RunWith;
30 import org.junit.runner.RunWith;
35 import org.junit.runner.RunWith;
18 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
31 androidTestImplementation 'com.android.support.test:runner:1.0.2'
37 androidTestImplementation 'com.android.support.test:runner:1.0.2'
343 runner = self.args.app + '/androidx.test.runner.AndroidJUnitRunner'345 self.args.test, runner])