TeamCity.VSTest.TestLogger/ITestAttachmentPathResolver.cs (5 lines of code) (raw):

namespace TeamCity.VSTest.TestLogger; internal interface ITestAttachmentPathResolver { public string Resolve(string testFullyQualifiedName); }