Searched refs:runner (Results 1 – 25 of 62) sorted by relevance
123
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 …]
4 import org.junit.runner.JUnitCore;5 import org.junit.runner.Result;
29 import org.junit.runner.RunWith;
36 import org.junit.runner.RunWith;
30 import org.junit.runner.RunWith;
30 import org.junit.runner.JUnitCore;31 import org.junit.runner.Result;32 import org.junit.runner.RunWith;
28 import org.junit.runner.RunWith;
27 import org.junit.runner.RunWith;
35 import org.junit.runner.JUnitCore;36 import org.junit.runner.Result;37 import org.junit.runner.RunWith;
19 import androidx.test.runner.AndroidJUnit4;27 import org.junit.runner.RunWith;
7 import org.junit.runner.RunWith
9 import org.junit.runner.RunWith;
26 import org.junit.runner.RunWith;
31 import org.junit.runner.RunWith;
16 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17 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'
15 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
35 import org.junit.runner.RunWith;