Home | History | Annotate | Download | only in test

Lines Matching full:testsuite

22 import junit.framework.TestSuite;
67 if (workingTest instanceof TestSuite) {
68 TestSuite testSuite = (TestSuite) workingTest;
69 Enumeration enumeration = testSuite.tests();
92 * method that returns a TestSuite including the TestCase itself,
117 } else if (test instanceof TestSuite) {
118 TestSuite testSuite = (TestSuite) test;
119 String name = testSuite.getName();