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 TestExecutionManager
TestClass. getExecutionManager()
Methods in gw.test with parameters of type TestExecutionManager Modifier and Type Method Description TestClass
IForwardingTestEnvironment. makeRemoteTestClassIDEExecutionWrapper(String typeName, String methodName, int totalNumMethods, TestExecutionManager executionManager, TestClass wrapped)
junit.framework.Test
IForwardingTestEnvironment. makeRemoteTestClassWrapper(TestExecutionManager executionManager, String typeName, String... methodNames)
void
TestClass. setExecutionManager(TestExecutionManager executionManager)
Constructors in gw.test with parameters of type TestExecutionManager Constructor Description TestClassWrapper(TestExecutionManager executionManager, IType type, String... methods)
-