![Tests failed](https://img.shields.io/badge/tests-3%20passed%2C%203%20failed%2C%201%20skipped-critical) ## ❌ fixtures/dotnet-trx.trx **7** tests were completed in **1s** with **3** passed, **3** failed and **1** skipped. |Test suite|Passed|Failed|Skipped|Time| |:---|---:|---:|---:|---:| |[DotnetTests.XUnitTests.CalculatorTests](#r0s0)|3✔️|3❌|1✖️|110ms| ### ❌ DotnetTests.XUnitTests.CalculatorTests ``` ❌ 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 ✔️ Passing_Test ✔️ Passing_Test_With_Name ✖️ Skipped_Test ✔️ Timeout_Test ```