18 instantiations of TestTrxCase
Infrastructure.Tests (18)
CreateFailingTestIssue\CreateFailingTestIssueToolTests.cs (6)
387
new
TestTrxCase
(
394
new
TestTrxCase
(
439
new
TestTrxCase
(
594
new
TestTrxCase
(
815
new
TestTrxCase
(
965
new
TestTrxCase
(
DownloadFailingJobLogs\DownloadFailingJobLogsToolTests.cs (1)
183
new
TestTrxCase
(
GenerateTestSummary\GenerateTestSummaryToolTests.cs (11)
34
new
TestTrxCase
(
56
new
TestTrxCase
("Tests.Type.PassingMethod", "Tests.Type.PassingMethod", "Passed"),
57
new
TestTrxCase
("Tests.Type.FailingMethod", "Tests.Type.FailingMethod", "Failed", ErrorMessage: "boom"),
58
new
TestTrxCase
("Tests.Type.ErroredMethod", "Tests.Type.ErroredMethod", "Error", ErrorMessage: "kaboom"));
84
new
TestTrxCase
("Tests.Type.AbortedMethod", "Tests.Type.AbortedMethod", "Aborted", ErrorMessage: "aborted"),
85
new
TestTrxCase
("Tests.Type.PassingMethod", "Tests.Type.PassingMethod", "Passed"));
107
new
TestTrxCase
("Tests.Type.A", "Tests.Type.A", "Passed"),
108
new
TestTrxCase
("Tests.Type.B", "Tests.Type.B", "Passed"));
164
new
TestTrxCase
("Tests.Type.PassingMethod", "Tests.Type.PassingMethod", "Passed"));
191
new
TestTrxCase
("Tests.Type.FailingMethod", "Tests.Type.FailingMethod", "Failed", ErrorMessage: "boom"));
219
new
TestTrxCase
(
7 references to TestTrxCase
Infrastructure.Tests (7)
CreateFailingTestIssue\CreateFailingTestIssueToolTests.cs (2)
680
private string CreateFixtureDirectory(params
TestTrxCase
[] testCases)
689
params
TestTrxCase
[] testCases)
Shared\TestTrxBuilder.cs (5)
16
public static string CreateTrxFile(string outputPath, params
TestTrxCase
[] testCases)
55
public static string CreateArtifactZip(string outputPath, string trxEntryPath, params
TestTrxCase
[] testCases)
86
private static XElement CreateTestDefinitionElement(
TestTrxCase
testCase, int index)
104
private static XElement CreateResultElement(
TestTrxCase
testCase, int index)
122
private static XElement? CreateErrorInfoElement(
TestTrxCase
testCase)