Package gw.test
Interface IForwardingTestEnvironment
public interface IForwardingTestEnvironment
-
Method Summary
Modifier and TypeMethodDescriptionmakeRemoteTestClassIDEExecutionWrapper(String typeName, String methodName, int totalNumMethods, TestExecutionManager executionManager, TestClass wrapped) junit.framework.TestmakeRemoteTestClassWrapper(TestExecutionManager executionManager, String typeName, String... methodNames)
-
Method Details
-
makeRemoteTestClassIDEExecutionWrapper
TestClass makeRemoteTestClassIDEExecutionWrapper(String typeName, String methodName, int totalNumMethods, TestExecutionManager executionManager, TestClass wrapped) -
makeRemoteTestClassWrapper
junit.framework.Test makeRemoteTestClassWrapper(TestExecutionManager executionManager, String typeName, String... methodNames)
-