com.google.gwt.junit.client
Class GWTTestCase.BaseStrategy
java.lang.Object
com.google.gwt.junit.client.GWTTestCase.BaseStrategy
- All Implemented Interfaces:
- JUnitShell.Strategy
- Direct Known Subclasses:
- PropertyDefiningStrategy
- Enclosing class:
- GWTTestCase
public static class GWTTestCase.BaseStrategy
- extends java.lang.Object
- implements JUnitShell.Strategy
The base class for strategies to use for tests.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GWTTestCase.BaseStrategy
public GWTTestCase.BaseStrategy()
getModuleInherit
public java.lang.String getModuleInherit()
- Specified by:
getModuleInherit in interface JUnitShell.Strategy
getSyntheticModuleExtension
public java.lang.String getSyntheticModuleExtension()
- Specified by:
getSyntheticModuleExtension in interface JUnitShell.Strategy
processModule
public void processModule(ModuleDef module)
- Specified by:
processModule in interface JUnitShell.Strategy
processResult
public void processResult(TestCase testCase,
JUnitResult result)
- Specified by:
processResult in interface JUnitShell.Strategy