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.
OnTestStoppingEventArgs Class
Occurs when a test is stopped before it is completed.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
System::Object
System::EventArgs
Microsoft.VisualStudio.TestTools.UnitTesting::TestExecutionEventArgs
Microsoft.VisualStudio.TestTools.UnitTesting::OnTestStoppingEventArgs
System::EventArgs
Microsoft.VisualStudio.TestTools.UnitTesting::TestExecutionEventArgs
Microsoft.VisualStudio.TestTools.UnitTesting::OnTestStoppingEventArgs
| Name | Description | |
|---|---|---|
![]() | Instance | Gets the instance of test class. Defined only in test methods.(Inherited from TestExecutionEventArgs.) |
![]() | MethodInfo | Gets the method that is called.(Inherited from TestExecutionEventArgs.) |
![]() | TestContext | Gets the test context of the user. (Inherited from TestExecutionEventArgs.) |
| 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.
Show:


