Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs =================================================================== diff -u -r9acc86d915e28f2107cbd27cf9154733de28f12f -r104112771a12583f3ee734d00d05d8bb97fc3a51 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision 9acc86d915e28f2107cbd27cf9154733de28f12f) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision 104112771a12583f3ee734d00d05d8bb97fc3a51) @@ -162,9 +162,12 @@ PropertyDescriptor levelCrestStructureProperty = dynamicProperties[levelCrestStructurePropertyIndex]; Assert.IsInstanceOf(levelCrestStructureProperty.Converter); - Assert.AreEqual(schematizationCategory, levelCrestStructureProperty.Category); - Assert.AreEqual("Kerende hoogte [m+NAP]", levelCrestStructureProperty.DisplayName); - Assert.AreEqual("Kerende hoogte van het kunstwerk.", levelCrestStructureProperty.Description); + PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties( + levelCrestStructureProperty, + schematizationCategory, + "Kerende hoogte [m+NAP]", + "Kerende hoogte van het kunstwerk.", + true); // Only check the order of the base properties Assert.AreEqual("Kunstwerk", dynamicProperties[structurePropertyIndex].DisplayName);