Home
last modified time | relevance | path

Searched refs:testOptions (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/util/testmapping/
DTestMappingTest.java136 Set<TestOption> testOptions = new HashSet<TestOption>(); in testparseTestMapping() local
139 testOptions.addAll(test.getOptions()); in testparseTestMapping()
143 assertTrue(testOptions.contains(testOption)); in testparseTestMapping()
158 testOptions = new HashSet<TestOption>(); in testparseTestMapping()
162 testOptions.addAll(test.getOptions()); in testparseTestMapping()
166 assertEquals(1, testOptions.size()); in testparseTestMapping()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/rust/
DRustBinaryTestTest.java426 public void testOptions() throws Exception { in testOptions() method in RustBinaryTestTest