Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs =================================================================== diff -u -r516f10118109eb4056794904fa280b9df0c7ca1f -r94a8fd834622a76d6f5923d1dd6dddf3601e76ea --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationContextTreeNodeInfoTest.cs) (revision 516f10118109eb4056794904fa280b9df0c7ca1f) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationContextTreeNodeInfoTest.cs) (revision 94a8fd834622a76d6f5923d1dd6dddf3601e76ea) @@ -442,7 +442,6 @@ RingtoetsCommonFormsResources.ValidateIcon, false); } - mocks.VerifyAll(); } [Test] @@ -480,7 +479,6 @@ RingtoetsCommonFormsResources.ValidateIcon, false); } - mocks.VerifyAll(); } [Test] @@ -520,7 +518,6 @@ TestHelper.AssertImagesAreEqual(RingtoetsCommonFormsResources.ValidateIcon, contextMenuItem.Image); Assert.IsFalse(contextMenuItem.Enabled); } - mocks.VerifyAll(); } [Test] @@ -566,7 +563,6 @@ RingtoetsCommonFormsResources.Validate_ToolTip, RingtoetsCommonFormsResources.ValidateIcon); } - mocks.VerifyAll(); } [Test] @@ -708,7 +704,6 @@ StringAssert.StartsWith(String.Format("Validatie van '{0}' beƫindigd om: ", calculation.Name), msgs[1]); }); } - mocks.VerifyAll(); } [Test]