Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/ReferenceLineContextTreeNodeInfoTest.cs =================================================================== diff -u -rcd5e764c0cceea5f2133a0e86d7698511ca1ba4a -r409f425c74884ec6cbd5f56ceb89111dfa2394b5 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/ReferenceLineContextTreeNodeInfoTest.cs (.../ReferenceLineContextTreeNodeInfoTest.cs) (revision cd5e764c0cceea5f2133a0e86d7698511ca1ba4a) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/ReferenceLineContextTreeNodeInfoTest.cs (.../ReferenceLineContextTreeNodeInfoTest.cs) (revision 409f425c74884ec6cbd5f56ceb89111dfa2394b5) @@ -74,6 +74,7 @@ Assert.IsNull(info.CanInsert); Assert.IsNull(info.OnDrop); } + mocks.VerifyAll(); } @@ -96,6 +97,7 @@ // Assert Assert.AreEqual("Referentielijn", text); } + mocks.VerifyAll(); } @@ -118,6 +120,7 @@ // Assert TestHelper.AssertImagesAreEqual(RingtoetsCommonFormsResources.ReferenceLineIcon, image); } + mocks.VerifyAll(); } @@ -150,6 +153,7 @@ info.ContextMenuStrip(null, null, treeViewControl); } } + // Assert mocks.VerifyAll(); } @@ -173,6 +177,7 @@ // Assert Assert.AreEqual(Color.FromKnownColor(KnownColor.GrayText), color); } + mocks.VerifyAll(); } @@ -196,6 +201,7 @@ // Assert Assert.AreEqual(Color.FromKnownColor(KnownColor.ControlText), color); } + mocks.VerifyAll(); }