Package | Description |
---|---|
com.google.gwt.junit.client |
Classes and modules used in building JUnit tests.
|
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.String,GWTTestCase.TestModuleInfo> |
GWTTestCase.ALL_GWT_TESTS
Records all live GWTTestCases by synthetic module name so we can optimize
run they are compiled and run.
|
Modifier and Type | Method and Description |
---|---|
static GWTTestCase.TestModuleInfo |
GWTTestCase.getTestsForModule(java.lang.String syntheticModuleName)
Get the set of all
JUnitHost.TestInfo for the specified module. |