Searched refs:mCases (Results 1 – 3 of 3) sorted by relevance
31 private final List<TestCase> mCases = new ArrayList<TestCase>(); field in TestSuite58 mCases.add(testCase); in addCase()62 return Collections.unmodifiableCollection(mCases); in getCases()75 for (TestCase testCase : mCases) { in countTests()
383 appendTestCases(child, testSuite.mCases); in appendSuiteToElement()505 appendTestCases(leafSuiteElem, testSuite.mCases); in appendSuiteToElementImpl()514 Collection<TestMethod> mCases; field in DescriptionGenerator.TestClass524 mCases = cases; in TestClass()534 mCases = getTestMethods(expectationStore, architecture, clazz); in TestClass()
469 testClass.mCases.add(new TestMethod(testName, "", "", supportedAbis, in addToTests()