Lines Matching refs:TestMethod
425 void appendTestCases(Node elem, Collection<TestMethod> cases) {
430 for (TestMethod caze : cases) {
514 Collection<TestMethod> mCases;
522 TestClass(String name, Collection<TestMethod> cases) {
538 * Get all the TestMethod from a ClassDoc, including inherited methods.
541 * @return A collection of TestMethod.
543 Collection<TestMethod> getTestMethods(ExpectationStore expectationStore,
547 ArrayList<TestMethod> cases = new ArrayList<TestMethod>();
582 cases.add(new TestMethod(
636 static class TestMethod {
653 TestMethod(String name, String description, String controller, Set<String> abis,