public static class GWTTestCase.BaseStrategy
extends java.lang.Object
implements com.google.gwt.junit.JUnitShell.Strategy
Constructor and Description |
---|
GWTTestCase.BaseStrategy() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getModuleInherit() |
java.lang.String |
getSyntheticModuleExtension() |
void |
processModule(com.google.gwt.dev.cfg.ModuleDef module) |
void |
processResult(junit.framework.TestCase testCase,
com.google.gwt.junit.client.impl.JUnitResult result) |
public java.lang.String getModuleInherit()
getModuleInherit
in interface com.google.gwt.junit.JUnitShell.Strategy
public java.lang.String getSyntheticModuleExtension()
getSyntheticModuleExtension
in interface com.google.gwt.junit.JUnitShell.Strategy
public void processModule(com.google.gwt.dev.cfg.ModuleDef module)
processModule
in interface com.google.gwt.junit.JUnitShell.Strategy
public void processResult(junit.framework.TestCase testCase, com.google.gwt.junit.client.impl.JUnitResult result)
processResult
in interface com.google.gwt.junit.JUnitShell.Strategy