Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismContextPropertiesTest.cs =================================================================== diff -u -r780026d643daa908175ea55cf553a33ae1d8f634 -r0abf371c5f6f450232d49f3c1a031476063ce04b --- 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 0abf371c5f6f450232d49f3c1a031476063ce04b) @@ -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;