Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestSelectedEventArgs Class

 

Contains the arguments for the TestSelected event.

Namespace:   Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

System::Object
  System::EventArgs
    Microsoft.VisualStudio.TestTools.LoadTesting::TestSelectedEventArgs

public ref class TestSelectedEventArgs : EventArgs

NameDescription
System_CAPS_pubpropertyIsInitializeTest

Gets a value that indicates whether the selected test is the InitializeTest that was specified in the test mix of the load test scenario.

System_CAPS_pubpropertyIsTerminateTest

Gets a value that indicates whether the selected test is the TerminateTest that was specified in the test mix of the load test scenario.

System_CAPS_pubpropertyScenarioName

Gets the scenario name that contains the test that is selected.

System_CAPS_pubpropertyTestName

Gets or sets the name of the test that is selected.

System_CAPS_pubpropertyUserContext

Gets the LoadTestUserContext that represents the virtual user who is running the selected test.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

TestSelectedEventArgs contains a reference to the test that is starting and the scenario that it is starting in.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: