Package com.google.gwt.junit.tools
Class GWTTestSuite
java.lang.Object
junit.framework.TestSuite
com.google.gwt.junit.tools.GWTTestSuite
- All Implemented Interfaces:
junit.framework.Test
public class GWTTestSuite
extends junit.framework.TestSuite
A utility class to optimize the order in which GWTTestCases are run by
minimizing the number of times the test framework switches modules.
-
Constructor Summary
-
Method Summary
Methods inherited from class junit.framework.TestSuite
addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString, warning
-
Constructor Details
-
GWTTestSuite
public GWTTestSuite() -
GWTTestSuite
-
-
Method Details
-
addTest
public void addTest(junit.framework.Test test) - Overrides:
addTest
in classjunit.framework.TestSuite
-