Uses of Class
gw.test.TestClass
-
Packages that use TestClass Package Description gw.internal.gosu.regression gw.test -
-
Uses of TestClass in gw.internal.gosu.regression
Subclasses of TestClass in gw.internal.gosu.regression Modifier and Type Class Description class
PL33465Test
-
Uses of TestClass in gw.test
Subclasses of TestClass in gw.test Modifier and Type Class Description class
BaseRemoteTestClass
Methods in gw.test with type parameters of type TestClass Modifier and Type Method Description static <T extends TestClass>
junit.framework.TestTestClass. _suite(Class<T> clazz)
Methods in gw.test that return TestClass Modifier and Type Method Description static TestClass
TestClass. createTestClass(IType testType)
TestClass
IRemoteTestClassIDEExecutionWrapper. getWrapped()
TestClass
IForwardingTestEnvironment. makeRemoteTestClassIDEExecutionWrapper(String typeName, String methodName, int totalNumMethods, TestExecutionManager executionManager, TestClass wrapped)
protected TestClass
TestExecutionManager. maybeUnwrapTestClass(TestClass testClass)
Methods in gw.test with parameters of type TestClass Modifier and Type Method Description TestClass
IForwardingTestEnvironment. makeRemoteTestClassIDEExecutionWrapper(String typeName, String methodName, int totalNumMethods, TestExecutionManager executionManager, TestClass wrapped)
protected TestClass
TestExecutionManager. maybeUnwrapTestClass(TestClass testClass)
protected void
TestExecutionManager. runTestClass(TestClass testClass, junit.framework.TestResult result)
protected void
TestExecutionManager. runTestClassBare(TestClass testClass)
-