com.google.gwt.junit.tools
Class GWTTestSuite

java.lang.Object
  extended by TestSuite
      extended by com.google.gwt.junit.tools.GWTTestSuite

public class GWTTestSuite
extends TestSuite

A utility class to optimize the order in which GWTTestCases are run by minimizing the number of times the test framework switches modules.


Constructor Summary
GWTTestSuite()
           
GWTTestSuite(java.lang.String name)
           
 
Method Summary
 void addTest(Test test)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GWTTestSuite

public GWTTestSuite()

GWTTestSuite

public GWTTestSuite(java.lang.String name)
Method Detail

addTest

public void addTest(Test test)