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