|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.TestSuite com.google.gwt.junit.tools.GWTTestSuite
public class GWTTestSuite
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(junit.framework.Test test)
|
Methods inherited from class junit.framework.TestSuite |
---|
addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GWTTestSuite()
public GWTTestSuite(java.lang.String name)
Method Detail |
---|
public void addTest(junit.framework.Test test)
addTest
in class junit.framework.TestSuite
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |