public class

PropertyDefiningStrategy

extends GWTTestCase.BaseStrategy
java.lang.Object
   ↳ com.google.gwt.junit.client.GWTTestCase.BaseStrategy
     ↳ com.google.gwt.junit.PropertyDefiningStrategy
Known Direct Subclasses

Class Overview

A JUnitShell.Strategy that will alter the module the tests are run in by defining module properties as requested by annotations on the tests.

Summary

Public Constructors
PropertyDefiningStrategy(TestCase testCase)
Public Methods
String getSyntheticModuleExtension()
void processModule(ModuleDef module)
Protected Methods
String getBaseModuleExtension()
[Expand]
Inherited Methods
From class com.google.gwt.junit.client.GWTTestCase.BaseStrategy
From class java.lang.Object
From interface com.google.gwt.junit.JUnitShell.Strategy

Public Constructors

public PropertyDefiningStrategy (TestCase testCase)

Public Methods

public String getSyntheticModuleExtension ()

public void processModule (ModuleDef module)

Protected Methods

protected String getBaseModuleExtension ()