Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DTestPlanTest.java189 TestPlan parsedPlan = new TestPlan("parsed", AbiUtils.getAbisSupportedByCts()); in testSerialize_packages() local
190 parsedPlan.parse(getStringAsStream(outStream.toString())); in testSerialize_packages()
192 assertTestData(parsedPlan); in testSerialize_packages()
211 TestPlan parsedPlan = new TestPlan("parsed", AbiUtils.getAbisSupportedByCts()); in testSerialize_multiExclude() local
212 parsedPlan.parse(getStringAsStream(outStream.toString())); in testSerialize_multiExclude()
214 assertMultiExcluded(parsedPlan); in testSerialize_multiExclude()