
## ๐ดย fixtures/dotnet-trx.trx
**11** tests were completed in **1s** with **5** passed, **5** failed and **1** skipped.
|Test suite|Passed|Failed|Skipped|Time|
|:---|---:|---:|---:|---:|
|๐ด [DotnetTests.XUnitTests.CalculatorTests](#r0s0)|5|5|1|118ms|
### ๐ดย DotnetTests.XUnitTests.CalculatorTests
```
๐ข Custom Name
๐ด Exception_In_TargetTest
System.DivideByZeroException : Attempted to divide by zero.
๐ด Exception_In_Test
System.Exception : Test
๐ด Failing_Test
Assert.Equal() Failure
Expected: 3
Actual: 2
๐ข Is_Even_Number(i: 2)
๐ด Is_Even_Number(i: 3)
Assert.True() Failure
Expected: True
Actual: False
๐ข Passing_Test
๐ข Should be even number(i: 2)
๐ด Should be even number(i: 3)
Assert.True() Failure
Expected: True
Actual: False
โช Skipped_Test
๐ข Timeout_Test
```