1 write to NewTestResults
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Client\Events\TestRunChangedEventArgs.cs (1)
25
NewTestResults
= newTestResults;
3 references to NewTestResults
Microsoft.TestPlatform.CommunicationUtilities (1)
Serialization\TestRunChangedEventArgsConverter.cs (1)
44
WriteProperty(writer, "NewTestResults", value.
NewTestResults
, options);
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\TestLoggerManager.cs (1)
218
foreach (TestResult result in e.
NewTestResults
!)
EventHandlers\PathConverter.cs (1)
103
UpdateTestResults(testRunChangedArgs!.
NewTestResults
!, updateDirection);