Searched refs:getTestDefs (Results 1 – 3 of 3) sorted by relevance
62 assertEquals(1, parser.getTestDefs().size()); in testParseSingleDef()63 InstrumentationTestDef def = parser.getTestDefs().iterator().next(); in testParseSingleDef()78 assertEquals(1, parser.getTestDefs().size()); in testParseNonContinuous()79 InstrumentationTestDef def = parser.getTestDefs().iterator().next(); in testParseNonContinuous()89 assertEquals(1, parser.getTestDefs().size()); in testParseFaleContinuous()90 InstrumentationTestDef def = parser.getTestDefs().iterator().next(); in testParseFaleContinuous()100 assertEquals(1, parser.getTestDefs().size()); in testParseFullDef()101 InstrumentationTestDef def = parser.getTestDefs().iterator().next(); in testParseFullDef()
69 public Collection<InstrumentationTestDef> getTestDefs() { in getTestDefs() method in XmlDefsParser
220 for (InstrumentationTestDef def : parser.getTestDefs()) { in buildTests()