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 TestExecutionManagerSuite._executionManagerprivate TestExecutionManagerTestClass._executionManagerprivate TestExecutionManagerTestClassWrapper._executionManagerFields in gw.test with type parameters of type TestExecutionManagerModifier and TypeFieldDescriptionprivate static final ThreadLocal<TestExecutionManager>TestClass.THREAD_LOCAL_EXECUTION_MANAGERMethods in gw.test that return TestExecutionManagerModifier and TypeMethodDescriptionprotected TestExecutionManagerTestClass.getExecutionManager()private TestExecutionManagerTestClass.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.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)