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