Uses of Class
gw.test.TestExecutionManager
Packages that use TestExecutionManager
-
Uses of TestExecutionManager in gw.test
Methods in gw.test that return TestExecutionManagerMethods in gw.test with parameters of type TestExecutionManagerModifier and TypeMethodDescriptionIForwardingTestEnvironment.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 TestExecutionManagerModifierConstructorDescriptionTestClassWrapper(TestExecutionManager executionManager, IType type, String... methods)