Lines Matching defs:testSuite
29 import junit.framework.TestSuite;
63 TestSuite testSuite = getTestSuiteToBrowse();
64 mTestBrowserController.setTestSuite(testSuite);
66 String name = testSuite.getName();
73 * Subclasses will override this method and return the TestSuite specific to their .apk.
76 * targeted TestSuite from the intent.
78 * @return testSuite to browse
81 private TestSuite getTestSuiteToBrowse() {
106 public TestSuite getTestSuite() {
111 * @return A TestSuite that should be run for a given application.
113 public abstract TestSuite getTopTestSuite();