Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveHeightLocationsContextPropertiesTest.cs =================================================================== diff -u -r5c5df51bc14a7e25692abf1db5a7476e5036b13f -r7126410c2fc1844718e4592a6088282cc7415a79 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveHeightLocationsContextPropertiesTest.cs (.../GrassCoverErosionOutwardsWaveHeightLocationsContextPropertiesTest.cs) (revision 5c5df51bc14a7e25692abf1db5a7476e5036b13f) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveHeightLocationsContextPropertiesTest.cs (.../GrassCoverErosionOutwardsWaveHeightLocationsContextPropertiesTest.cs) (revision 7126410c2fc1844718e4592a6088282cc7415a79) @@ -80,18 +80,16 @@ [Test] public void Constructor_Always_PropertiesHaveExpectedAttributesValues() { - // Setup + // Call var properties = new GrassCoverErosionOutwardsWaveHeightLocationsContextProperties(); + // Assert var dynamicPropertyBag = new DynamicPropertyBag(properties); const string expectedLocationsDisplayName = "Locaties"; const string expectedLocationsDescription = "Locaties uit de hydraulische randvoorwaardendatabase."; const string expectedLocationsCategory = "Algemeen"; - - // Call TypeConverter classTypeConverter = TypeDescriptor.GetConverter(properties, true); - // Assert PropertyDescriptorCollection dynamicProperties = dynamicPropertyBag.GetProperties(); PropertyDescriptor locationsProperty = dynamicProperties.Find("Locations", false);