GWT 2.7.0

Uses of Class
com.google.gwt.junit.client.GWTTestCase.TestModuleInfo

Packages that use GWTTestCase.TestModuleInfo
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
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
static GWTTestCase.TestModuleInfo GWTTestCase.getTestsForModule(java.lang.String syntheticModuleName)
          Get the set of all JUnitHost.TestInfo for the specified module.
 


GWT 2.7.0