3 types derived from TestCaseEventArgs
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
DataCollector\Events\TestCaseEvents.cs (3)
131public sealed class TestCaseStartEventArgs : TestCaseEventArgs 205public sealed class TestCaseEndEventArgs : TestCaseEventArgs 329public sealed class TestResultEventArgs : TestCaseEventArgs
2 references to TestCaseEventArgs
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
DataCollector\Events\TestCaseEvents.cs (2)
28/// Initializes a new instance of the <see cref="TestCaseEventArgs"/> class. 55/// Initializes a new instance of the <see cref="TestCaseEventArgs"/> class.