Index: Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/ControlTestHelper.cs =================================================================== diff -u -r373e1f071d233dc36d360e9904fa6718af742200 -r9af4fa70294f17f4f64c03e3f0e43c3f3ed7faa5 --- Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/ControlTestHelper.cs (.../ControlTestHelper.cs) (revision 373e1f071d233dc36d360e9904fa6718af742200) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/ControlTestHelper.cs (.../ControlTestHelper.cs) (revision 9af4fa70294f17f4f64c03e3f0e43c3f3ed7faa5) @@ -63,7 +63,7 @@ /// The name of the controls. /// The found controls. /// Thrown when is null or empty. - public static IEnumerable GetControls(Control control, string controlName) where TView : Control + public static IEnumerable GetControls(Control control, string controlName) { return control.Controls.Find(controlName, true).OfType(); }