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.


Method Summary
 java.lang.String getModuleInherit()
           
 java.lang.String getSyntheticModuleExtension()
           
 void processModule(ModuleDef module)
           
 void processResult(TestCase testCase, JUnitResult result)
           
 

Method Detail

getModuleInherit

java.lang.String getModuleInherit()

getSyntheticModuleExtension

java.lang.String getSyntheticModuleExtension()

processModule

void processModule(ModuleDef module)

processResult

void processResult(TestCase testCase,
                   JUnitResult result)