Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismContextPropertiesTest.cs =================================================================== diff -u -r780026d643daa908175ea55cf553a33ae1d8f634 -rae8af28b6d5528cbbaa329dcffea6c8dbbe2a39f --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismContextPropertiesTest.cs (.../HeightStructuresFailureMechanismContextPropertiesTest.cs) (revision 780026d643daa908175ea55cf553a33ae1d8f634) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismContextPropertiesTest.cs (.../HeightStructuresFailureMechanismContextPropertiesTest.cs) (revision ae8af28b6d5528cbbaa329dcffea6c8dbbe2a39f) @@ -172,6 +172,8 @@ Assert.AreEqual("Modelfactoren", modelFactorForStorageVolumeProperty.Category); Assert.AreEqual("Modelfactor kombergingsvolume [-]", modelFactorForStorageVolumeProperty.DisplayName); Assert.AreEqual("Het modelfactor kombergingsvolume.", modelFactorForStorageVolumeProperty.Description); + + mockRepository.VerifyAll(); } private const int namePropertyIndex = 0;