HomeSort by relevance Sort by last modified time
    Searched defs:HostTest (Results 1 - 7 of 7) sorted by null

  /cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DeviceJUnit4ClassRunnerWithParameters.java 21 import com.android.tradefed.testtype.HostTest;
47 name = HostTest.SET_OPTION_NAME,
48 description = HostTest.SET_OPTION_DESC
125 HostTest.setOptionToLoadedObject(testObj, new ArrayList<String>(mKeyValueOptions));
  /tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DeviceParameterizedRunner.java 22 import com.android.tradefed.testtype.HostTest;
58 @Option(name = HostTest.SET_OPTION_NAME, description = HostTest.SET_OPTION_DESC)
100 HostTest.setOptionToLoadedObject(testObj, mKeyValueOptions);
  /external/autotest/frontend/afe/
models_test.py 44 class HostTest(unittest.TestCase,
  /external/autotest/scheduler/
scheduler_models_unittest.py 138 class HostTest(BaseSchedulerModelsTest):
141 super(HostTest, self).setUp()
146 super(HostTest, self).tearDown()
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
DeviceJUnit4ClassRunner.java 58 @Option(name = HostTest.SET_OPTION_NAME, description = HostTest.SET_OPTION_DESC)
94 HostTest.setOptionToLoadedObject(testObj, mKeyValueOptions);
HostTest.java 85 public class HostTest
181 public HostTest() {
229 * Get the build info received by HostTest.
827 * Helper for Device Runners to use to set options the same way as HostTest, from set-option.
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
HostTestTest.java 65 * Unit tests for {@link HostTest}.
70 private HostTest mHostTest;
444 mHostTest = new HostTest();
456 * Test success case for {@link HostTest#run(ITestInvocationListener)}, where test to run is a
475 * Test success case for {@link HostTest#run(ITestInvocationListener)}, where test to run is a
526 * Test success case for {@link HostTest#run(ITestInvocationListener)}, where test to run is a
562 * Test success case for {@link HostTest#run(ITestInvocationListener)}, where test to run is a
581 * Test success case for {@link HostTest#run(ITestInvocationListener)}, where test to run is a
600 * Test success case for {@link HostTest#run(ITestInvocationListener)}, where test to run is a
617 * Test for {@link HostTest#run(ITestInvocationListener)}, where className is not set
    [all...]

Completed in 137 milliseconds