Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DTestDescriptionTest.java59 assertEquals("testName", mDescription.getTestNameWithoutParams()); in testCreateDescription()
81 assertEquals("testName", mDescription.getTestNameWithoutParams()); in testCreateDescription_parameterized()
85 assertEquals("testName", mDescription.getTestNameWithoutParams()); in testCreateDescription_parameterized()
89 assertEquals("testName", mDescription.getTestNameWithoutParams()); in testCreateDescription_parameterized()
93 assertEquals("testName", mDescription.getTestNameWithoutParams()); in testCreateDescription_parameterized()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstrumentationFileTest.java149 testToRun.getTestNameWithoutParams())); in writeTestsToFileAndRun()
231 uniqueMethods.put(test.getTestNameWithoutParams(), test); in createRerunSet()
/tools/tradefederation/core/src/com/android/tradefed/result/
DTestDescription.java116 public String getTestNameWithoutParams() { in getTestNameWithoutParams() method in TestDescription