Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs =================================================================== diff -u -ra1ec5faebf7ccf8e67fa34a2b73cd1063ab48840 -rae8af28b6d5528cbbaa329dcffea6c8dbbe2a39f --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs (.../HeightStructuresPluginTest.cs) (revision a1ec5faebf7ccf8e67fa34a2b73cd1063ab48840) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs (.../HeightStructuresPluginTest.cs) (revision ae8af28b6d5528cbbaa329dcffea6c8dbbe2a39f) @@ -56,9 +56,6 @@ using (var plugin = new HeightStructuresPlugin()) { // call - var mocks = new MockRepository(); - mocks.ReplayAll(); - PropertyInfo[] propertyInfos = plugin.GetPropertyInfos().ToArray(); // assert @@ -74,8 +71,6 @@ Assert.IsNull(heightStructuresInputContextProperties.AdditionalDataCheck); Assert.IsNull(heightStructuresInputContextProperties.GetObjectPropertiesData); Assert.IsNull(heightStructuresInputContextProperties.AfterCreate); - - mocks.VerifyAll(); } } @@ -132,6 +127,7 @@ Assert.IsTrue(viewInfos.Any(vi => vi.ViewType == typeof(HeightStructuresFailureMechanismResultView))); } + mocks.VerifyAll(); } } } \ No newline at end of file