public static final class GWTTestCase.TestModuleInfo
extends java.lang.Object
Constructor and Description |
---|
TestModuleInfo(java.lang.String moduleName,
java.lang.String syntheticModuleName,
com.google.gwt.junit.JUnitShell.Strategy strategy)
Construct a new
GWTTestCase.TestModuleInfo . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getModuleName() |
com.google.gwt.junit.JUnitShell.Strategy |
getStrategy() |
java.lang.String |
getSyntheticModuleName() |
java.util.Set<com.google.gwt.junit.client.impl.JUnitHost.TestInfo> |
getTests()
Returns the tests that are part of this module.
|
public TestModuleInfo(java.lang.String moduleName, java.lang.String syntheticModuleName, com.google.gwt.junit.JUnitShell.Strategy strategy)
GWTTestCase.TestModuleInfo
.moduleName
- the module namesyntheticModuleName
- the synthetic module namestrategy
- the test JUnitShell.Strategy
public java.lang.String getModuleName()
public com.google.gwt.junit.JUnitShell.Strategy getStrategy()
public java.lang.String getSyntheticModuleName()
public java.util.Set<com.google.gwt.junit.client.impl.JUnitHost.TestInfo> getTests()