Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/RingtoetsPipingSurfaceLineCollectionTreeNodeInfoTest.cs =================================================================== diff -u -rd6d1b03ce8dc3c4e6bba565a85ea310f6196adea -r4eba092cb591f9f164f1e22f5b2bba25b148dda5 --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/RingtoetsPipingSurfaceLineCollectionTreeNodeInfoTest.cs (.../RingtoetsPipingSurfaceLineCollectionTreeNodeInfoTest.cs) (revision d6d1b03ce8dc3c4e6bba565a85ea310f6196adea) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/RingtoetsPipingSurfaceLineCollectionTreeNodeInfoTest.cs (.../RingtoetsPipingSurfaceLineCollectionTreeNodeInfoTest.cs) (revision 4eba092cb591f9f164f1e22f5b2bba25b148dda5) @@ -90,7 +90,7 @@ public void Text_Always_ReturnsTextFromResource() { // Setup - var assessmentSection = mocks.StrictMock(); + var assessmentSection = mocks.Stub(); mocks.ReplayAll(); var failureMechanism = new PipingFailureMechanism(); @@ -108,7 +108,7 @@ public void Image_Always_ReturnsSetImage() { // Setup - var assessmentSection = mocks.StrictMock(); + var assessmentSection = mocks.Stub(); mocks.ReplayAll(); var failureMechanism = new PipingFailureMechanism(); @@ -126,7 +126,7 @@ public void ForeColor_CollectionWithoutSurfaceLines_ReturnsGrayText() { // Setup - var assessmentSection = mocks.StrictMock(); + var assessmentSection = mocks.Stub(); mocks.ReplayAll(); var failureMechanism = new PipingFailureMechanism(); @@ -144,7 +144,7 @@ public void ForeColor_CollectionWithSurfaceLines_ReturnsControlText() { // Setup - var assessmentSection = mocks.StrictMock(); + var assessmentSection = mocks.Stub(); var ringtoetsPipingSurfaceLine1 = new RingtoetsPipingSurfaceLine(); var ringtoetsPipingSurfaceLine2 = new RingtoetsPipingSurfaceLine(); @@ -171,7 +171,7 @@ public void ChildNodeObjects_Always_ReturnsChildrenOfData() { // Setup - var assessmentSection = mocks.StrictMock(); + var assessmentSection = mocks.Stub(); var ringtoetsPipingSurfaceLine1 = new RingtoetsPipingSurfaceLine(); var ringtoetsPipingSurfaceLine2 = new RingtoetsPipingSurfaceLine();