Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/StabilityPointStructuresInputTest.cs =================================================================== diff -u -r61d40fcfe715efa13eeeaec3f89b59d0e01b10b4 -r47f1e7dc57e0b4c5ece458c899b14a2bc52984f8 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/StabilityPointStructuresInputTest.cs (.../StabilityPointStructuresInputTest.cs) (revision 61d40fcfe715efa13eeeaec3f89b59d0e01b10b4) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/StabilityPointStructuresInputTest.cs (.../StabilityPointStructuresInputTest.cs) (revision 47f1e7dc57e0b4c5ece458c899b14a2bc52984f8) @@ -977,9 +977,7 @@ } [Test] - [TestCase(double.NaN)] - [TestCase(0)] - public void VerticalDistance_InvalidValue_ThrowsArgumentOutOfRangException(double verticalDistance) + public void VerticalDistance_InvalidValue_ThrowsArgumentOutOfRangeException() { // Setup var input = new StabilityPointStructuresInput(); @@ -1007,7 +1005,7 @@ } [Test] - public void LevellingCount_InvalidValue_ThrowsArgumentOutOfRangException() + public void LevellingCount_InvalidValue_ThrowsArgumentOutOfRangeException() { // Setup var input = new StabilityPointStructuresInput();