Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructurePropertiesTest.cs =================================================================== diff -u -r57eb47b74e13d3893ded8879b38f18c1e0ae58a1 -r0d12e759b6e46290d83d04a6a5760fe467b339ab --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructurePropertiesTest.cs (.../HeightStructurePropertiesTest.cs) (revision 57eb47b74e13d3893ded8879b38f18c1e0ae58a1) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructurePropertiesTest.cs (.../HeightStructurePropertiesTest.cs) (revision 0d12e759b6e46290d83d04a6a5760fe467b339ab) @@ -39,7 +39,7 @@ private const int allowedLevelIncreaseStorage = 4; private const int storageStructureArea = 5; private const int flowWidthAtBottomProtection = 6; - private const int widthOfFlowApertures = 7; + private const int widthFlowApertures = 7; private const int criticalOvertoppingDischarge = 8; private const int failureProbabilityStructureWithErosion = 9; @@ -91,10 +91,10 @@ Assert.IsTrue(properties.FlowWidthAtBottomProtection.DynamicReadOnlyValidationMethod("Mean")); Assert.IsTrue(properties.FlowWidthAtBottomProtection.DynamicReadOnlyValidationMethod("StandardDeviation")); - Assert.AreEqual("Normaal", properties.WidthOfFlowApertures.DistributionType); - Assert.AreEqual(structure.WidthOfFlowApertures, properties.WidthOfFlowApertures.Data); - Assert.IsTrue(properties.WidthOfFlowApertures.DynamicReadOnlyValidationMethod("Mean")); - Assert.IsTrue(properties.WidthOfFlowApertures.DynamicReadOnlyValidationMethod("StandardDeviation")); + Assert.AreEqual("Normaal", properties.WidthFlowApertures.DistributionType); + Assert.AreEqual(structure.WidthFlowApertures, properties.WidthFlowApertures.Data); + Assert.IsTrue(properties.WidthFlowApertures.DynamicReadOnlyValidationMethod("Mean")); + Assert.IsTrue(properties.WidthFlowApertures.DynamicReadOnlyValidationMethod("StandardDeviation")); Assert.AreEqual("Lognormaal", properties.CriticalOvertoppingDischarge.DistributionType); Assert.AreEqual(structure.CriticalOvertoppingDischarge, properties.CriticalOvertoppingDischarge.Data); @@ -169,11 +169,11 @@ Assert.AreEqual("Stroomvoerende breedte bij bodembescherming [m]", flowWidthAtBottomProtectionProperty.DisplayName); Assert.AreEqual("De stroomvoerende breedte bij bodembescherming.", flowWidthAtBottomProtectionProperty.Description); - PropertyDescriptor widthOfFlowAperturesProperty = dynamicProperties[widthOfFlowApertures]; - Assert.IsInstanceOf(widthOfFlowAperturesProperty.Converter); - Assert.AreEqual(schematizationCategory, widthOfFlowAperturesProperty.Category); - Assert.AreEqual("Breedte van de kruin van het kunstwerk [m]", widthOfFlowAperturesProperty.DisplayName); - Assert.AreEqual("De breedte van de kruin van het kunstwerk.", widthOfFlowAperturesProperty.Description); + PropertyDescriptor widthFlowAperturesProperty = dynamicProperties[widthFlowApertures]; + Assert.IsInstanceOf(widthFlowAperturesProperty.Converter); + Assert.AreEqual(schematizationCategory, widthFlowAperturesProperty.Category); + Assert.AreEqual("Breedte van de kruin van het kunstwerk [m]", widthFlowAperturesProperty.DisplayName); + Assert.AreEqual("De breedte van de kruin van het kunstwerk.", widthFlowAperturesProperty.Description); PropertyDescriptor criticalOvertoppingDischargeProperty = dynamicProperties[criticalOvertoppingDischarge]; Assert.IsInstanceOf(criticalOvertoppingDischargeProperty.Converter);