Index: Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r1dbba0915c346a2be6eda13d6baa3c3fb2ed57e0 -rab676d2163511e70dff41634d24a18e86b4248f4 --- Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs (.../StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs) (revision 1dbba0915c346a2be6eda13d6baa3c3fb2ed57e0) +++ Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs (.../StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs) (revision ab676d2163511e70dff41634d24a18e86b4248f4) @@ -374,9 +374,9 @@ Assert.AreEqual(18, menu.Items.Count); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuImportConfigurationIndex, - "&Importeren...", - "Importeer de gegevens vanuit een bestand.", - CoreCommonGuiResources.ImportIcon); + "&Importeren...", + "Importeer de gegevens vanuit een bestand.", + CoreCommonGuiResources.ImportIcon); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuExportConfigurationIndex, "&Exporteren...", "Exporteer de gegevens naar een bestand.", @@ -451,7 +451,7 @@ { Locations = { - new HydraulicBoundaryLocation(1, "1", 1, 1) + new TestHydraulicBoundaryLocation() } }; var failureMechanism = new StabilityStoneCoverFailureMechanism(); @@ -491,9 +491,9 @@ Assert.AreEqual(18, menu.Items.Count); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuImportConfigurationIndex, - "&Importeren...", - "Importeer de gegevens vanuit een bestand.", - CoreCommonGuiResources.ImportIcon); + "&Importeren...", + "Importeer de gegevens vanuit een bestand.", + CoreCommonGuiResources.ImportIcon); TestHelper.AssertContextMenuStripContainsItem(menu, contextMenuExportConfigurationIndex, "&Exporteren...", "Exporteer de gegevens naar een bestand.", @@ -757,7 +757,7 @@ Name = "A", InputParameters = { - HydraulicBoundaryLocation = new HydraulicBoundaryLocation(1, "", 1, 1) + HydraulicBoundaryLocation = new TestHydraulicBoundaryLocation { DesignWaterLevelOutput = new TestHydraulicBoundaryLocationOutput(12.0) }, @@ -775,7 +775,7 @@ Name = "B", InputParameters = { - HydraulicBoundaryLocation = new HydraulicBoundaryLocation(1, "", 1, 1) + HydraulicBoundaryLocation = new TestHydraulicBoundaryLocation { DesignWaterLevelOutput = new TestHydraulicBoundaryLocationOutput(12.0) }, @@ -1163,8 +1163,8 @@ }; var failureMechanism = new StabilityStoneCoverFailureMechanism(); var assessmentSection = mocks.Stub(); - var hydraulicBoundaryLocation1 = new HydraulicBoundaryLocation(1, "1", 1, 1); - var hydraulicBoundaryLocation2 = new HydraulicBoundaryLocation(2, "2", 2, 2); + var hydraulicBoundaryLocation1 = new TestHydraulicBoundaryLocation(); + var hydraulicBoundaryLocation2 = new TestHydraulicBoundaryLocation(); assessmentSection.HydraulicBoundaryDatabase = new HydraulicBoundaryDatabase { Locations = @@ -1238,7 +1238,7 @@ { Locations = { - new HydraulicBoundaryLocation(1, "1", 1, 1) + new TestHydraulicBoundaryLocation() } }; @@ -1428,7 +1428,7 @@ { InputParameters = { - HydraulicBoundaryLocation = new HydraulicBoundaryLocation(1300001, "", 0.0, 0.0), + HydraulicBoundaryLocation = new TestHydraulicBoundaryLocation(), ForeshoreProfile = new TestForeshoreProfile(true), UseForeshore = true, UseBreakWater = true,