Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/StabilityPointStructuresFailureMechanismAssemblyFactoryTest.cs =================================================================== diff -u -r8aa75ea54b184b8ef6a1628da85e8f61260fa759 -r396e95150a2e0ec58015956fc562b9a00e0b56a2 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/StabilityPointStructuresFailureMechanismAssemblyFactoryTest.cs (.../StabilityPointStructuresFailureMechanismAssemblyFactoryTest.cs) (revision 8aa75ea54b184b8ef6a1628da85e8f61260fa759) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.Test/StabilityPointStructuresFailureMechanismAssemblyFactoryTest.cs (.../StabilityPointStructuresFailureMechanismAssemblyFactoryTest.cs) (revision 396e95150a2e0ec58015956fc562b9a00e0b56a2) @@ -112,7 +112,7 @@ } [Test] - public void AssembleSimpleAssessment_CalculatorThrowsExceptions_ThrowsAssemblyException() + public void AssembleSimpleAssessment_CalculatorThrowsException_ThrowsAssemblyException() { // Setup FailureMechanismSection failureMechanismSection = FailureMechanismSectionTestFactory.CreateFailureMechanismSection(); @@ -260,7 +260,7 @@ } [Test] - public void AssembleDetailedAssessment_CalculatorThrowsExceptions_ThrowsAssemblyException() + public void AssembleDetailedAssessment_CalculatorThrowsException_ThrowsAssemblyException() { // Setup var failureMechanism = new StabilityPointStructuresFailureMechanism();