Uses of Class
gw.test.TestClass
-
Packages that use TestClass Package Description gw.test -
-
Uses of TestClass in gw.test
Subclasses of TestClass in gw.test Modifier and Type Class Description classBaseRemoteTestClassMethods 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 TestClassTestClass. createTestClass(IType testType)TestClassIRemoteTestClassIDEExecutionWrapper. getWrapped()TestClassIForwardingTestEnvironment. makeRemoteTestClassIDEExecutionWrapper(String typeName, String methodName, int totalNumMethods, TestExecutionManager executionManager, TestClass wrapped)protected TestClassTestExecutionManager. maybeUnwrapTestClass(TestClass testClass)Methods in gw.test with parameters of type TestClass Modifier and Type Method Description TestClassIForwardingTestEnvironment. makeRemoteTestClassIDEExecutionWrapper(String typeName, String methodName, int totalNumMethods, TestExecutionManager executionManager, TestClass wrapped)protected TestClassTestExecutionManager. maybeUnwrapTestClass(TestClass testClass)protected voidTestExecutionManager. runTestClass(TestClass testClass, junit.framework.TestResult result)protected voidTestExecutionManager. runTestClassBare(TestClass testClass)
-