Method | Description | |
---|---|---|
TestStarted_InvokeSutMethod ( object sender, Microsoft.Protocols.TestTools.TestStartFinishEventArgs e ) : void |
Dispose the "TestStarted" event, invoke the SUT control adapter method "SetUserProfileService" with "true" input parameter.
|
public static TestStarted_InvokeSutMethod ( object sender, Microsoft.Protocols.TestTools.TestStartFinishEventArgs e ) : void | ||
sender | object | The object of sender |
e | Microsoft.Protocols.TestTools.TestStartFinishEventArgs | The object represents the event arguments. |
return | void |