Package com.google.gwt.junit.client
Class GWTTestCase.TestModuleInfo
- java.lang.Object
-
- com.google.gwt.junit.client.GWTTestCase.TestModuleInfo
-
- Enclosing class:
- GWTTestCase
public static final class GWTTestCase.TestModuleInfo extends java.lang.Object
Information about a synthetic module used for testing.
-
-
Constructor Summary
Constructors Constructor Description TestModuleInfo(java.lang.String moduleName, java.lang.String syntheticModuleName, com.google.gwt.junit.JUnitShell.Strategy strategy)
Construct a newGWTTestCase.TestModuleInfo
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
TestModuleInfo
public TestModuleInfo(java.lang.String moduleName, java.lang.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 Detail
-
getModuleName
public java.lang.String getModuleName()
-
getStrategy
public com.google.gwt.junit.JUnitShell.Strategy getStrategy()
-
getSyntheticModuleName
public java.lang.String getSyntheticModuleName()
-
getTests
public java.util.Set<com.google.gwt.junit.client.impl.JUnitHost.TestInfo> getTests()
Returns the tests that are part of this module.
-
-