Uses of Class
gw.test.TestExecutionManager
Packages that use TestExecutionManager
-
Uses of TestExecutionManager in gw.test
Fields in gw.test declared as TestExecutionManagerModifier and TypeFieldDescriptionprivate TestExecutionManager
Suite._executionManager
private TestExecutionManager
TestClass._executionManager
private TestExecutionManager
TestClassWrapper._executionManager
Fields in gw.test with type parameters of type TestExecutionManagerModifier and TypeFieldDescriptionprivate static final ThreadLocal<TestExecutionManager>
TestClass.THREAD_LOCAL_EXECUTION_MANAGER
Methods in gw.test that return TestExecutionManagerModifier and TypeMethodDescriptionprotected TestExecutionManager
TestClass.getExecutionManager()
private TestExecutionManager
TestClass.getThreadLocalExecutionManager()
Methods in gw.test with parameters of type TestExecutionManagerModifier and TypeMethodDescriptionIForwardingTestEnvironment.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 TestExecutionManagerModifierConstructorDescriptionTestClassWrapper
(TestExecutionManager executionManager, IType type, String... methods)