Uses of Class
gw.test.TestExecutionManager
-
Packages that use TestExecutionManager Package Description gw.test -
-
Uses of TestExecutionManager in gw.test
Methods in gw.test that return TestExecutionManager Modifier and Type Method Description protected TestExecutionManagerTestClass. getExecutionManager()Methods in gw.test with parameters of type TestExecutionManager Modifier and Type Method Description TestClassIForwardingTestEnvironment. makeRemoteTestClassIDEExecutionWrapper(String typeName, String methodName, int totalNumMethods, TestExecutionManager executionManager, TestClass wrapped)junit.framework.TestIForwardingTestEnvironment. makeRemoteTestClassWrapper(TestExecutionManager executionManager, String typeName, String... methodNames)voidTestClass. setExecutionManager(TestExecutionManager executionManager)Constructors in gw.test with parameters of type TestExecutionManager Constructor Description TestClassWrapper(TestExecutionManager executionManager, IType type, String... methods)
-