Home | History | Annotate | Download | only in test

Lines Matching refs:testSuite

53 import junit.framework.TestSuite;
354 TestSuite testSuite = getTestSuite();
355 if (testSuite != null) {
356 testSuiteBuilder.addTestSuite(testSuite);
554 public TestSuite getTestSuite() {
561 public TestSuite getAllTests() {