1 instantiation of TestResultInfo
RunTests (1)
ProcessTestExecutor.cs (1)
183var testResultInfo = new TestResultInfo(
4 references to TestResultInfo
RunTests (4)
ITestExecutor.cs (3)
34/// The difference between <see cref="TestResultInfo"/> and <see cref="TestResult"/> is the former 68internal TestResultInfo TestResultInfo { get; } 86internal TestResult(WorkItemInfo workItemInfo, TestResultInfo testResultInfo, string commandLine, ImmutableArray<ProcessResult> processResults = default, string? diagnostics = null)
ProcessTestExecutor.cs (1)
183var testResultInfo = new TestResultInfo(