Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DSubPlanTest.java111 Set<String> subPlanExcludes = subPlan.getExcludeFilters(); in checkSubPlan() local
122 assertEquals("Expected 3 excludes", 3, subPlanExcludes.size()); in checkSubPlan()
123 assertTrue("Missing expected exclude", subPlanExcludes.contains( in checkSubPlan()
125 assertTrue("Missing expected exclude", subPlanExcludes.contains( in checkSubPlan()
127 assertTrue("Missing expected exclude", subPlanExcludes.contains( in checkSubPlan()