Index: Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/MapFeaturesTestHelper.cs =================================================================== diff -u -r754f8c5d8f6f14784dc5d4faee80ed7884f69be3 -r048b1d235b217310417c6b9367deffe030d30572 --- Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/MapFeaturesTestHelper.cs (.../MapFeaturesTestHelper.cs) (revision 754f8c5d8f6f14784dc5d4faee80ed7884f69be3) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/MapFeaturesTestHelper.cs (.../MapFeaturesTestHelper.cs) (revision 048b1d235b217310417c6b9367deffe030d30572) @@ -34,33 +34,6 @@ /// public static class MapFeaturesTestHelper { - /// - /// Asserts whether the meta data for in - /// contains the correct output data for . - /// - /// The - /// to assert against. - /// The to be asserted. - /// The name of the meta data element to retrieve the data from. - /// Thrown when the meta data of does not - /// contain a with as key. - /// Thrown when the wave height or the design water level of a - /// hydraulic boundary location and the respective meta data value associated with - /// are not the same. - /// - public static void AssertHydraulicBoundaryLocationOutputMetaData(HydraulicBoundaryLocationCalculation calculation, - MapFeature feature, - string key) - { - RoundedDouble expectedValue = RoundedDouble.NaN; - if (calculation.Output != null) - { - expectedValue = calculation.Output.Result; - } - - Assert.AreEqual(expectedValue, feature.MetaData[key]); - } - public static void AssertHydraulicBoundaryFeaturesData(IAssessmentSection assessmentSection, IEnumerable features) { HydraulicBoundaryLocation[] hydraulicBoundaryLocationsArray = assessmentSection.HydraulicBoundaryDatabase.Locations.ToArray();