Index: Ringtoets/Piping/test/Ringtoets.Piping.InputParameterCalculation.Test/InputParameterCalculationServiceTest.cs =================================================================== diff -u -r5ea5fc4f33344844a1ea6508f9ce7d31bff9325d -rc5c520903649e40b5a48611051705c07c95672e9 --- Ringtoets/Piping/test/Ringtoets.Piping.InputParameterCalculation.Test/InputParameterCalculationServiceTest.cs (.../InputParameterCalculationServiceTest.cs) (revision 5ea5fc4f33344844a1ea6508f9ce7d31bff9325d) +++ Ringtoets/Piping/test/Ringtoets.Piping.InputParameterCalculation.Test/InputParameterCalculationServiceTest.cs (.../InputParameterCalculationServiceTest.cs) (revision c5c520903649e40b5a48611051705c07c95672e9) @@ -266,10 +266,12 @@ Assert.IsNull(otherPoint); return; } + if (otherPoint == null) { Assert.Fail("Expected value for otherPoint."); } + Assert.AreEqual(point.X, otherPoint.X, 1e-2); Assert.AreEqual(point.Y, otherPoint.Y, 1e-2); Assert.AreEqual(point.Z, otherPoint.Z, 1e-2);