TestRunConfiguration.SetTestEnvironment(String, String) Method

Definition

public:
 void SetTestEnvironment(System::String ^ controllerName, System::String ^ testEnvironmentName);
public void SetTestEnvironment (string controllerName, string testEnvironmentName);
member this.SetTestEnvironment : string * string -> unit
Public Sub SetTestEnvironment (controllerName As String, testEnvironmentName As String)

Parameters

controllerName
String
testEnvironmentName
String

Applies to