All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gw.test.IForwardingTestEnvironment Maven / Gradle / Ivy

There is a newer version: 1.18.2
Show newest version
package gw.test;

/*
 * Copyright 2014 Guidewire Software, Inc.
 */

import junit.framework.Test;

public interface IForwardingTestEnvironment {
  TestClass makeRemoteTestClassIDEExecutionWrapper(String typeName, String methodName, int totalNumMethods, TestExecutionManager executionManager, TestClass wrapped);
  Test makeRemoteTestClassWrapper(TestExecutionManager executionManager, String typeName, String... methodNames);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy