Uses of Class
gw.test.TestExecutionManager
-
Packages that use TestExecutionManager Package Description gw.test -
-
Uses of TestExecutionManager in gw.test
Fields in gw.test declared as TestExecutionManager Modifier and Type Field Description private TestExecutionManagerSuite. _executionManagerprivate TestExecutionManagerTestClass. _executionManagerprivate TestExecutionManagerTestClassWrapper. _executionManagerFields in gw.test with type parameters of type TestExecutionManager Modifier and Type Field Description private static java.lang.ThreadLocal<TestExecutionManager>TestClass. THREAD_LOCAL_EXECUTION_MANAGERMethods in gw.test that return TestExecutionManager Modifier and Type Method Description protected TestExecutionManagerTestClass. getExecutionManager()private TestExecutionManagerTestClass. getThreadLocalExecutionManager()Methods in gw.test with parameters of type TestExecutionManager Modifier and Type Method Description TestClassIForwardingTestEnvironment. makeRemoteTestClassIDEExecutionWrapper(java.lang.String typeName, java.lang.String methodName, int totalNumMethods, TestExecutionManager executionManager, TestClass wrapped)junit.framework.TestIForwardingTestEnvironment. makeRemoteTestClassWrapper(TestExecutionManager executionManager, java.lang.String typeName, java.lang.String... methodNames)voidTestClass. setExecutionManager(TestExecutionManager executionManager)Constructors in gw.test with parameters of type TestExecutionManager Constructor Description TestClassWrapper(TestExecutionManager executionManager, IType type, java.lang.String... methods)
-