Index: Ringtoets/Common/test/Ringtoets.Common.Plugin.TestUtil/ShouldCloseFailureMechanismSectionsViewTester.cs =================================================================== diff -u -r88a027f5282f504c25327525a3bf2e2e4950b09f -re985c0ebeae4eb1d295a51e74b0aac9e4f016088 --- Ringtoets/Common/test/Ringtoets.Common.Plugin.TestUtil/ShouldCloseFailureMechanismSectionsViewTester.cs (.../ShouldCloseFailureMechanismSectionsViewTester.cs) (revision 88a027f5282f504c25327525a3bf2e2e4950b09f) +++ Ringtoets/Common/test/Ringtoets.Common.Plugin.TestUtil/ShouldCloseFailureMechanismSectionsViewTester.cs (.../ShouldCloseFailureMechanismSectionsViewTester.cs) (revision e985c0ebeae4eb1d295a51e74b0aac9e4f016088) @@ -32,7 +32,7 @@ namespace Ringtoets.Common.Plugin.TestUtil { /// - /// Class for testing . + /// Class for testing for failure mechanism sections views. /// [TestFixture] [Apartment(ApartmentState.STA)] @@ -170,7 +170,7 @@ /// /// The failure mechanism sections view involved. /// The object involved. - /// + /// Whether the view should close or not. protected abstract bool ShouldCloseMethod(FailureMechanismSectionsView view, object o); ///