Package gw.test
Class TestClassWrapper
- java.lang.Object
-
- junit.framework.TestSuite
-
- gw.test.TestClassWrapper
-
- All Implemented Interfaces:
junit.framework.Test
public class TestClassWrapper extends junit.framework.TestSuite
-
-
Constructor Summary
Constructors Constructor Description TestClassWrapper(TestExecutionManager executionManager, IType type, String... methods)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IType
getBackingType()
String
getName()
void
runTest(junit.framework.Test test, junit.framework.TestResult result)
-
-
-
Constructor Detail
-
TestClassWrapper
public TestClassWrapper(TestExecutionManager executionManager, IType type, String... methods)
-
-