|
7 | 7 | Exception: { |
8 | 8 | Message: Current depth is 5., |
9 | 9 | Type: System.ApplicationException, |
| 10 | + StackTrace: |
| 11 | + at Stravaig.Extensions.Logging.Diagnostics.Tests.Verify.VerifyLogExceptionTests.ThrowAnExceptionWithInnerExceptions(Int32 depth) in {ProjectDirectory}Verify/VerifyLogExceptionTests.cs:line 43 |
| 12 | + at Stravaig.Extensions.Logging.Diagnostics.Tests.Verify.VerifyLogExceptionTests.VerifyInnerExceptionsAsync() in {ProjectDirectory}Verify/VerifyLogExceptionTests.cs:line 20, |
10 | 13 | InnerException: { |
11 | 14 | Message: Current depth is 4., |
12 | 15 | Type: System.ApplicationException, |
| 16 | + StackTrace: |
| 17 | + at Stravaig.Extensions.Logging.Diagnostics.Tests.Verify.VerifyLogExceptionTests.ThrowAnExceptionWithInnerExceptions(Int32 depth) in {ProjectDirectory}Verify/VerifyLogExceptionTests.cs:line 43 |
| 18 | + at Stravaig.Extensions.Logging.Diagnostics.Tests.Verify.VerifyLogExceptionTests.ThrowAnExceptionWithInnerExceptions(Int32 depth) in {ProjectDirectory}Verify/VerifyLogExceptionTests.cs:line 39, |
13 | 19 | InnerException: { |
14 | 20 | Message: Current depth is 3., |
15 | 21 | Type: System.ApplicationException, |
| 22 | + StackTrace: |
| 23 | + at Stravaig.Extensions.Logging.Diagnostics.Tests.Verify.VerifyLogExceptionTests.ThrowAnExceptionWithInnerExceptions(Int32 depth) in {ProjectDirectory}Verify/VerifyLogExceptionTests.cs:line 43 |
| 24 | + at Stravaig.Extensions.Logging.Diagnostics.Tests.Verify.VerifyLogExceptionTests.ThrowAnExceptionWithInnerExceptions(Int32 depth) in {ProjectDirectory}Verify/VerifyLogExceptionTests.cs:line 39, |
16 | 25 | InnerException: { |
17 | 26 | Message: Current depth is 2., |
18 | 27 | Type: System.ApplicationException, |
| 28 | + StackTrace: |
| 29 | + at Stravaig.Extensions.Logging.Diagnostics.Tests.Verify.VerifyLogExceptionTests.ThrowAnExceptionWithInnerExceptions(Int32 depth) in {ProjectDirectory}Verify/VerifyLogExceptionTests.cs:line 43 |
| 30 | + at Stravaig.Extensions.Logging.Diagnostics.Tests.Verify.VerifyLogExceptionTests.ThrowAnExceptionWithInnerExceptions(Int32 depth) in {ProjectDirectory}Verify/VerifyLogExceptionTests.cs:line 39, |
19 | 31 | InnerException: { |
20 | 32 | Message: Current depth is 1., |
21 | 33 | Type: System.ApplicationException, |
| 34 | + StackTrace: |
| 35 | + at Stravaig.Extensions.Logging.Diagnostics.Tests.Verify.VerifyLogExceptionTests.ThrowAnExceptionWithInnerExceptions(Int32 depth) in {ProjectDirectory}Verify/VerifyLogExceptionTests.cs:line 43 |
| 36 | + at Stravaig.Extensions.Logging.Diagnostics.Tests.Verify.VerifyLogExceptionTests.ThrowAnExceptionWithInnerExceptions(Int32 depth) in {ProjectDirectory}Verify/VerifyLogExceptionTests.cs:line 39, |
22 | 37 | InnerException: { |
23 | 38 | Message: This method throws exceptions!, |
24 | | - Type: System.InvalidOperationException |
| 39 | + Type: System.InvalidOperationException, |
| 40 | + StackTrace: |
| 41 | + at Stravaig.Extensions.Logging.Diagnostics.Tests.Verify.VerifyLogExceptionTests.ThrowAnExceptionWithInnerExceptions(Int32 depth) in {ProjectDirectory}Verify/VerifyLogExceptionTests.cs:line 46 |
| 42 | + at Stravaig.Extensions.Logging.Diagnostics.Tests.Verify.VerifyLogExceptionTests.ThrowAnExceptionWithInnerExceptions(Int32 depth) in {ProjectDirectory}Verify/VerifyLogExceptionTests.cs:line 39 |
25 | 43 | } |
26 | 44 | } |
27 | 45 | } |
|
0 commit comments