Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs =================================================================== diff -u -rdd812bc0852332aa5fc7ac8091a9f08ecbef1499 -r191a0e9d3424473aa91c591571c5582870f64c96 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs (.../StabilityPointStructuresCalculationServiceTest.cs) (revision dd812bc0852332aa5fc7ac8091a9f08ecbef1499) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs (.../StabilityPointStructuresCalculationServiceTest.cs) (revision 191a0e9d3424473aa91c591571c5582870f64c96) @@ -131,7 +131,7 @@ } [Test] - public void Calculate_InvalidInFlowModelType_ThrowsNotSupportedException() + public void Calculate_InvalidInFlowModelType_ThrowsInvalidEnumArgumentException() { // Setup var stabilityPointStructuresFailureMechanism = new StabilityPointStructuresFailureMechanism(); @@ -179,7 +179,7 @@ } [Test] - public void Calculate_InvalidLoadSchematizationType_ThrowsNotSupportedException() + public void Calculate_InvalidLoadSchematizationType_ThrowsInvalidEnumArgumentException() { // Setup var stabilityPointStructuresFailureMechanism = new StabilityPointStructuresFailureMechanism();