Package com.google.gwt.junit

Interface Summary
JUnitShell.Strategy A strategy for running the test.
 

Class Summary
BatchingStrategy An interface that specifies how tests should be batched.
CompileStrategy An interface that specifies how modules should be compiled.
FakeMessagesMaker Helper to make a fake implementation of any Messages interface via reflection, for use in JUnit tests.
GWTMockUtilities Defangs GWT.create(Class) to allow unit tests to mock out Widgets and other UIObjects.
JUnitMessageQueue A message queue to pass data between JUnitShell and JUnitHostImpl in a thread-safe manner.
JUnitMessageQueue.ClientInfoExt Server-side client info that includes a description.
JUnitMessageQueue.ClientStatus Holds the state of an individual client.
JUnitShell This class is responsible for hosting JUnit test case execution.
PropertyDefiningStrategy A JUnitShell.Strategy that will alter the module the tests are run in by defining module properties as requested by annotations on the tests.
RunStyle An abstract class that handles the details of launching a browser.
RunStyleHtmlUnit Launches a web-mode test via HTMLUnit.
RunStyleSelenium Runs via browsers managed by Selenium.
 

Enum Summary
Platform An enum to indicate the Platform where a test should run.
 

Exception Summary
JUnitFatalLaunchException When thrown, no test in the current module can possibly succeed.
 

Annotation Types Summary
DoNotRunWith When a test method is annotated with DoNotRunWith, it is _not_ executed on the specified platforms.