Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresInputContextPropertiesTest.cs =================================================================== diff -u -r6f508b75b217be46357cbf83fca6d488b35c8b51 -re0b83003c6e32087949f65ae318cf1291bb406f9 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresInputContextPropertiesTest.cs (.../ClosingStructuresInputContextPropertiesTest.cs) (revision 6f508b75b217be46357cbf83fca6d488b35c8b51) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresInputContextPropertiesTest.cs (.../ClosingStructuresInputContextPropertiesTest.cs) (revision e0b83003c6e32087949f65ae318cf1291bb406f9) @@ -169,8 +169,8 @@ InputParameters = { Structure = new TestClosingStructure(), - HydraulicBoundaryLocation = CreateHydraulicBoundaryLocation(), - ForeshoreProfile = CreateForeshoreProfile() + HydraulicBoundaryLocation = new HydraulicBoundaryLocation(0, "name", 0.0, 1.1), + ForeshoreProfile = new TestForeshoreProfile() } }; @@ -698,15 +698,5 @@ Assert.AreSame(calculation, failureMechanism.SectionResults.ElementAt(0).Calculation); mockRepository.VerifyAll(); } - - private static ForeshoreProfile CreateForeshoreProfile() - { - return new ForeshoreProfile(new Point2D(0, 0), Enumerable.Empty(), new BreakWater(BreakWaterType.Caisson, 0), new ForeshoreProfile.ConstructionProperties()); - } - - private static HydraulicBoundaryLocation CreateHydraulicBoundaryLocation() - { - return new HydraulicBoundaryLocation(0, "name", 0.0, 1.1); - } } } \ No newline at end of file