![Tests failed](https://img.shields.io/badge/tests-5%20passed%2C%205%20failed%2C%201%20skipped-critical) ## ๐Ÿ”ดย 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 ```