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 classPL33465Test -
Uses of TestClass in gw.test
Subclasses of TestClass in gw.test Modifier and Type Class Description classBaseRemoteTestClassprivate static classTestClassWrapper.ExceptionTestClassprivate static classTestClassWrapper.InvalidTestClassMethods in gw.test with type parameters of type TestClass Modifier and Type Method Description static <T extends TestClass>
junit.framework.TestTestClass. _suite(java.lang.Class<T> clazz)Methods in gw.test that return TestClass Modifier and Type Method Description static TestClassTestClass. createTestClass(IType testType)TestClassIRemoteTestClassIDEExecutionWrapper. getWrapped()TestClassIForwardingTestEnvironment. makeRemoteTestClassIDEExecutionWrapper(java.lang.String typeName, java.lang.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 private voidTestExecutionManager. callAfterTestMethod(TestClass testClass, java.lang.Throwable e)private voidTestExecutionManager. callBeforeTestMethod(TestClass testClass)private booleanTestExecutionManager. isLastTestInSuite(TestClass test)TestClassIForwardingTestEnvironment. makeRemoteTestClassIDEExecutionWrapper(java.lang.String typeName, java.lang.String methodName, int totalNumMethods, TestExecutionManager executionManager, TestClass wrapped)private voidTestExecutionManager. maybeCallAfterTestClass(TestClass testClass)private voidTestExecutionManager. maybeCallAfterTestSuite(TestClass test)private voidTestExecutionManager. maybeCallBeforeTestClass(TestClass testClass)protected TestClassTestExecutionManager. maybeUnwrapTestClass(TestClass testClass)protected voidTestExecutionManager. runTestClass(TestClass testClass, junit.framework.TestResult result)protected voidTestExecutionManager. runTestClassBare(TestClass testClass)
-