@@ -135,6 +135,76 @@ Actual: False
135135}
136136` ;
137137
138+ exports [` dotnet-trx tests matches dotnet-xunitv3 report snapshot 1` ] = `
139+ TestRunResult {
140+ " path" : " fixtures/dotnet-xunitv3.trx" ,
141+ " suites" : [
142+ TestSuiteResult {
143+ " groups" : [
144+ TestGroupResult {
145+ " name" : null ,
146+ " tests" : [
147+ TestCaseResult {
148+ " error" : {
149+ " details" : " Assert.Null() Failure: Value is not null
150+ Expected : null
151+ Actual : Fixture { }
152+ at DotnetTests .XUnitV3Tests .FixtureTests .Failing_Test () in / _ / reports / dotnet / DotnetTests .XUnitV3Tests / FixtureTests .cs :line 25
153+ at System .RuntimeMethodHandle .InvokeMethod (Object target , Void ** arguments , Signature sig , Boolean isConstructor )
154+ at System .Reflection .MethodBaseInvoker .InvokeWithNoArgs (Object obj , BindingFlags invokeAttr )" ,
155+ " line" : 25 ,
156+ " message" : " Assert.Null() Failure: Value is not null
157+ Expected : null
158+ Actual : Fixture { }
159+ at DotnetTests .XUnitV3Tests .FixtureTests .Failing_Test () in / _ / reports / dotnet / DotnetTests .XUnitV3Tests / FixtureTests .cs :line 25
160+ at System .RuntimeMethodHandle .InvokeMethod (Object target , Void ** arguments , Signature sig , Boolean isConstructor )
161+ at System .Reflection .MethodBaseInvoker .InvokeWithNoArgs (Object obj , BindingFlags invokeAttr )" ,
162+ " path" : " DotnetTests.XUnitV3Tests/FixtureTests.cs" ,
163+ },
164+ " name" : " Failing_Test" ,
165+ " result" : " failed" ,
166+ " time" : 17.0545 ,
167+ },
168+ TestCaseResult {
169+ " error" : undefined ,
170+ " name" : " Passing_Test" ,
171+ " result" : " success" ,
172+ " time" : 0.8786 ,
173+ },
174+ ],
175+ },
176+ ],
177+ " name" : " DotnetTests.XUnitV3Tests.FixtureTests" ,
178+ " totalTime" : undefined ,
179+ },
180+ TestSuiteResult {
181+ " groups" : [
182+ TestGroupResult {
183+ " name" : null ,
184+ " tests" : [
185+ TestCaseResult {
186+ " error" : undefined ,
187+ " name" : " [Test Class Cleanup Failure (DotnetTests.XUnitV3Tests.FixtureTests.Failing_Test)]" ,
188+ " result" : " failed" ,
189+ " time" : 0 ,
190+ },
191+ TestCaseResult {
192+ " error" : undefined ,
193+ " name" : " [Test Class Cleanup Failure (DotnetTests.XUnitV3Tests.FixtureTests.Passing_Test)]" ,
194+ " result" : " failed" ,
195+ " time" : 0 ,
196+ },
197+ ],
198+ },
199+ ],
200+ " name" : " Unclassified" ,
201+ " totalTime" : undefined ,
202+ },
203+ ],
204+ " totalTime" : 267 ,
205+ }
206+ ` ;
207+
138208exports [` dotnet-trx tests matches report snapshot (only failed tests) 1` ] = `
139209TestRunResult {
140210 " path" : " fixtures/dotnet-trx.trx" ,
0 commit comments