public static final class

GWTTestCase.TestModuleInfo

extends Object
java.lang.Object
   ↳ com.google.gwt.junit.client.GWTTestCase.TestModuleInfo

Class Overview

Information about a synthetic module used for testing.

Summary

Public Constructors
GWTTestCase.TestModuleInfo(String moduleName, String syntheticModuleName, JUnitShell.Strategy strategy)
Public Methods
String getModuleName()
JUnitShell.Strategy getStrategy()
String getSyntheticModuleName()
Set<JUnitHost.TestInfo> getTests()
Returns the tests that are part of this module.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public GWTTestCase.TestModuleInfo (String moduleName, String syntheticModuleName, JUnitShell.Strategy strategy)

Parameters
moduleName the module name
syntheticModuleName the synthetic module name
strategy the test JUnitShell.Strategy

Public Methods

public String getModuleName ()

public JUnitShell.Strategy getStrategy ()

public String getSyntheticModuleName ()

public Set<JUnitHost.TestInfo> getTests ()

Returns the tests that are part of this module.