public class

GWTTestSuite

extends TestSuite
java.lang.Object
   ↳ TestSuite
     ↳ com.google.gwt.junit.tools.GWTTestSuite

Class Overview

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

Summary

Public Constructors
GWTTestSuite()
GWTTestSuite(String name)
Public Methods
void addTest(Test test)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public GWTTestSuite ()

public GWTTestSuite (String name)

Public Methods

public void addTest (Test test)