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); /// Index: Ringtoets/Common/test/Ringtoets.Common.Plugin.TestUtil/ShouldCloseViewWithCalculationDataTester.cs =================================================================== diff -u -r60c3088cd6f8bb8d43811fc7385ff58e5b2ae95b -re985c0ebeae4eb1d295a51e74b0aac9e4f016088 --- Ringtoets/Common/test/Ringtoets.Common.Plugin.TestUtil/ShouldCloseViewWithCalculationDataTester.cs (.../ShouldCloseViewWithCalculationDataTester.cs) (revision 60c3088cd6f8bb8d43811fc7385ff58e5b2ae95b) +++ Ringtoets/Common/test/Ringtoets.Common.Plugin.TestUtil/ShouldCloseViewWithCalculationDataTester.cs (.../ShouldCloseViewWithCalculationDataTester.cs) (revision e985c0ebeae4eb1d295a51e74b0aac9e4f016088) @@ -34,7 +34,7 @@ namespace Ringtoets.Common.Plugin.TestUtil { /// - /// Class for testing . + /// Class for testing for views that contain calculation data. /// [TestFixture] [Apartment(ApartmentState.STA)] @@ -229,7 +229,7 @@ /// /// The view involved. /// The object involved. - /// + /// Whether the view should close or not. protected abstract bool ShouldCloseMethod(IView view, object o); ///