4 references to TestRunChangedEventArgs
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\47\TestPlatformJsonContext.TestRunChangedEventArgs.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunChangedEventArgs((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.ITestRunStatistics)args[0], (global::System.Collections.Generic.IEnumerable<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestResult>)args[1], (global::System.Collections.Generic.IEnumerable<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase>)args[2]),
Serialization\TestRunChangedEventArgsConverter.cs (1)
37return new TestRunChangedEventArgs(stats, newTestResults, activeTests);
Microsoft.TestPlatform.CrossPlatEngine (2)
Execution\BaseRunTests.cs (2)
616var testRunChangedEventArgs = new TestRunChangedEventArgs(runStats, lastChunkTestResults, []); 659var testRunChangedEventArgs = new TestRunChangedEventArgs(testRunStats, results, inProgressTestCases);