Searched refs:testOptions (Results 1 – 2 of 2) sorted by relevance
136 Set<TestOption> testOptions = new HashSet<TestOption>(); in testparseTestMapping() local139 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()
426 public void testOptions() throws Exception { in testOptions() method in RustBinaryTestTest