Implemented interface member:
method
UpdateTestCase
Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.IPathConverter.UpdateTestCase(Microsoft.VisualStudio.TestPlatform.ObjectModel.TestCase, Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.PathConversionDirection)
2 references to UpdateTestCase
Microsoft.TestPlatform.CrossPlatEngine (2)
EventHandlers\PathConverter.cs (2)
89testCases!.ToList().ForEach(tc => UpdateTestCase(tc, updateDirection)); 142UpdateTestCase(tr.TestCase, updateDirection);