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);
///