public class TestEvent()

in TeamCity.VSTest.TestLogger/TestEvent.cs [5:10]


public class TestEvent(string suiteName, string displayName, TestCase testCase)
{
    public readonly string SuiteName = suiteName;
    public readonly string DisplayName = displayName;
    public readonly TestCase TestCase = testCase;
}