Package com.google.gwt.junit.client
Class GWTTestCase.TestModuleInfo
java.lang.Object
com.google.gwt.junit.client.GWTTestCase.TestModuleInfo
- Enclosing class:
GWTTestCase
Information about a synthetic module used for testing.
-
Constructor Summary
ConstructorDescriptionTestModuleInfo
(String moduleName, String syntheticModuleName, com.google.gwt.junit.JUnitShell.Strategy strategy) Construct a newGWTTestCase.TestModuleInfo
. -
Method Summary
-
Constructor Details
-
TestModuleInfo
public TestModuleInfo(String moduleName, String syntheticModuleName, com.google.gwt.junit.JUnitShell.Strategy strategy) Construct a newGWTTestCase.TestModuleInfo
.- Parameters:
moduleName
- the module namesyntheticModuleName
- the synthetic module namestrategy
- the testJUnitShell.Strategy
-
-
Method Details
-
getModuleName
-
getStrategy
public com.google.gwt.junit.JUnitShell.Strategy getStrategy() -
getSyntheticModuleName
-
getTests
Returns the tests that are part of this module.
-