Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/DesignWaterLevelCalculationPropertiesTest.cs =================================================================== diff -u -r63ca446f378484b5dc555b2db50b77f8ff94fa7b -rb35c3714b3f46e83b4b37b9f4cd641930cefc404 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/DesignWaterLevelCalculationPropertiesTest.cs (.../DesignWaterLevelCalculationPropertiesTest.cs) (revision 63ca446f378484b5dc555b2db50b77f8ff94fa7b) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/DesignWaterLevelCalculationPropertiesTest.cs (.../DesignWaterLevelCalculationPropertiesTest.cs) (revision b35c3714b3f46e83b4b37b9f4cd641930cefc404) @@ -75,9 +75,6 @@ var properties = new DesignWaterLevelCalculationProperties(hydraulicBoundaryLocationCalculation); // Assert - TypeConverter classTypeConverter = TypeDescriptor.GetConverter(properties, true); - Assert.IsInstanceOf(classTypeConverter); - PropertyDescriptorCollection dynamicProperties = PropertiesTestHelper.GetAllVisiblePropertyDescriptors(properties); Assert.AreEqual(10, dynamicProperties.Count); @@ -168,9 +165,6 @@ var properties = new DesignWaterLevelCalculationProperties(hydraulicBoundaryLocationCalculation); // Assert - TypeConverter classTypeConverter = TypeDescriptor.GetConverter(properties, true); - Assert.IsInstanceOf(classTypeConverter); - PropertyDescriptorCollection dynamicProperties = PropertiesTestHelper.GetAllVisiblePropertyDescriptors(properties); Assert.AreEqual(14, dynamicProperties.Count); @@ -253,7 +247,6 @@ "De windrichting waarvoor de berekende betrouwbaarheidsindex het laagst is.", true); - TestHelper.AssertTypeConverter(nameof(HydraulicBoundaryLocationCalculationProperties.AlphaValues)); PropertyDescriptor alphaValuesProperty = dynamicProperties[alphaValuesIndex]; Assert.NotNull(alphaValuesProperty.Attributes[typeof(KeyValueElementAttribute)]); PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(alphaValuesProperty, @@ -262,7 +255,6 @@ "Berekende invloedscoƫfficiƫnten voor alle beschouwde stochasten.", true); - TestHelper.AssertTypeConverter(nameof(HydraulicBoundaryLocationCalculationProperties.Durations)); PropertyDescriptor durationsProperty = dynamicProperties[durationsIndex]; Assert.NotNull(durationsProperty.Attributes[typeof(KeyValueElementAttribute)]); PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(durationsProperty, @@ -271,7 +263,6 @@ "Tijdsduren waarop de stochasten betrekking hebben.", true); - TestHelper.AssertTypeConverter(nameof(HydraulicBoundaryLocationCalculationProperties.IllustrationPoints)); PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(dynamicProperties[illustrationPointsIndex], illustrationPointsCategory, "Illustratiepunten",