Uses of Class
com.google.gwt.junit.client.GWTTestCase.TestModuleInfo
-
Packages that use GWTTestCase.TestModuleInfo Package Description com.google.gwt.junit.client Classes and modules used in building JUnit tests. -
-
Uses of GWTTestCase.TestModuleInfo in com.google.gwt.junit.client
Fields in com.google.gwt.junit.client with type parameters of type GWTTestCase.TestModuleInfo Modifier and Type Field 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.Methods in com.google.gwt.junit.client that return GWTTestCase.TestModuleInfo Modifier and Type Method Description static GWTTestCase.TestModuleInfo
GWTTestCase. getTestsForModule(java.lang.String syntheticModuleName)
Get the set of allJUnitHost.TestInfo
for the specified module.
-