Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
DTestCaseReference.java46 public int countTestCases() { in countTestCases() method in TestCaseReference
57 notified.visitTreeEntry(getIdentifier(), false, countTestCases()); in sendTree()
DTestSuiteReference.java47 public int countTestCases() { in countTestCases() method in TestSuiteReference
59 notified.visitTreeEntry(getIdentifier(), true, countTestCases()); in sendTree()