1 instantiation of TestResult
Aspire.TestTools (1)
TrxReader.cs (1)
38testResults.Add(new TestResult(
3 references to TestResult
Aspire.TestTools (3)
TrxReader.cs (3)
11public static IList<TestResult> GetTestResultsFromTrx(string filepath, Func<string, string, bool>? testFilter = null) 18return Array.Empty<TestResult>(); 21var testResults = new List<TestResult>();