3 types derived from TestCaseEventArgs
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
DataCollector\Events\TestCaseEvents.cs (3)
131
public sealed class TestCaseStartEventArgs :
TestCaseEventArgs
205
public sealed class TestCaseEndEventArgs :
TestCaseEventArgs
329
public 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.