Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Controls/FailureMechanismAssemblyResultControlTest.cs =================================================================== diff -u -r9c341ce32f55de21dcc7ab33717e1750c437fb0e -re066f6fce8df4604082ede0fcd13921a8d66c560 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Controls/FailureMechanismAssemblyResultControlTest.cs (.../FailureMechanismAssemblyResultControlTest.cs) (revision 9c341ce32f55de21dcc7ab33717e1750c437fb0e) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Controls/FailureMechanismAssemblyResultControlTest.cs (.../FailureMechanismAssemblyResultControlTest.cs) (revision e066f6fce8df4604082ede0fcd13921a8d66c560) @@ -19,11 +19,14 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. +using System; using System.Drawing; using System.Windows.Forms; +using Core.Common.TestUtil; using Core.Common.Util.Reflection; using NUnit.Framework; using Ringtoets.Common.Forms.Controls; +using Ringtoets.Common.Forms.Properties; namespace Ringtoets.Common.Forms.Test.Controls { @@ -37,18 +40,75 @@ var resultControl = new FailureMechanismAssemblyResultControl(); // Assert + Assert.AreEqual(1, resultControl.Controls.Count); Assert.IsInstanceOf(resultControl); Assert.IsTrue(resultControl.AutoSize); - Assert.IsInstanceOf(resultControl.GroupLabel); - Assert.IsTrue(resultControl.GroupLabel.AutoSize); - Assert.AreEqual(DockStyle.Fill, resultControl.GroupLabel.Dock); - Assert.AreEqual(new Padding(5, 0, 5, 0), resultControl.GroupLabel.Padding); - var description = TypeUtils.GetField