Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs =================================================================== diff -u -rde4ebfc961abbbcd502b9932f52c21e315a631c3 -r3b2cfa62b4a0df5c5577395b7cbef40de1d7f2f9 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs (.../MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs) (revision de4ebfc961abbbcd502b9932f52c21e315a631c3) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs (.../MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs) (revision 3b2cfa62b4a0df5c5577395b7cbef40de1d7f2f9) @@ -65,7 +65,50 @@ SlipPlaneMinimumDepth = RoundedDouble.NaN, SlipPlaneMinimumLength = RoundedDouble.NaN, MaximumSliceWidth = RoundedDouble.NaN, - UseAssessmentLevelManualInput = true + UseAssessmentLevelManualInput = true, + AssessmentLevel = RoundedDouble.NaN, + WaterLevelRiverAverage = RoundedDouble.NaN, + XCoordinateDrainageConstruction = RoundedDouble.NaN, + ZCoordinateDrainageConstruction = RoundedDouble.NaN, + LocationInputExtreme = + { + WaterLevelPolder = RoundedDouble.NaN, + PhreaticLineOffsetBelowDikeTopAtRiver = RoundedDouble.NaN, + PhreaticLineOffsetBelowDikeTopAtPolder = RoundedDouble.NaN, + PhreaticLineOffsetBelowShoulderBaseInside = RoundedDouble.NaN, + PhreaticLineOffsetBelowDikeToeAtPolder = RoundedDouble.NaN, + PenetrationLength = RoundedDouble.NaN + }, + LocationInputDaily = + { + WaterLevelPolder = RoundedDouble.NaN, + PhreaticLineOffsetBelowDikeTopAtRiver = RoundedDouble.NaN, + PhreaticLineOffsetBelowDikeTopAtPolder = RoundedDouble.NaN, + PhreaticLineOffsetBelowShoulderBaseInside = RoundedDouble.NaN, + PhreaticLineOffsetBelowDikeToeAtPolder = RoundedDouble.NaN + }, + LeakageLengthOutwardsPhreaticLine3 = RoundedDouble.NaN, + LeakageLengthInwardsPhreaticLine3 = RoundedDouble.NaN, + LeakageLengthOutwardsPhreaticLine4 = RoundedDouble.NaN, + LeakageLengthInwardsPhreaticLine4 = RoundedDouble.NaN, + PiezometricHeadPhreaticLine2Outwards = RoundedDouble.NaN, + PiezometricHeadPhreaticLine2Inwards = RoundedDouble.NaN, + TangentLineZTop = RoundedDouble.NaN, + TangentLineZBottom = RoundedDouble.NaN, + LeftGrid = + { + XLeft = RoundedDouble.NaN, + XRight = RoundedDouble.NaN, + ZTop = RoundedDouble.NaN, + ZBottom = RoundedDouble.NaN + }, + RightGrid = + { + XLeft = RoundedDouble.NaN, + XRight = RoundedDouble.NaN, + ZTop = RoundedDouble.NaN, + ZBottom = RoundedDouble.NaN + } } }; var registry = new PersistenceRegistry(); @@ -262,7 +305,7 @@ } [Test] - public void Create_CalculatioNWithAlreadyRegisteredHydraulicBoundaryLocation_ReturnsEntityWithHydraulicBoundaryLocationEntity() + public void Create_CalculationWithAlreadyRegisteredHydraulicBoundaryLocation_ReturnsEntityWithHydraulicBoundaryLocationEntity() { // Setup var hydraulicLocation = new TestHydraulicBoundaryLocation();