|
1 | 1 | <testsuite name="TestAssetsNunit.Stp.ClassStp" tests="2" failures="2" errors="0" skipped="0" time="0.0021060000000000002" > |
2 | 2 | <testcase classname="TestAssetsNunit.Stp.ClassStp" name="TestStpOne" outcome="Failed" time="0.001629"><failure> |
3 | 3 | MESSAGE: |
4 | | -System.Exception : This test setup fails |
| 4 | +SetUp : System.Exception : This test setup fails |
5 | 5 | +++++++++++++++++++ |
6 | 6 | STACK TRACE: |
| 7 | +--SetUp |
| 8 | + at TestAssetsNunit.Stp.ClassStp.SetupFail() in /TestAssetsNunit/TestAssetsNunit.cs:line 98 |
| 9 | + at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) |
| 10 | + at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) |
| 11 | +1) --SetUp |
7 | 12 | at TestAssetsNunit.Stp.ClassStp.SetupFail() in /home/runner/work/dotnet-test-split/dotnet-test-split/TestAssetsNunit/TestAssetsNunit.cs:line 98 |
8 | 13 | at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) |
9 | 14 | at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) |
10 | 15 | </failure></testcase> |
11 | 16 | <testcase classname="TestAssetsNunit.Stp.ClassStp" name="TestStpTwo" outcome="Failed" time="0.000477"><failure> |
12 | 17 | MESSAGE: |
13 | | -System.Exception : This test setup fails |
| 18 | +SetUp : System.Exception : This test setup fails |
14 | 19 | +++++++++++++++++++ |
15 | 20 | STACK TRACE: |
| 21 | +--SetUp |
| 22 | + at TestAssetsNunit.Stp.ClassStp.SetupFail() in /TestAssetsNunit/TestAssetsNunit.cs:line 98 |
| 23 | + at InvokeStub_ClassStp.SetupFail(Object, Object, IntPtr*) |
| 24 | + at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) |
| 25 | +1) --SetUp |
16 | 26 | at TestAssetsNunit.Stp.ClassStp.SetupFail() in /home/runner/work/dotnet-test-split/dotnet-test-split/TestAssetsNunit/TestAssetsNunit.cs:line 98 |
17 | 27 | at InvokeStub_ClassStp.SetupFail(Object, Object, IntPtr*) |
18 | 28 | at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) |
|
0 commit comments