Class GWTTestCase.TestModuleInfo

java.lang.Object
com.google.gwt.junit.client.GWTTestCase.TestModuleInfo
Enclosing class:
GWTTestCase

public static final class GWTTestCase.TestModuleInfo extends Object
Information about a synthetic module used for testing.
  • Constructor Details

    • TestModuleInfo

      public TestModuleInfo(String moduleName, String syntheticModuleName, com.google.gwt.junit.JUnitShell.Strategy strategy)
      Parameters:
      moduleName - the module name
      syntheticModuleName - the synthetic module name
      strategy - the test JUnitShell.Strategy
  • Method Details

    • getModuleName

      public String getModuleName()
    • getStrategy

      public com.google.gwt.junit.JUnitShell.Strategy getStrategy()
    • getSyntheticModuleName

      public String getSyntheticModuleName()
    • getTests

      public Set<com.google.gwt.junit.client.impl.JUnitHost.TestInfo> getTests()
      Returns the tests that are part of this module.