com.google.gwt.junit
Interface JUnitShell.Strategy
- All Known Implementing Classes:
- Benchmark.BenchmarkStrategy, GWTTestCase.BaseStrategy, PropertyDefiningStrategy
- Enclosing class:
- JUnitShell
public static interface JUnitShell.Strategy
A strategy for running the test.
getModuleInherit
java.lang.String getModuleInherit()
getSyntheticModuleExtension
java.lang.String getSyntheticModuleExtension()
processModule
void processModule(ModuleDef module)
processResult
void processResult(TestCase testCase,
JUnitResult result)