TeamCity.VSTest.TestLogger/ISuiteNameProvider.cs (
5
lines of code) (
raw
):
namespace TeamCity.VSTest.TestLogger; internal interface ISuiteNameProvider { string GetSuiteName(string? source); }