Implemented interface member:
method
UpdateTestCases
Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.IPathConverter.UpdateTestCases(System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase>, Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.PathConversionDirection)
2 references to UpdateTestCases
Microsoft.TestPlatform.CrossPlatEngine (2)
EventHandlers\PathConverter.cs (2)
104UpdateTestCases(testRunChangedArgs.ActiveTests, updateDirection); 171var tests = UpdateTestCases(testRunCriteriaWithTests.Tests, updateDirection);