TestFinishedEventArgs Class
Provides data for the TestFinished event.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
System::EventArgs
Microsoft.VisualStudio.TestTools.LoadTesting::TestFinishedEventArgs
| Name | Description | |
|---|---|---|
![]() | IsInitializeTest | Gets a value that indicates whether the test that finished is the InitializeTest that was specified in the test mix of the load test scenario. |
![]() | IsTerminateTest | Gets a value that indicates whether the test that finished is the TerminateTest that was specified in the test mix of the load test scenario. |
![]() | Result | Gets the result of the test that finished. |
![]() | ScenarioName | Gets the scenario name of the test that finished. |
![]() | TestName | Gets the name of the finished test. |
![]() | UserContext | Gets the LoadTestUserContext that represents the virtual user that was running the test that finished. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


