Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresContextTreeNodeInfoTest.cs =================================================================== diff -u -r3178e116f5e59e03078d465efeb303c5e232c7bf -rc4df491b4c63c9eebccf74b0bc6d4bde5d9f7710 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresContextTreeNodeInfoTest.cs (.../StabilityPointStructuresContextTreeNodeInfoTest.cs) (revision 3178e116f5e59e03078d465efeb303c5e232c7bf) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresContextTreeNodeInfoTest.cs (.../StabilityPointStructuresContextTreeNodeInfoTest.cs) (revision c4df491b4c63c9eebccf74b0bc6d4bde5d9f7710) @@ -92,6 +92,7 @@ const string expectedText = "Kunstwerken"; Assert.AreEqual(expectedText, text); } + mocks.VerifyAll(); } @@ -118,6 +119,7 @@ // Assert TestHelper.AssertImagesAreEqual(RingtoetsCommonFormsProperties.GeneralFolderIcon, image); } + mocks.VerifyAll(); } @@ -151,6 +153,7 @@ // Assert Assert.AreEqual(Color.FromKnownColor(KnownColor.ControlText), color); } + mocks.VerifyAll(); } @@ -186,6 +189,7 @@ Assert.AreSame(structure1, children.ElementAt(0)); Assert.AreSame(structure2, children.ElementAt(1)); } + mocks.VerifyAll(); } @@ -215,6 +219,7 @@ // Assert Assert.AreEqual(Color.FromKnownColor(KnownColor.GrayText), color); } + mocks.VerifyAll(); } @@ -250,6 +255,7 @@ // Call info.ContextMenuStrip(null, null, treeViewControl); } + // Assert mocks.VerifyAll(); }