Searched refs:cases (Results 1 – 6 of 6) sorted by relevance
15 In the permissions test cases, we just test the negative cases. These tests are to test the behavio…
425 void appendTestCases(Node elem, Collection<TestMethod> cases) { in appendTestCases() argument426 if (cases.isEmpty()) { in appendTestCases()430 for (TestMethod caze : cases) { in appendTestCases()522 TestClass(String name, Collection<TestMethod> cases) { in TestClass() argument524 mCases = cases; in TestClass()547 ArrayList<TestMethod> cases = new ArrayList<TestMethod>(); in getTestMethods() local582 cases.add(new TestMethod( in getTestMethods()588 return cases; in getTestMethods()
58 cases = {}61 cases.update(parseSuite(child, parentName + child.getAttribute("name")))87 cases[caseName] = testCase88 return cases
189 private void writeTestCases(PrintWriter writer, Collection<TestCase> cases, in writeTestCases() argument191 Collection<TestCase> sorted = sortCollection(cases); in writeTestCases()
106 have been changed in very few places only. In these cases, only the114 of the executed statements should not be changed, there are still cases
44 in a few cases as variables declared in the action code section.