Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Converters/AssessmentSectionConverter.cs =================================================================== diff -u -re8d521c72f8cd2fa9e02dc14c38700bd051ac838 -ra9aafffab97152303562110b1d789bacb465ce24 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Converters/AssessmentSectionConverter.cs (.../AssessmentSectionConverter.cs) (revision e8d521c72f8cd2fa9e02dc14c38700bd051ac838) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Converters/AssessmentSectionConverter.cs (.../AssessmentSectionConverter.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -23,6 +23,7 @@ using Application.Ringtoets.Storage.DbContext; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.HydraRing.Data; using Ringtoets.Integration.Data; Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Converters/ReferenceLineConverter.cs =================================================================== diff -u -r1d52c0ffc913d7803070bd9797d811a991b5c365 -ra9aafffab97152303562110b1d789bacb465ce24 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Converters/ReferenceLineConverter.cs (.../ReferenceLineConverter.cs) (revision 1d52c0ffc913d7803070bd9797d811a991b5c365) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Converters/ReferenceLineConverter.cs (.../ReferenceLineConverter.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -4,6 +4,7 @@ using Application.Ringtoets.Storage.DbContext; using Core.Common.Base.Geometry; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; namespace Application.Ringtoets.Storage.Converters { Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Persistors/FailureMechanismPersistorBase.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Persistors/FailureMechanismPersistorBase.cs (.../FailureMechanismPersistorBase.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Persistors/FailureMechanismPersistorBase.cs (.../FailureMechanismPersistorBase.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -28,6 +28,7 @@ using Application.Ringtoets.Storage.Exceptions; using Application.Ringtoets.Storage.Properties; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.FailureMechanism; namespace Application.Ringtoets.Storage.Persistors { Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Persistors/ReferenceLinePersistor.cs =================================================================== diff -u -rbbe8871cfabad25988ec8f94115da2c485267118 -ra9aafffab97152303562110b1d789bacb465ce24 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Persistors/ReferenceLinePersistor.cs (.../ReferenceLinePersistor.cs) (revision bbe8871cfabad25988ec8f94115da2c485267118) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Persistors/ReferenceLinePersistor.cs (.../ReferenceLinePersistor.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -26,6 +26,7 @@ using Application.Ringtoets.Storage.Converters; using Application.Ringtoets.Storage.DbContext; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; namespace Application.Ringtoets.Storage.Persistors { Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Converters/AssessmentSectionConverterTest.cs =================================================================== diff -u -re8d521c72f8cd2fa9e02dc14c38700bd051ac838 -ra9aafffab97152303562110b1d789bacb465ce24 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Converters/AssessmentSectionConverterTest.cs (.../AssessmentSectionConverterTest.cs) (revision e8d521c72f8cd2fa9e02dc14c38700bd051ac838) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Converters/AssessmentSectionConverterTest.cs (.../AssessmentSectionConverterTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -27,6 +27,7 @@ using NUnit.Framework; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.HydraRing.Data; using Ringtoets.Integration.Data; Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Converters/PipingFailureMechanismConverterTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Converters/PipingFailureMechanismConverterTest.cs (.../PipingFailureMechanismConverterTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Converters/PipingFailureMechanismConverterTest.cs (.../PipingFailureMechanismConverterTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -25,6 +25,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Piping.Data; namespace Application.Ringtoets.Storage.Test.Converters Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Converters/ReferenceLineConverterTest.cs =================================================================== diff -u -r5b63cfab474523f97be999403eb4906a0c376a3d -ra9aafffab97152303562110b1d789bacb465ce24 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Converters/ReferenceLineConverterTest.cs (.../ReferenceLineConverterTest.cs) (revision 5b63cfab474523f97be999403eb4906a0c376a3d) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Converters/ReferenceLineConverterTest.cs (.../ReferenceLineConverterTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -27,6 +27,7 @@ using Core.Common.Base.Geometry; using NUnit.Framework; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; namespace Application.Ringtoets.Storage.Test.Converters { Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -31,6 +31,7 @@ using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Integration.Data; namespace Application.Ringtoets.Storage.Test.IntegrationTests Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Persistors/AssessmentSectionPersistorTest.cs =================================================================== diff -u -re8d521c72f8cd2fa9e02dc14c38700bd051ac838 -ra9aafffab97152303562110b1d789bacb465ce24 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Persistors/AssessmentSectionPersistorTest.cs (.../AssessmentSectionPersistorTest.cs) (revision e8d521c72f8cd2fa9e02dc14c38700bd051ac838) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Persistors/AssessmentSectionPersistorTest.cs (.../AssessmentSectionPersistorTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -31,6 +31,7 @@ using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.HydraRing.Data; using Ringtoets.Integration.Data; Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Persistors/PipingFailureMechanismPersistorTest.cs =================================================================== diff -u -re8d521c72f8cd2fa9e02dc14c38700bd051ac838 -ra9aafffab97152303562110b1d789bacb465ce24 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Persistors/PipingFailureMechanismPersistorTest.cs (.../PipingFailureMechanismPersistorTest.cs) (revision e8d521c72f8cd2fa9e02dc14c38700bd051ac838) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Persistors/PipingFailureMechanismPersistorTest.cs (.../PipingFailureMechanismPersistorTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -31,6 +31,7 @@ using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Integration.Data; using Ringtoets.Piping.Data; Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Persistors/ProjectPersistorTest.cs =================================================================== diff -u -re8d521c72f8cd2fa9e02dc14c38700bd051ac838 -ra9aafffab97152303562110b1d789bacb465ce24 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Persistors/ProjectPersistorTest.cs (.../ProjectPersistorTest.cs) (revision e8d521c72f8cd2fa9e02dc14c38700bd051ac838) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Persistors/ProjectPersistorTest.cs (.../ProjectPersistorTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -31,6 +31,7 @@ using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Integration.Data; namespace Application.Ringtoets.Storage.Test.Persistors Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Persistors/ReferenceLinePersistorTest.cs =================================================================== diff -u -r5b63cfab474523f97be999403eb4906a0c376a3d -ra9aafffab97152303562110b1d789bacb465ce24 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Persistors/ReferenceLinePersistorTest.cs (.../ReferenceLinePersistorTest.cs) (revision 5b63cfab474523f97be999403eb4906a0c376a3d) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Persistors/ReferenceLinePersistorTest.cs (.../ReferenceLinePersistorTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -29,6 +29,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; namespace Application.Ringtoets.Storage.Test.Persistors { Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectHelper.cs =================================================================== diff -u -re8d521c72f8cd2fa9e02dc14c38700bd051ac838 -ra9aafffab97152303562110b1d789bacb465ce24 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectHelper.cs (.../RingtoetsProjectHelper.cs) (revision e8d521c72f8cd2fa9e02dc14c38700bd051ac838) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectHelper.cs (.../RingtoetsProjectHelper.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -23,6 +23,7 @@ using Core.Common.Base.Data; using Core.Common.Base.Geometry; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.HydraRing.Data; using Ringtoets.Integration.Data; Index: Demo/Ringtoets/src/Demo.Ringtoets/Commands/AddNewDemoAssessmentSectionCommand.cs =================================================================== diff -u -re8d521c72f8cd2fa9e02dc14c38700bd051ac838 -ra9aafffab97152303562110b1d789bacb465ce24 --- Demo/Ringtoets/src/Demo.Ringtoets/Commands/AddNewDemoAssessmentSectionCommand.cs (.../AddNewDemoAssessmentSectionCommand.cs) (revision e8d521c72f8cd2fa9e02dc14c38700bd051ac838) +++ Demo/Ringtoets/src/Demo.Ringtoets/Commands/AddNewDemoAssessmentSectionCommand.cs (.../AddNewDemoAssessmentSectionCommand.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -7,6 +7,7 @@ using Core.Common.Utils.IO; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Common.IO; using Ringtoets.HydraRing.Data; Index: Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/AssessmentSectionComposition.cs =================================================================== diff -u --- Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/AssessmentSectionComposition.cs (revision 0) +++ Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/AssessmentSectionComposition.cs (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -0,0 +1,42 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +namespace Ringtoets.Common.Data.AssessmentSection +{ + /// + /// Describes the configuration of an . + /// + public enum AssessmentSectionComposition + { + /// + /// The assessment section consists only out of 'dike' elements. + /// + Dike = 0, + /// + /// The assessment section consists only out of 'dune' elements. + /// + Dune = 1, + /// + /// The assessment section consists out of a combination of 'dike' and 'dune' elements + /// + DikeAndDune = 2 + } +} \ No newline at end of file Index: Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/IAssessmentSection.cs =================================================================== diff -u --- Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/IAssessmentSection.cs (revision 0) +++ Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/IAssessmentSection.cs (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -0,0 +1,79 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System.Collections.Generic; +using Core.Common.Base; +using Core.Common.Base.Storage; +using Ringtoets.Common.Data.Contribution; +using Ringtoets.Common.Data.FailureMechanism; +using Ringtoets.HydraRing.Data; + +namespace Ringtoets.Common.Data.AssessmentSection +{ + /// + /// Base implementation of assessment sections. + /// + public interface IAssessmentSection : IObservable, IStorable + { + /// + /// Gets or sets the name of the assessment section. + /// + string Name { get; set; } + + /// + /// Gets or sets the comments of the assessment section. + /// + string Comments { get; set; } + + /// + /// Gets the composition of the assessment section, e.g. what type of elements can + /// be found within the assessment section. + /// + AssessmentSectionComposition Composition { get; } + + /// + /// Gets or sets the reference line defining the geometry of the assessment section. + /// + ReferenceLine ReferenceLine { get; set; } + + /// + /// Gets or sets the contribution of each failure mechanism available in this assessment section. + /// + FailureMechanismContribution FailureMechanismContribution { get; } + + /// + /// Gets or sets the hydraulic boundary database. + /// + HydraulicBoundaryDatabase HydraulicBoundaryDatabase { get; set; } + + /// + /// Gets the failure mechanisms corresponding to the assessment section. + /// + IEnumerable GetFailureMechanisms(); + + /// + /// Changes and reconfigures + /// and the failure mechanisms returned by . + /// + /// The new composition description. + void ChangeComposition(AssessmentSectionComposition newComposition); + } +} \ No newline at end of file Index: Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/ReferenceLine.cs =================================================================== diff -u --- Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/ReferenceLine.cs (revision 0) +++ Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/ReferenceLine.cs (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -0,0 +1,68 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; +using System.Collections.Generic; +using System.Linq; +using Core.Common.Base.Geometry; +using RingtoetsCommonDataResources = Ringtoets.Common.Data.Properties.Resources; + +namespace Ringtoets.Common.Data.AssessmentSection +{ + /// + /// Class representing the reference line used as a basis for assessment. + /// + public class ReferenceLine + { + /// + /// Initializes a new instance of the class with no coordinate points. + /// + public ReferenceLine() + { + Points = new Point2D[0]; + } + + /// + /// Gets the 2D points describing the geometry of the reference line. + /// + public IEnumerable Points { get; private set; } + + /// + /// Sets the geometry of the reference line. + /// + /// The sequence of points defining the reference line geometry. + /// Thrown when any element of is null. + public void SetGeometry(IEnumerable newPoints) + { + if (newPoints == null) + { + throw new ArgumentNullException("newPoints", RingtoetsCommonDataResources.ReferenceLine_SetGeometry_New_geometry_cannot_be_null); + } + Point2D[] point2Ds = newPoints.ToArray(); + if (point2Ds.Any(p => p == null)) + { + throw new ArgumentException(RingtoetsCommonDataResources.ReferenceLine_SetGeometry_New_geometry_has_null_coordinate, "newPoints"); + } + + Points = point2Ds; + } + } +} \ No newline at end of file Fisheye: Tag a9aafffab97152303562110b1d789bacb465ce24 refers to a dead (removed) revision in file `Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSectionComposition.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Ringtoets/Common/src/Ringtoets.Common.Data/Contribution/FailureMechanismContribution.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/src/Ringtoets.Common.Data/Contribution/FailureMechanismContribution.cs (.../FailureMechanismContribution.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Common/src/Ringtoets.Common.Data/Contribution/FailureMechanismContribution.cs (.../FailureMechanismContribution.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -24,7 +24,7 @@ using Core.Common.Base; using Core.Common.Utils.Extensions; - +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Data.Properties; namespace Ringtoets.Common.Data.Contribution Index: Ringtoets/Common/src/Ringtoets.Common.Data/Contribution/FailureMechanismContributionItem.cs =================================================================== diff -u -r8b5a6f938fe2b04cd78623649df37580e145055f -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/src/Ringtoets.Common.Data/Contribution/FailureMechanismContributionItem.cs (.../FailureMechanismContributionItem.cs) (revision 8b5a6f938fe2b04cd78623649df37580e145055f) +++ Ringtoets/Common/src/Ringtoets.Common.Data/Contribution/FailureMechanismContributionItem.cs (.../FailureMechanismContributionItem.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -20,7 +20,7 @@ // All rights reserved. using System; - +using Ringtoets.Common.Data.FailureMechanism; using CommonResources = Ringtoets.Common.Data.Properties.Resources; namespace Ringtoets.Common.Data.Contribution Index: Ringtoets/Common/src/Ringtoets.Common.Data/Contribution/Other.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/src/Ringtoets.Common.Data/Contribution/Other.cs (.../Other.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Common/src/Ringtoets.Common.Data/Contribution/Other.cs (.../Other.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -20,7 +20,7 @@ // All rights reserved. using System.Collections.Generic; - +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Data.Properties; namespace Ringtoets.Common.Data.Contribution Index: Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/FailureMechanismBase.cs =================================================================== diff -u --- Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/FailureMechanismBase.cs (revision 0) +++ Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/FailureMechanismBase.cs (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -0,0 +1,148 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; +using System.Collections.Generic; +using System.Linq; +using Core.Common.Base; +using Ringtoets.Common.Data.Properties; + +namespace Ringtoets.Common.Data.FailureMechanism +{ + /// + /// This class is the base implementation for a failure mechanism. Classes which want + /// to implement IFailureMechanism can and should most likely inherit from this class. + /// + public abstract class FailureMechanismBase : Observable, IFailureMechanism + { + private readonly List sections; + private readonly List sectionResults; + private double contribution; + + /// + /// Initializes a new instance of the class. + /// + /// The name of the failure mechanism. + protected FailureMechanismBase(string failureMechanismName) + { + Name = failureMechanismName; + sections = new List(); + sectionResults = new List(); + } + + public IEnumerable SectionResults + { + get + { + return sectionResults; + } + } + + /// + /// Gets the amount of contribution as a percentage (0-100) for the + /// as part of the overall verdict. + /// + /// Thrown when the is not in interval [0-100]. + public virtual double Contribution + { + get + { + return contribution; + } + set + { + if (value < 0 || value > 100) + { + throw new ArgumentOutOfRangeException("value", Resources.Contribution_Value_should_be_in_interval_0_100); + } + contribution = value; + } + } + + public string Name { get; private set; } + + public abstract IEnumerable CalculationItems { get; } + + public IEnumerable Sections + { + get + { + return sections; + } + } + + /// + /// Gets or sets the unique identifier for the storage of the class. + /// + public long StorageId { get; set; } + + public void AddSection(FailureMechanismSection section) + { + if (section == null) + { + throw new ArgumentNullException("section"); + } + + if (!sections.Any()) + { + sections.Add(section); + } + else + { + InsertSectionWhileMaintainingConnectivityOrder(section); + } + + sectionResults.Add(new FailureMechanismSectionResult(section)); + } + + public void ClearAllSections() + { + sections.Clear(); + sectionResults.Clear(); + } + + /// + /// Inserts the section to while maintaining connectivity + /// order (Neighboring have same start- and + /// endpoints). + /// + /// The new section. + /// When cannot + /// be connected to elements already defined in . + private void InsertSectionWhileMaintainingConnectivityOrder(FailureMechanismSection sectionToInsert) + { + if (sections[0].GetStart().Equals(sectionToInsert.GetLast())) + { + sections.Insert(0, sectionToInsert); + } + else if (sections[sections.Count - 1].GetLast().Equals(sectionToInsert.GetStart())) + { + sections.Add(sectionToInsert); + } + else + { + string message = string.Format(Resources.BaseFailureMechanism_AddSection_Section_0_must_connect_to_existing_sections, + sectionToInsert.Name); + throw new ArgumentException(message, "sectionToInsert"); + } + } + } +} \ No newline at end of file Index: Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/FailureMechanismSection.cs =================================================================== diff -u --- Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/FailureMechanismSection.cs (revision 0) +++ Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/FailureMechanismSection.cs (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -0,0 +1,105 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; +using System.Collections.Generic; +using System.Linq; +using Core.Common.Base.Geometry; +using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.Properties; + +namespace Ringtoets.Common.Data.FailureMechanism +{ + /// + /// This class represents a sub-section of a in which similar + /// characteristics can be found to allow for 1 calculation to determine a result that + /// applies to the whole section. + /// + public class FailureMechanismSection + { + private readonly Point2D geometryStart; + private readonly Point2D geometryEnd; + + /// + /// Initializes a new instance of the class. + /// + /// The name. + /// The geometry points. + /// Thrown when: + /// is null. + /// is null. + /// Thrown when: + /// One ore more elements are null. + /// does not have at lease one geometry point. + /// + public FailureMechanismSection(string name, IEnumerable geometryPoints) + { + if (name == null) + { + throw new ArgumentNullException("name"); + } + if (geometryPoints == null) + { + throw new ArgumentNullException("geometryPoints"); + } + var point2Ds = geometryPoints.ToArray(); + if (point2Ds.Any(p => p == null)) + { + throw new ArgumentException("One or multiple elements are null.", "geometryPoints"); + } + if (point2Ds.Length == 0) + { + throw new ArgumentException(Resources.FailureMechanismSection_Section_must_have_at_least_1_geometry_point, "geometryPoints"); + } + + Name = name; + Points = point2Ds; + geometryStart = point2Ds[0]; + geometryEnd = point2Ds[point2Ds.Length - 1]; + } + + /// + /// Gets the name of the section. + /// + public string Name { get; private set; } + + /// + /// Gets the 2D points describing the geometry of the section. + /// + public IEnumerable Points { get; private set; } + + /// + /// Gets the geometric start of the section. + /// + public Point2D GetStart() + { + return geometryStart; + } + + /// + /// Gets the geometric end of the section. + /// + public Point2D GetLast() + { + return geometryEnd; + } + } +} \ No newline at end of file Index: Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/FailureMechanismSectionResult.cs =================================================================== diff -u --- Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/FailureMechanismSectionResult.cs (revision 0) +++ Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/FailureMechanismSectionResult.cs (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -0,0 +1,80 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; +using Core.Common.Base; +using Core.Common.Base.Data; + +namespace Ringtoets.Common.Data.FailureMechanism +{ + /// + /// This class holds the information of the result of the . + /// + public class FailureMechanismSectionResult : Observable + { + private readonly FailureMechanismSection section; + + /// + /// Creates a new instance of . + /// + /// The to get the result from. + /// Thrown when is null. + public FailureMechanismSectionResult(FailureMechanismSection section) + { + if (section == null) + { + throw new ArgumentNullException("section"); + } + this.section = section; + } + + /// + /// Gets the encapsulated . + /// + public FailureMechanismSection Section + { + get + { + return section; + } + } + + /// + /// Gets and sets the state of the assessment layer one. + /// + public bool AssessmentLayerOne { get; set; } + + /// + /// Gets and sets the value of assessment layer two a. + /// + public RoundedDouble AssessmentLayerTwoA { get; set; } + + /// + /// Gets and sets the value of assessment layer two b. + /// + public RoundedDouble AssessmentLayerTwoB { get; set; } + + /// + /// Gets and sets the value of assessment layer three. + /// + public RoundedDouble AssessmentLayerThree { get; set; } + } +} \ No newline at end of file Index: Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/ICalculationItem.cs =================================================================== diff -u --- Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/ICalculationItem.cs (revision 0) +++ Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/ICalculationItem.cs (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -0,0 +1,42 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using Core.Common.Base; +using Ringtoets.HydraRing.Data; + +namespace Ringtoets.Common.Data.FailureMechanism +{ + /// + /// A calculation related object. + /// + public interface ICalculationItem : IObservable + { + /// + /// Clears the calculated output. + /// + void ClearOutput(); + + /// + /// Clears the assessment level. + /// + void ClearHydraulicBoundaryLocation(); + } +} Index: Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/IFailureMechanism.cs =================================================================== diff -u --- Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/IFailureMechanism.cs (revision 0) +++ Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanism/IFailureMechanism.cs (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -0,0 +1,75 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; +using System.Collections.Generic; +using Core.Common.Base; +using Core.Common.Base.Storage; + +namespace Ringtoets.Common.Data.FailureMechanism +{ + /// + /// Defines a failure mechanism. + /// + public interface IFailureMechanism : IStorable, IObservable + { + /// + /// Gets the amount of contribution as a percentage (0-100) for the + /// as part of the overall verdict. + /// + /// Thrown when the is not in interval (0-100]. + double Contribution { get; set; } + + /// + /// Gets the name of the . + /// + string Name { get; } + + /// + /// Gets a of . + /// + IEnumerable CalculationItems { get; } + + /// + /// Gets the sections that define area's for which a calculation could determine + /// a representative result. Cannot return null. + /// + IEnumerable Sections { get; } + + /// + /// Gets the failure mechanism section results. + /// + IEnumerable SectionResults { get; } + + /// + /// Adds a to . + /// + /// The new section. + /// When cannot + /// be connected to elements already defined in . + void AddSection(FailureMechanismSection section); + + /// + /// Clears all sections from . + /// + void ClearAllSections(); + } +} \ No newline at end of file Fisheye: Tag a9aafffab97152303562110b1d789bacb465ce24 refers to a dead (removed) revision in file `Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanismBase.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a9aafffab97152303562110b1d789bacb465ce24 refers to a dead (removed) revision in file `Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanismSection.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a9aafffab97152303562110b1d789bacb465ce24 refers to a dead (removed) revision in file `Ringtoets/Common/src/Ringtoets.Common.Data/FailureMechanismSectionResult.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a9aafffab97152303562110b1d789bacb465ce24 refers to a dead (removed) revision in file `Ringtoets/Common/src/Ringtoets.Common.Data/IAssessmentSection.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a9aafffab97152303562110b1d789bacb465ce24 refers to a dead (removed) revision in file `Ringtoets/Common/src/Ringtoets.Common.Data/ICalculationItem.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a9aafffab97152303562110b1d789bacb465ce24 refers to a dead (removed) revision in file `Ringtoets/Common/src/Ringtoets.Common.Data/IFailureMechanism.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a9aafffab97152303562110b1d789bacb465ce24 refers to a dead (removed) revision in file `Ringtoets/Common/src/Ringtoets.Common.Data/ReferenceLine.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Ringtoets/Common/src/Ringtoets.Common.Data/Ringtoets.Common.Data.csproj =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/src/Ringtoets.Common.Data/Ringtoets.Common.Data.csproj (.../Ringtoets.Common.Data.csproj) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Common/src/Ringtoets.Common.Data/Ringtoets.Common.Data.csproj (.../Ringtoets.Common.Data.csproj) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -34,23 +34,23 @@ Properties\GlobalAssembly.cs - - - + + + - - - - + + + + + True True Resources.resx - Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/AssessmentSectionCommentContext.cs =================================================================== diff -u -r504f726111ede24adc838a345fdcd1c47227c79b -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/AssessmentSectionCommentContext.cs (.../AssessmentSectionCommentContext.cs) (revision 504f726111ede24adc838a345fdcd1c47227c79b) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/AssessmentSectionCommentContext.cs (.../AssessmentSectionCommentContext.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -20,7 +20,7 @@ // All rights reserved. using System; -using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; namespace Ringtoets.Common.Forms.PresentationObjects { Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismContext.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismContext.cs (.../FailureMechanismContext.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismContext.cs (.../FailureMechanismContext.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -20,7 +20,8 @@ // All rights reserved. using System; -using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.FailureMechanism; namespace Ringtoets.Common.Forms.PresentationObjects { Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismContributionContext.cs =================================================================== diff -u -rc8eb333514adae8495778ed16c71c41a6eb4251b -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismContributionContext.cs (.../FailureMechanismContributionContext.cs) (revision c8eb333514adae8495778ed16c71c41a6eb4251b) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismContributionContext.cs (.../FailureMechanismContributionContext.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -24,6 +24,7 @@ using Core.Common.Base; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Contribution; namespace Ringtoets.Common.Forms.PresentationObjects Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionResultContext.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionResultContext.cs (.../FailureMechanismSectionResultContext.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionResultContext.cs (.../FailureMechanismSectionResultContext.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -22,6 +22,7 @@ using System; using System.Collections.Generic; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.FailureMechanism; namespace Ringtoets.Common.Forms.PresentationObjects { Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionsContext.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionsContext.cs (.../FailureMechanismSectionsContext.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/FailureMechanismSectionsContext.cs (.../FailureMechanismSectionsContext.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -25,6 +25,8 @@ using Core.Common.Base; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.FailureMechanism; namespace Ringtoets.Common.Forms.PresentationObjects { Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/ReferenceLineContext.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/ReferenceLineContext.cs (.../ReferenceLineContext.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/ReferenceLineContext.cs (.../ReferenceLineContext.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -22,6 +22,7 @@ using System; using Core.Common.Base; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Forms.Properties; namespace Ringtoets.Common.Forms.PresentationObjects Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismResultView.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismResultView.cs (.../FailureMechanismResultView.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismResultView.cs (.../FailureMechanismResultView.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -28,6 +28,7 @@ using Core.Common.Base.Data; using Core.Common.Controls.Views; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.Properties; namespace Ringtoets.Common.Forms.Views Index: Ringtoets/Common/src/Ringtoets.Common.IO/FailureMechanismSectionReader.cs =================================================================== diff -u -r354027b2a36a779798852d3edadaaf339140295c -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/src/Ringtoets.Common.IO/FailureMechanismSectionReader.cs (.../FailureMechanismSectionReader.cs) (revision 354027b2a36a779798852d3edadaaf339140295c) +++ Ringtoets/Common/src/Ringtoets.Common.IO/FailureMechanismSectionReader.cs (.../FailureMechanismSectionReader.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -31,6 +31,7 @@ using Core.Components.Gis.Features; using Core.Components.Gis.IO.Readers; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.FailureMechanism; using CoreCommonUtilsResources = Core.Common.Utils.Properties.Resources; using RingtoetsCommonIOResources = Ringtoets.Common.IO.Properties.Resources; Index: Ringtoets/Common/src/Ringtoets.Common.IO/ReferenceLineImporter.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/src/Ringtoets.Common.IO/ReferenceLineImporter.cs (.../ReferenceLineImporter.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Ringtoets/Common/src/Ringtoets.Common.IO/ReferenceLineImporter.cs (.../ReferenceLineImporter.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -30,6 +30,8 @@ using Core.Common.IO.Readers; using log4net; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Common.IO.Properties; using CoreCommonBaseResources = Core.Common.Base.Properties.Resources; Index: Ringtoets/Common/src/Ringtoets.Common.IO/ReferenceLineReader.cs =================================================================== diff -u -r2117ba3d745d5776cefdf94dc86ac8d5950aa31e -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/src/Ringtoets.Common.IO/ReferenceLineReader.cs (.../ReferenceLineReader.cs) (revision 2117ba3d745d5776cefdf94dc86ac8d5950aa31e) +++ Ringtoets/Common/src/Ringtoets.Common.IO/ReferenceLineReader.cs (.../ReferenceLineReader.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -31,7 +31,7 @@ using Core.Components.Gis.IO; using Core.Components.Gis.IO.Readers; using Ringtoets.Common.Data; - +using Ringtoets.Common.Data.AssessmentSection; using CoreCommonUtilsResources = Core.Common.Utils.Properties.Resources; using RingtoetsCommonIOResources = Ringtoets.Common.IO.Properties.Resources; using RingtoetsCommonDataResources = Ringtoets.Common.Data.Properties.Resources; Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/AssessmentSection/ReferenceLineTest.cs =================================================================== diff -u --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/AssessmentSection/ReferenceLineTest.cs (revision 0) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/AssessmentSection/ReferenceLineTest.cs (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -0,0 +1,75 @@ +using System; +using Core.Common.Base.Geometry; +using Core.Common.TestUtil; +using NUnit.Framework; +using Ringtoets.Common.Data.AssessmentSection; + +namespace Ringtoets.Common.Data.Test.AssessmentSection +{ + [TestFixture] + public class ReferenceLineTest + { + [Test] + public void DefaultConstructor_ExpectedValues() + { + // Call + var referenceLine = new ReferenceLine(); + + // Assert + CollectionAssert.IsEmpty(referenceLine.Points); + } + + [Test] + public void SetGeometry_ValidCoordinates_UpdatePoints() + { + // Setup + var referenceLine = new ReferenceLine(); + + var newPoints = new[] + { + new Point2D(3, 5), + new Point2D(1, 2) + }; + + // Call + referenceLine.SetGeometry(newPoints); + + // Assert + CollectionAssert.AreEqual(newPoints, referenceLine.Points); + Assert.AreNotSame(newPoints, referenceLine.Points); + } + + [Test] + public void SetGeometry_NullGeometry_ThrowArgumentNullException() + { + // Setup + var referenceLine = new ReferenceLine(); + + // Call + TestDelegate call = () =>referenceLine.SetGeometry(null); + + // Assert + TestHelper.AssertThrowsArgumentExceptionAndTestMessage(call, "De geometrie die opgegeven werd voor de referentielijn heeft geen waarde."); + } + + [Test] + public void SetGeometry_CoordinatesHaveNullElement_ThrowArgumentException() + { + // Setup + var referenceLine = new ReferenceLine(); + + var pointWithNullElement = new[] + { + new Point2D(3, 5), + null, + new Point2D(1, 2) + }; + + // Call + TestDelegate call = () => referenceLine.SetGeometry(pointWithNullElement); + + // Assert + TestHelper.AssertThrowsArgumentExceptionAndTestMessage(call, "Een punt in de geometrie voor de referentielijn heeft geen waarde."); + } + } +} \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/Contribution/FailureMechanismContributionItemTest.cs =================================================================== diff -u -rd1565906db90df7be4365d277d5ff22dc2d77a82 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/Contribution/FailureMechanismContributionItemTest.cs (.../FailureMechanismContributionItemTest.cs) (revision d1565906db90df7be4365d277d5ff22dc2d77a82) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/Contribution/FailureMechanismContributionItemTest.cs (.../FailureMechanismContributionItemTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -7,6 +7,7 @@ using Rhino.Mocks; using Ringtoets.Common.Data.Contribution; +using Ringtoets.Common.Data.FailureMechanism; namespace Ringtoets.Common.Data.Test.Contribution { Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/Contribution/FailureMechanismContributionTest.cs =================================================================== diff -u -r2389ee6ea48d7014101ea90df5db340b44407c12 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/Contribution/FailureMechanismContributionTest.cs (.../FailureMechanismContributionTest.cs) (revision 2389ee6ea48d7014101ea90df5db340b44407c12) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/Contribution/FailureMechanismContributionTest.cs (.../FailureMechanismContributionTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -10,6 +10,7 @@ using Rhino.Mocks; using Ringtoets.Common.Data.Contribution; +using Ringtoets.Common.Data.FailureMechanism; namespace Ringtoets.Common.Data.Test.Contribution { Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/FailureMechanism/FailureMechanismBaseTest.cs =================================================================== diff -u --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/FailureMechanism/FailureMechanismBaseTest.cs (revision 0) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/FailureMechanism/FailureMechanismBaseTest.cs (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -0,0 +1,267 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using Core.Common.Base; +using Core.Common.Base.Geometry; +using Core.Common.TestUtil; +using NUnit.Framework; +using Ringtoets.Common.Data.FailureMechanism; +using Ringtoets.Common.Data.Properties; + +namespace Ringtoets.Common.Data.Test.FailureMechanism +{ + [TestFixture] + public class FailureMechanismBaseTest + { + [Test] + public void Constructor_ExpectedValues() + { + // Setup + const string name = ""; + + // Call + var failureMechanism = new SimpleFailureMechanismBase(name); + + // Assert + Assert.IsInstanceOf(failureMechanism); + Assert.IsInstanceOf(failureMechanism); + Assert.AreEqual(0, failureMechanism.Contribution); + Assert.AreEqual(name, failureMechanism.Name); + Assert.AreEqual(0, failureMechanism.StorageId); + CollectionAssert.IsEmpty(failureMechanism.Sections); + } + + [Test] + [TestCase(101)] + [TestCase(-1e-6)] + [TestCase(-1)] + [TestCase(100+1e-6)] + public void Contribution_ValueOutsideValidRegion_ThrowsArgumentException(double value) + { + // Setup + var failureMechanism = new SimpleFailureMechanismBase(""); + + // Call + TestDelegate test = () => failureMechanism.Contribution = value; + + // Assert + TestHelper.AssertThrowsArgumentExceptionAndTestMessage(test, Resources.Contribution_Value_should_be_in_interval_0_100); + } + + [Test] + [TestCase(100)] + [TestCase(50)] + [TestCase(0)] + public void Contribution_ValueIntsideValidRegion_DoesNotThrow(double value) + { + // Setup + var failureMechanism = new SimpleFailureMechanismBase(""); + + // Call + TestDelegate test = () => failureMechanism.Contribution = value; + + // Assert + Assert.DoesNotThrow(test); + } + + [Test] + public void AddSection_SectionIsNull_ThrowArgumentNullException() + { + // Setup + var failureMechanism = new SimpleFailureMechanismBase(""); + + // Call + TestDelegate call = () => failureMechanism.AddSection(null); + + // Assert + Assert.Throws(call); + } + + [Test] + public void AddSection_FirstSectionAdded_SectionAddedToSections() + { + // Setup + var failureMechanism = new SimpleFailureMechanismBase(""); + + var section = new FailureMechanismSection("A", new[] + { + new Point2D(1, 2), + new Point2D(3, 4) + }); + + // Call + failureMechanism.AddSection(section); + + // Assert + CollectionAssert.AreEqual(new[]{section}, failureMechanism.Sections); + } + + [Test] + public void AddSection_SecondSectionEndConnectingToStartOfFirst_Section2InsertedBeforeSection1() + { + // Setup + var failureMechanism = new SimpleFailureMechanismBase(""); + + const int matchingX = 1; + const int matchingY = 2; + + var section1 = new FailureMechanismSection("A", new[] + { + new Point2D(matchingX, matchingY), + new Point2D(3, 4) + }); + var section2 = new FailureMechanismSection("B", new[] + { + new Point2D(-2, -1), + new Point2D(matchingX, matchingY) + }); + + // Call + failureMechanism.AddSection(section1); + failureMechanism.AddSection(section2); + + // Assert + CollectionAssert.AreEqual(new[] { section2, section1 }, failureMechanism.Sections); + } + + [Test] + public void AddSection_SecondSectionStartConnectingToEndOfFirst_Section2AddedAfterSection1() + { + // Setup + var failureMechanism = new SimpleFailureMechanismBase(""); + + const int matchingX = 1; + const int matchingY = 2; + + var section1 = new FailureMechanismSection("A", new[] + { + new Point2D(3, 4), + new Point2D(matchingX, matchingY) + + }); + var section2 = new FailureMechanismSection("B", new[] + { + new Point2D(matchingX, matchingY), + new Point2D(-2, -1) + }); + + // Call + failureMechanism.AddSection(section1); + failureMechanism.AddSection(section2); + + // Assert + CollectionAssert.AreEqual(new[] { section1, section2 }, failureMechanism.Sections); + } + + [Test] + public void AddSection_SecondSectionDoesNotConnectToFirst_ThrowArgumentException() + { + // Setup + var failureMechanism = new SimpleFailureMechanismBase(""); + + var section1 = new FailureMechanismSection("A", new[] + { + new Point2D(1, 2), + new Point2D(3, 4) + + }); + var section2 = new FailureMechanismSection("B", new[] + { + new Point2D(5, 6), + new Point2D(7, 8) + }); + + failureMechanism.AddSection(section1); + + // Call + TestDelegate call = () => failureMechanism.AddSection(section2); + + // Assert + string expectedMessage = "Vak 'B' sluit niet aan op de al gedefinieerde vakken van het faalmechanisme."; + TestHelper.AssertThrowsArgumentExceptionAndTestMessage(call, expectedMessage); + } + + [Test] + public void AddSection_SectionValid_SectionAddedSectionResults() + { + // Setup + var failureMechanism = new SimpleFailureMechanismBase(""); + + var section = new FailureMechanismSection("A", new[] + { + new Point2D(1, 2), + new Point2D(3, 4) + }); + + // Precondition + Assert.AreEqual(0, failureMechanism.SectionResults.Count()); + + // Call + failureMechanism.AddSection(section); + + // Assert + Assert.AreEqual(1, failureMechanism.SectionResults.Count()); + } + + [Test] + public void PipingFailureMechanismSectionResults_Always_ReturnsPipingFailureMechanismSectionResults() + { + // Setup + var failureMechanism = new SimpleFailureMechanismBase(""); + + var section = new FailureMechanismSection("A", new[] + { + new Point2D(1, 2), + new Point2D(3, 4) + }); + + var section2 = new FailureMechanismSection("B", new[] + { + new Point2D(3, 4), + new Point2D(7, 8) + }); + + failureMechanism.AddSection(section); + failureMechanism.AddSection(section2); + + // Call + var data = failureMechanism.SectionResults.ToList(); + + // Assert + CollectionAssert.AreEqual(new[] { section, section2 }, data.Select(d => d.Section)); + } + + [Test] + public void ClearAllSections_HasSections_ClearSections() + { + // Setup + var section = new FailureMechanismSection("A", new[] + { + new Point2D(1.1, 2.2), + new Point2D(3.3, 4.4) + }); + + var failureMechanism = new SimpleFailureMechanismBase("A"); + failureMechanism.AddSection(section); + + // Call + failureMechanism.ClearAllSections(); + + // Assert + CollectionAssert.IsEmpty(failureMechanism.Sections); + } + + private class SimpleFailureMechanismBase : FailureMechanismBase + { + public override IEnumerable CalculationItems + { + get + { + throw new NotImplementedException(); + } + } + + public SimpleFailureMechanismBase(string failureMechanismName) : base(failureMechanismName) {} + } + } +} \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/FailureMechanism/FailureMechanismSectionResultTest.cs =================================================================== diff -u --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/FailureMechanism/FailureMechanismSectionResultTest.cs (revision 0) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/FailureMechanism/FailureMechanismSectionResultTest.cs (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -0,0 +1,68 @@ +// Copyright (C) Stichting Deltares 2016. All rights reserved. +// +// This file is part of Ringtoets. +// +// Ringtoets is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +using System; +using Core.Common.Base.Geometry; +using NUnit.Framework; +using Ringtoets.Common.Data.FailureMechanism; + +namespace Ringtoets.Common.Data.Test.FailureMechanism +{ + [TestFixture] + public class FailureMechanismSectionResultTest + { + [Test] + public void Constructor_DefaultValues() + { + // Setup + var section = CreateSection(); + + // Call + var sectionResult = new FailureMechanismSectionResult(section); + + // Assert + Assert.AreSame(section, sectionResult.Section); + } + + [Test] + public void Constructor_SectionNull_ThrowsArgumentNullException() + { + // Call + TestDelegate call = () => new FailureMechanismSectionResult(null); + + // Assert + var exception = Assert.Throws(call); + Assert.AreEqual("section", exception.ParamName); + } + + private static FailureMechanismSection CreateSection() + { + var points = new[] + { + new Point2D(1, 2), + new Point2D(3, 4) + }; + + var section = new FailureMechanismSection("test", points); + return section; + } + } +} \ No newline at end of file Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/FailureMechanism/FailureMechanismSectionTest.cs =================================================================== diff -u --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/FailureMechanism/FailureMechanismSectionTest.cs (revision 0) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/FailureMechanism/FailureMechanismSectionTest.cs (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -0,0 +1,118 @@ +using System; +using System.Linq; +using Core.Common.Base.Geometry; +using Core.Common.TestUtil; +using NUnit.Framework; +using Ringtoets.Common.Data.FailureMechanism; + +namespace Ringtoets.Common.Data.Test.FailureMechanism +{ + [TestFixture] + public class FailureMechanismSectionTest + { + [Test] + public void Constructor_ExpectedValues() + { + // Setup + var expectedName = ""; + var points = new[] + { + new Point2D(1, 2), + new Point2D(3, 4) + }; + + // Call + var section = new FailureMechanismSection(expectedName, points); + + // Assert + Assert.AreEqual(expectedName, section.Name); + Assert.AreNotSame(points, section.Points); + CollectionAssert.AreEqual(points, section.Points); + } + + [Test] + public void Constructor_NameIsNull_ThrowArugmentNullException() + { + // Call + TestDelegate call = () => new FailureMechanismSection(null, Enumerable.Empty()); + + // Assert + Assert.Throws(call); + } + + [Test] + public void Constructor_GeometryPointsIsNull_ThrowArgumentNullException() + { + // Call + TestDelegate call = () => new FailureMechanismSection("name", null); + + // Assert + Assert.Throws(call); + } + + [Test] + public void Constructor_GeometryPointsContainsNullElement_ThrowArgumentException() + { + // Setup + var geometryPoints = new[] + { + new Point2D(1, 2), + null, + new Point2D(3, 4) + }; + + // Call + TestDelegate call = () => new FailureMechanismSection("name", geometryPoints); + + // Assert + TestHelper.AssertThrowsArgumentExceptionAndTestMessage(call, "One or multiple elements are null."); + } + + [Test] + public void Constructor_GeometryIsEmpty_ThrowArgumentException() + { + // Call + TestDelegate call = () => new FailureMechanismSection("", Enumerable.Empty()); + + // Assert + string expectedMessage = "Vak moet minstens uit 1 punt bestaan."; + TestHelper.AssertThrowsArgumentExceptionAndTestMessage(call, expectedMessage); + } + + [Test] + public void GetStart_SectionWithPoints_ReturnFirstPoint() + { + // Setup + var geometryPoints = new[] + { + new Point2D(1, 2), + new Point2D(3, 4) + }; + var section = new FailureMechanismSection("A", geometryPoints); + + // Call + Point2D startingPoint = section.GetStart(); + + // Assert + Assert.AreEqual(geometryPoints[0], startingPoint); + } + + [Test] + public void GetEnd_SectionWithPoints_ReturnLastPoint() + { + // Setup + var geometryPoints = new[] + { + new Point2D(1, 2), + new Point2D(3, 4) + }; + var section = new FailureMechanismSection("A", geometryPoints); + + // Call + Point2D endingPoint = section.GetLast(); + + // Assert + Assert.AreEqual(geometryPoints[1], endingPoint); + } + } +} \ No newline at end of file Fisheye: Tag a9aafffab97152303562110b1d789bacb465ce24 refers to a dead (removed) revision in file `Ringtoets/Common/test/Ringtoets.Common.Data.Test/FailureMechanismBaseTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a9aafffab97152303562110b1d789bacb465ce24 refers to a dead (removed) revision in file `Ringtoets/Common/test/Ringtoets.Common.Data.Test/FailureMechanismSectionResultTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a9aafffab97152303562110b1d789bacb465ce24 refers to a dead (removed) revision in file `Ringtoets/Common/test/Ringtoets.Common.Data.Test/FailureMechanismSectionTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a9aafffab97152303562110b1d789bacb465ce24 refers to a dead (removed) revision in file `Ringtoets/Common/test/Ringtoets.Common.Data.Test/ReferenceLineTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/Ringtoets.Common.Data.Test.csproj =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/Ringtoets.Common.Data.Test.csproj (.../Ringtoets.Common.Data.Test.csproj) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/Ringtoets.Common.Data.Test.csproj (.../Ringtoets.Common.Data.Test.csproj) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -52,14 +52,14 @@ - + - - + + + - Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/AssessmentSectionCommentContextTest.cs =================================================================== diff -u -r504f726111ede24adc838a345fdcd1c47227c79b -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/AssessmentSectionCommentContextTest.cs (.../AssessmentSectionCommentContextTest.cs) (revision 504f726111ede24adc838a345fdcd1c47227c79b) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/AssessmentSectionCommentContextTest.cs (.../AssessmentSectionCommentContextTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -2,6 +2,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Forms.PresentationObjects; namespace Ringtoets.Common.Forms.Test.PresentationObjects Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/FailureMechanismContextTest.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/FailureMechanismContextTest.cs (.../FailureMechanismContextTest.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/FailureMechanismContextTest.cs (.../FailureMechanismContextTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -4,6 +4,8 @@ using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.PresentationObjects; namespace Ringtoets.Common.Forms.Test.PresentationObjects Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/FailureMechanismContributionContextTest.cs =================================================================== diff -u -rc8eb333514adae8495778ed16c71c41a6eb4251b -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/FailureMechanismContributionContextTest.cs (.../FailureMechanismContributionContextTest.cs) (revision c8eb333514adae8495778ed16c71c41a6eb4251b) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/FailureMechanismContributionContextTest.cs (.../FailureMechanismContributionContextTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -9,7 +9,9 @@ using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Contribution; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.PresentationObjects; namespace Ringtoets.Common.Forms.Test.PresentationObjects Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/FailureMechanismSectionResultContextTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/FailureMechanismSectionResultContextTest.cs (.../FailureMechanismSectionResultContextTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/FailureMechanismSectionResultContextTest.cs (.../FailureMechanismSectionResultContextTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -3,6 +3,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.PresentationObjects; namespace Ringtoets.Common.Forms.Test.PresentationObjects Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/FailureMechanismSectionsContextTest.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/FailureMechanismSectionsContextTest.cs (.../FailureMechanismSectionsContextTest.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/FailureMechanismSectionsContextTest.cs (.../FailureMechanismSectionsContextTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -9,6 +9,8 @@ using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.PresentationObjects; namespace Ringtoets.Common.Forms.Test.PresentationObjects Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/ReferenceLineContextTest.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/ReferenceLineContextTest.cs (.../ReferenceLineContextTest.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PresentationObjects/ReferenceLineContextTest.cs (.../ReferenceLineContextTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -4,6 +4,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Forms.PresentationObjects; namespace Ringtoets.Common.Forms.Test.PresentationObjects Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/FailureMechanismResultViewTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/FailureMechanismResultViewTest.cs (.../FailureMechanismResultViewTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/FailureMechanismResultViewTest.cs (.../FailureMechanismResultViewTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -30,6 +30,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.Views; namespace Ringtoets.Common.Forms.Test.Views Index: Ringtoets/Common/test/Ringtoets.Common.IO.Test/FailureMechanismSectionReaderTest.cs =================================================================== diff -u -rc96faf42eae37d9b6ad63d7ed0250b7fef11bef8 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/test/Ringtoets.Common.IO.Test/FailureMechanismSectionReaderTest.cs (.../FailureMechanismSectionReaderTest.cs) (revision c96faf42eae37d9b6ad63d7ed0250b7fef11bef8) +++ Ringtoets/Common/test/Ringtoets.Common.IO.Test/FailureMechanismSectionReaderTest.cs (.../FailureMechanismSectionReaderTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -6,6 +6,7 @@ using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.FailureMechanism; namespace Ringtoets.Common.IO.Test { Index: Ringtoets/Common/test/Ringtoets.Common.IO.Test/ReferenceLineImporterTest.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/test/Ringtoets.Common.IO.Test/ReferenceLineImporterTest.cs (.../ReferenceLineImporterTest.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Ringtoets/Common/test/Ringtoets.Common.IO.Test/ReferenceLineImporterTest.cs (.../ReferenceLineImporterTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -9,6 +9,8 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.PresentationObjects; using RingtoetsFormsResources = Ringtoets.Common.Forms.Properties.Resources; Index: Ringtoets/Common/test/Ringtoets.Common.IO.Test/ReferenceLineReaderTest.cs =================================================================== diff -u -rc96faf42eae37d9b6ad63d7ed0250b7fef11bef8 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Common/test/Ringtoets.Common.IO.Test/ReferenceLineReaderTest.cs (.../ReferenceLineReaderTest.cs) (revision c96faf42eae37d9b6ad63d7ed0250b7fef11bef8) +++ Ringtoets/Common/test/Ringtoets.Common.IO.Test/ReferenceLineReaderTest.cs (.../ReferenceLineReaderTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -6,6 +6,7 @@ using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; namespace Ringtoets.Common.IO.Test { Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/AssessmentSection.cs =================================================================== diff -u -re8d521c72f8cd2fa9e02dc14c38700bd051ac838 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/src/Ringtoets.Integration.Data/AssessmentSection.cs (.../AssessmentSection.cs) (revision e8d521c72f8cd2fa9e02dc14c38700bd051ac838) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/AssessmentSection.cs (.../AssessmentSection.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -26,7 +26,9 @@ using Core.Common.Base.Geometry; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Contribution; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.HydraRing.Data; using Ringtoets.Integration.Data.Placeholders; using Ringtoets.Integration.Data.Properties; Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/Placeholders/Placeholder.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/src/Ringtoets.Integration.Data/Placeholders/Placeholder.cs (.../Placeholder.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/Placeholders/Placeholder.cs (.../Placeholder.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -21,6 +21,7 @@ using System.Collections.Generic; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Placeholder; using RingtoetsCommonDataResources = Ringtoets.Common.Data.Properties.Resources; Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/MapDataFactory.cs =================================================================== diff -u -rc223ed8ae4885b7b1b331ef4a8d710edb644772c -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/MapDataFactory.cs (.../MapDataFactory.cs) (revision c223ed8ae4885b7b1b331ef4a8d710edb644772c) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/MapDataFactory.cs (.../MapDataFactory.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -30,6 +30,7 @@ using Core.Components.Gis.Geometries; using Core.Components.Gis.Style; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.HydraRing.Data; using RingtoetsCommonDataResources = Ringtoets.Common.Data.Properties.Resources; Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/FailureMechanismPlaceholderContext.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/FailureMechanismPlaceholderContext.cs (.../FailureMechanismPlaceholderContext.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/FailureMechanismPlaceholderContext.cs (.../FailureMechanismPlaceholderContext.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -21,6 +21,7 @@ using System; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Integration.Data.Placeholders; Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/HydraulicBoundaryDatabaseContext.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/HydraulicBoundaryDatabaseContext.cs (.../HydraulicBoundaryDatabaseContext.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/HydraulicBoundaryDatabaseContext.cs (.../HydraulicBoundaryDatabaseContext.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -24,6 +24,7 @@ using Core.Common.Base; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.HydraRing.Data; namespace Ringtoets.Integration.Forms.PresentationObjects Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/PropertyClasses/AssessmentSectionProperties.cs =================================================================== diff -u -ra7a3af9bffa76922cf344ee2134ad30078de878d -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/PropertyClasses/AssessmentSectionProperties.cs (.../AssessmentSectionProperties.cs) (revision a7a3af9bffa76922cf344ee2134ad30078de878d) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/PropertyClasses/AssessmentSectionProperties.cs (.../AssessmentSectionProperties.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -22,6 +22,7 @@ using Core.Common.Gui.PropertyBag; using Core.Common.Utils.Attributes; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Integration.Data; using Ringtoets.Integration.Forms.Properties; Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssessmentSectionCommentView.cs =================================================================== diff -u -r895e4cf56972494e9e363f0af9cd9e21d55e9004 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssessmentSectionCommentView.cs (.../AssessmentSectionCommentView.cs) (revision 895e4cf56972494e9e363f0af9cd9e21d55e9004) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssessmentSectionCommentView.cs (.../AssessmentSectionCommentView.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -24,6 +24,7 @@ using Core.Common.Controls.TextEditor; using Core.Common.Controls.Views; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; namespace Ringtoets.Integration.Forms.Views { Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssessmentSectionView.cs =================================================================== diff -u -rc67c5e4d2dcf0e3a105aab6b2bb323e9a128ff22 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssessmentSectionView.cs (.../AssessmentSectionView.cs) (revision c67c5e4d2dcf0e3a105aab6b2bb323e9a128ff22) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/AssessmentSectionView.cs (.../AssessmentSectionView.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -26,6 +26,7 @@ using Core.Components.Gis.Data; using Core.Components.Gis.Forms; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Integration.Forms.Properties; using RingtoetsCommonDataResources = Ringtoets.Common.Data.Properties.Resources; Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/FailureMechanismContributionView.cs =================================================================== diff -u -rd5326f028bd3c83dc0479606ea1e2e1ead914e29 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/FailureMechanismContributionView.cs (.../FailureMechanismContributionView.cs) (revision d5326f028bd3c83dc0479606ea1e2e1ead914e29) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/FailureMechanismContributionView.cs (.../FailureMechanismContributionView.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -28,6 +28,7 @@ using Core.Common.Utils.Reflection; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Contribution; using Ringtoets.Common.Forms.PresentationObjects; Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/FileImporters/FailureMechanismSectionsImporter.cs =================================================================== diff -u -ra10f78cf8ff03594c931cbcc227c6f7008a5154c -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/FileImporters/FailureMechanismSectionsImporter.cs (.../FailureMechanismSectionsImporter.cs) (revision a10f78cf8ff03594c931cbcc227c6f7008a5154c) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/FileImporters/FailureMechanismSectionsImporter.cs (.../FailureMechanismSectionsImporter.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -11,6 +11,8 @@ using log4net; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Common.IO; using Ringtoets.Integration.Plugin.Properties; Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/FileImporters/HydraulicBoundaryDatabaseImporter.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/FileImporters/HydraulicBoundaryDatabaseImporter.cs (.../HydraulicBoundaryDatabaseImporter.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/FileImporters/HydraulicBoundaryDatabaseImporter.cs (.../HydraulicBoundaryDatabaseImporter.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -25,6 +25,7 @@ using Core.Common.Utils.Builders; using log4net; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.HydraRing.Data; using Ringtoets.HydraRing.IO.HydraulicBoundaryDatabaseContext; using Ringtoets.HydraRing.IO.HydraulicLocationConfigurationDatabaseContext; Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsApplicationPlugin.cs =================================================================== diff -u -re8d521c72f8cd2fa9e02dc14c38700bd051ac838 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsApplicationPlugin.cs (.../RingtoetsApplicationPlugin.cs) (revision e8d521c72f8cd2fa9e02dc14c38700bd051ac838) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsApplicationPlugin.cs (.../RingtoetsApplicationPlugin.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -26,6 +26,7 @@ using Core.Common.Base.Plugin; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Forms.Helpers; using Ringtoets.Common.IO; using Ringtoets.Integration.Data; Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsGuiPlugin.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsGuiPlugin.cs (.../RingtoetsGuiPlugin.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsGuiPlugin.cs (.../RingtoetsGuiPlugin.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -35,7 +35,9 @@ using Core.Common.IO.Exceptions; using log4net; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Contribution; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Common.Forms.Views; using Ringtoets.Common.Placeholder; Index: Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/AssessmentSectionTest.cs =================================================================== diff -u -re8d521c72f8cd2fa9e02dc14c38700bd051ac838 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/AssessmentSectionTest.cs (.../AssessmentSectionTest.cs) (revision e8d521c72f8cd2fa9e02dc14c38700bd051ac838) +++ Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/AssessmentSectionTest.cs (.../AssessmentSectionTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -5,6 +5,7 @@ using NUnit.Framework; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Contribution; using RingtoetsIntegrationResources = Ringtoets.Integration.Data.Properties.Resources; Index: Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/Placeholders/FailureMechanismPlaceholderTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/Placeholders/FailureMechanismPlaceholderTest.cs (.../FailureMechanismPlaceholderTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Integration/test/Ringtoets.Integration.Data.Test/Placeholders/FailureMechanismPlaceholderTest.cs (.../FailureMechanismPlaceholderTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -1,6 +1,7 @@ using NUnit.Framework; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Integration.Data.Placeholders; namespace Ringtoets.Integration.Data.Test.Placeholders Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/MapDataFactoryTest.cs =================================================================== diff -u -r80f4aae1214d23e7faee0d3e52810957f4ca10df -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/MapDataFactoryTest.cs (.../MapDataFactoryTest.cs) (revision 80f4aae1214d23e7faee0d3e52810957f4ca10df) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/MapDataFactoryTest.cs (.../MapDataFactoryTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -30,6 +30,7 @@ using Core.Components.Gis.Style; using NUnit.Framework; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.HydraRing.Data; namespace Ringtoets.Integration.Forms.Test Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PresentationObjects/FailureMechanismPlaceholderContextTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PresentationObjects/FailureMechanismPlaceholderContextTest.cs (.../FailureMechanismPlaceholderContextTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PresentationObjects/FailureMechanismPlaceholderContextTest.cs (.../FailureMechanismPlaceholderContextTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -3,6 +3,7 @@ using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Integration.Data.Placeholders; using Ringtoets.Integration.Forms.PresentationObjects; Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PresentationObjects/HydraulicBoundaryDatabaseContextTest.cs =================================================================== diff -u -ra7a3af9bffa76922cf344ee2134ad30078de878d -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PresentationObjects/HydraulicBoundaryDatabaseContextTest.cs (.../HydraulicBoundaryDatabaseContextTest.cs) (revision a7a3af9bffa76922cf344ee2134ad30078de878d) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PresentationObjects/HydraulicBoundaryDatabaseContextTest.cs (.../HydraulicBoundaryDatabaseContextTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -24,6 +24,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Integration.Forms.PresentationObjects; namespace Ringtoets.Integration.Forms.Test.PresentationObjects Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/AssessmentSectionPropertiesTest.cs =================================================================== diff -u -re8d521c72f8cd2fa9e02dc14c38700bd051ac838 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/AssessmentSectionPropertiesTest.cs (.../AssessmentSectionPropertiesTest.cs) (revision e8d521c72f8cd2fa9e02dc14c38700bd051ac838) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/AssessmentSectionPropertiesTest.cs (.../AssessmentSectionPropertiesTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -4,6 +4,7 @@ using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Integration.Data; using Ringtoets.Integration.Forms.PropertyClasses; Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/HydraulicBoundaryDatabasePropertiesTest.cs =================================================================== diff -u -ra7a3af9bffa76922cf344ee2134ad30078de878d -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/HydraulicBoundaryDatabasePropertiesTest.cs (.../HydraulicBoundaryDatabasePropertiesTest.cs) (revision a7a3af9bffa76922cf344ee2134ad30078de878d) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/HydraulicBoundaryDatabasePropertiesTest.cs (.../HydraulicBoundaryDatabasePropertiesTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -24,6 +24,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.HydraRing.Data; using Ringtoets.Integration.Forms.PresentationObjects; using Ringtoets.Integration.Forms.PropertyClasses; Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionCommentContextTreeNodeInfoTest.cs =================================================================== diff -u -r48e25b3492e67a3e4f7220ed1740c0306e79f0ce -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionCommentContextTreeNodeInfoTest.cs (.../AssessmentSectionCommentContextTreeNodeInfoTest.cs) (revision 48e25b3492e67a3e4f7220ed1740c0306e79f0ce) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionCommentContextTreeNodeInfoTest.cs (.../AssessmentSectionCommentContextTreeNodeInfoTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -28,6 +28,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Integration.Plugin; using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources; Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -29,7 +29,9 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Contribution; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Integration.Data.Placeholders; using Ringtoets.Integration.Forms.PresentationObjects; Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/FailureMechanismContributionContextTreeNodeInfoTest.cs =================================================================== diff -u -rc8eb333514adae8495778ed16c71c41a6eb4251b -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/FailureMechanismContributionContextTreeNodeInfoTest.cs (.../FailureMechanismContributionContextTreeNodeInfoTest.cs) (revision c8eb333514adae8495778ed16c71c41a6eb4251b) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/FailureMechanismContributionContextTreeNodeInfoTest.cs (.../FailureMechanismContributionContextTreeNodeInfoTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -7,7 +7,9 @@ using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Contribution; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Integration.Plugin; using RingtoetsIntegrationFormsResources = Ringtoets.Integration.Forms.Properties.Resources; Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/FailureMechanismPlaceholderTreeNodeInfoTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/FailureMechanismPlaceholderTreeNodeInfoTest.cs (.../FailureMechanismPlaceholderTreeNodeInfoTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/FailureMechanismPlaceholderTreeNodeInfoTest.cs (.../FailureMechanismPlaceholderTreeNodeInfoTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -11,6 +11,8 @@ using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Integration.Data.Placeholders; using Ringtoets.Integration.Forms.PresentationObjects; Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/FailureMechanismSectionsContextTreeNodeInfoTest.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/FailureMechanismSectionsContextTreeNodeInfoTest.cs (.../FailureMechanismSectionsContextTreeNodeInfoTest.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/FailureMechanismSectionsContextTreeNodeInfoTest.cs (.../FailureMechanismSectionsContextTreeNodeInfoTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -12,6 +12,8 @@ using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Integration.Plugin; Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs =================================================================== diff -u -ra7a3af9bffa76922cf344ee2134ad30078de878d -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs (.../HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs) (revision a7a3af9bffa76922cf344ee2134ad30078de878d) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs (.../HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -12,7 +12,9 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Contribution; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.HydraRing.Data; using Ringtoets.Integration.Forms.PresentationObjects; using Ringtoets.Integration.Plugin; Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/ReferenceLineContextTreeNodeInfoTest.cs =================================================================== diff -u -rf67372a878749b45946b74d08f75f3da3f673a40 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/ReferenceLineContextTreeNodeInfoTest.cs (.../ReferenceLineContextTreeNodeInfoTest.cs) (revision f67372a878749b45946b74d08f75f3da3f673a40) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/ReferenceLineContextTreeNodeInfoTest.cs (.../ReferenceLineContextTreeNodeInfoTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -11,6 +11,7 @@ using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Integration.Plugin; Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssessmentSectionCommentViewTest.cs =================================================================== diff -u -r895e4cf56972494e9e363f0af9cd9e21d55e9004 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssessmentSectionCommentViewTest.cs (.../AssessmentSectionCommentViewTest.cs) (revision 895e4cf56972494e9e363f0af9cd9e21d55e9004) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssessmentSectionCommentViewTest.cs (.../AssessmentSectionCommentViewTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -27,6 +27,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Integration.Forms.Views; namespace Ringtoets.Integration.Forms.Test.Views Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssessmentSectionViewTest.cs =================================================================== diff -u -rc67c5e4d2dcf0e3a105aab6b2bb323e9a128ff22 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssessmentSectionViewTest.cs (.../AssessmentSectionViewTest.cs) (revision c67c5e4d2dcf0e3a105aab6b2bb323e9a128ff22) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/AssessmentSectionViewTest.cs (.../AssessmentSectionViewTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -29,7 +29,9 @@ using Core.Components.Gis.Data; using NUnit.Framework; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Contribution; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.HydraRing.Data; using Ringtoets.Integration.Forms.Views; Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/FailureMechanismContributionViewTest.cs =================================================================== diff -u -re8d521c72f8cd2fa9e02dc14c38700bd051ac838 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/FailureMechanismContributionViewTest.cs (.../FailureMechanismContributionViewTest.cs) (revision e8d521c72f8cd2fa9e02dc14c38700bd051ac838) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/FailureMechanismContributionViewTest.cs (.../FailureMechanismContributionViewTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -5,7 +5,9 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Contribution; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Integration.Data; using Ringtoets.Integration.Forms.Views; Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/FailureMechanismSectionsImporterTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/FailureMechanismSectionsImporterTest.cs (.../FailureMechanismSectionsImporterTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/FailureMechanismSectionsImporterTest.cs (.../FailureMechanismSectionsImporterTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -12,6 +12,8 @@ using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Common.IO; using Ringtoets.Integration.Plugin.FileImporters; Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/HydraulicBoundaryDatabaseImporterTest.cs =================================================================== diff -u -ra7a3af9bffa76922cf344ee2134ad30078de878d -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/HydraulicBoundaryDatabaseImporterTest.cs (.../HydraulicBoundaryDatabaseImporterTest.cs) (revision a7a3af9bffa76922cf344ee2134ad30078de878d) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/FileImporters/HydraulicBoundaryDatabaseImporterTest.cs (.../HydraulicBoundaryDatabaseImporterTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -29,6 +29,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.HydraRing.Data; using Ringtoets.Integration.Forms.PresentationObjects; using Ringtoets.Integration.Plugin.FileImporters; Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsApplicationPluginTest.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsApplicationPluginTest.cs (.../RingtoetsApplicationPluginTest.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsApplicationPluginTest.cs (.../RingtoetsApplicationPluginTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -6,6 +6,7 @@ using NUnit.Framework; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.IO; using Ringtoets.Integration.Data; using Ringtoets.Integration.Plugin.FileImporters; Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsGuiPluginTest.cs =================================================================== diff -u -rc8eb333514adae8495778ed16c71c41a6eb4251b -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsGuiPluginTest.cs (.../RingtoetsGuiPluginTest.cs) (revision c8eb333514adae8495778ed16c71c41a6eb4251b) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsGuiPluginTest.cs (.../RingtoetsGuiPluginTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -10,7 +10,9 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Contribution; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Common.Forms.Views; using Ringtoets.Common.Placeholder; Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/AssessmentSectionCommentViewInfoTest.cs =================================================================== diff -u -r504f726111ede24adc838a345fdcd1c47227c79b -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/AssessmentSectionCommentViewInfoTest.cs (.../AssessmentSectionCommentViewInfoTest.cs) (revision 504f726111ede24adc838a345fdcd1c47227c79b) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/AssessmentSectionCommentViewInfoTest.cs (.../AssessmentSectionCommentViewInfoTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -4,6 +4,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Integration.Forms.Views; using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources; Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/AssessmentSectionViewInfoTest.cs =================================================================== diff -u -r3b5fac4302590ba12f652bc55979d7b0ce59fd87 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/AssessmentSectionViewInfoTest.cs (.../AssessmentSectionViewInfoTest.cs) (revision 3b5fac4302590ba12f652bc55979d7b0ce59fd87) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/AssessmentSectionViewInfoTest.cs (.../AssessmentSectionViewInfoTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -4,6 +4,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Integration.Forms.Views; using RingtoetsFormsResources = Ringtoets.Integration.Forms.Properties.Resources; Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/FailureMechanismContributionViewInfoTest.cs =================================================================== diff -u -rb57739d9a5fbeef38a55020b0839d444d39cdbf7 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/FailureMechanismContributionViewInfoTest.cs (.../FailureMechanismContributionViewInfoTest.cs) (revision b57739d9a5fbeef38a55020b0839d444d39cdbf7) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/FailureMechanismContributionViewInfoTest.cs (.../FailureMechanismContributionViewInfoTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -5,7 +5,9 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Contribution; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Integration.Forms.Views; using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources; Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/FailureMechanismResultViewInfoTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/FailureMechanismResultViewInfoTest.cs (.../FailureMechanismResultViewInfoTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/FailureMechanismResultViewInfoTest.cs (.../FailureMechanismResultViewInfoTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -26,6 +26,8 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Common.Forms.Views; using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources; Index: Ringtoets/Piping/src/Ringtoets.Piping.Data/Piping.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/src/Ringtoets.Piping.Data/Piping.cs (.../Piping.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/src/Ringtoets.Piping.Data/Piping.cs (.../Piping.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -22,6 +22,7 @@ using System.Collections.Generic; using Core.Common.Base; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Piping.Primitives; using RingtoetsCommonDataResources = Ringtoets.Common.Data.Properties.Resources; using PipingDataResources = Ringtoets.Piping.Data.Properties.Resources; Index: Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingCalculation.cs =================================================================== diff -u -rc2694ebe86aef7b8ed7c9dd05a55eec101958a96 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingCalculation.cs (.../PipingCalculation.cs) (revision c2694ebe86aef7b8ed7c9dd05a55eec101958a96) +++ Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingCalculation.cs (.../PipingCalculation.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -22,6 +22,7 @@ using System; using Core.Common.Base; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Placeholder; using Ringtoets.Piping.Data.Properties; Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingCalculationContext.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingCalculationContext.cs (.../PipingCalculationContext.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingCalculationContext.cs (.../PipingCalculationContext.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -22,6 +22,7 @@ using System; using System.Collections.Generic; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.Properties; using Ringtoets.Piping.Primitives; Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingCalculationGroupContext.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingCalculationGroupContext.cs (.../PipingCalculationGroupContext.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingCalculationGroupContext.cs (.../PipingCalculationGroupContext.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -22,6 +22,7 @@ using System; using System.Collections.Generic; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.Properties; using Ringtoets.Piping.Primitives; Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingContext.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingContext.cs (.../PipingContext.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingContext.cs (.../PipingContext.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -24,6 +24,7 @@ using System.Linq; using Core.Common.Base; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.HydraRing.Data; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.Properties; Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingFailureMechanismContext.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingFailureMechanismContext.cs (.../PipingFailureMechanismContext.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingFailureMechanismContext.cs (.../PipingFailureMechanismContext.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -21,6 +21,7 @@ using System; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Piping.Data; Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingInputContext.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingInputContext.cs (.../PipingInputContext.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/PipingInputContext.cs (.../PipingInputContext.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -21,6 +21,7 @@ using System.Collections.Generic; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Primitives; Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/RingtoetsPipingSurfaceLinesContext.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/RingtoetsPipingSurfaceLinesContext.cs (.../RingtoetsPipingSurfaceLinesContext.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/RingtoetsPipingSurfaceLinesContext.cs (.../RingtoetsPipingSurfaceLinesContext.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -22,6 +22,7 @@ using System; using Core.Common.Base; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; namespace Ringtoets.Piping.Forms.PresentationObjects Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/StochasticSoilModelContext.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/StochasticSoilModelContext.cs (.../StochasticSoilModelContext.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PresentationObjects/StochasticSoilModelContext.cs (.../StochasticSoilModelContext.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -22,6 +22,7 @@ using System; using Core.Common.Base; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; namespace Ringtoets.Piping.Forms.PresentationObjects Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingCalculationsView.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingCalculationsView.cs (.../PipingCalculationsView.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingCalculationsView.cs (.../PipingCalculationsView.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -30,6 +30,8 @@ using Core.Common.Controls.Views; using Core.Common.Gui.Selection; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.HydraRing.Data; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.PresentationObjects; Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingMapDataFactory.cs =================================================================== diff -u -r80f4aae1214d23e7faee0d3e52810957f4ca10df -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingMapDataFactory.cs (.../PipingMapDataFactory.cs) (revision 80f4aae1214d23e7faee0d3e52810957f4ca10df) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/Views/PipingMapDataFactory.cs (.../PipingMapDataFactory.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -30,6 +30,8 @@ using Core.Components.Gis.Geometries; using Core.Components.Gis.Style; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.HydraRing.Data; using Ringtoets.Piping.Forms.Properties; using Ringtoets.Piping.Primitives; Index: Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/PipingSurfaceLinesCsvImporter.cs =================================================================== diff -u -re68cf27e96c240c8da274e299080f1a79f605122 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/PipingSurfaceLinesCsvImporter.cs (.../PipingSurfaceLinesCsvImporter.cs) (revision e68cf27e96c240c8da274e299080f1a79f605122) +++ Ringtoets/Piping/src/Ringtoets.Piping.Plugin/FileImporter/PipingSurfaceLinesCsvImporter.cs (.../PipingSurfaceLinesCsvImporter.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -33,6 +33,7 @@ using log4net; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Forms.PresentationObjects; using Ringtoets.Piping.IO.SurfaceLines; using Ringtoets.Piping.Primitives; Index: Ringtoets/Piping/src/Ringtoets.Piping.Plugin/PipingGuiPlugin.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/src/Ringtoets.Piping.Plugin/PipingGuiPlugin.cs (.../PipingGuiPlugin.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/src/Ringtoets.Piping.Plugin/PipingGuiPlugin.cs (.../PipingGuiPlugin.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -30,6 +30,8 @@ using Core.Common.Gui.Forms.ProgressDialog; using Core.Common.Gui.Plugin; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.Helpers; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Piping.Data; Index: Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/PipingFailureMechanismTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/PipingFailureMechanismTest.cs (.../PipingFailureMechanismTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/PipingFailureMechanismTest.cs (.../PipingFailureMechanismTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -7,6 +7,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Piping.Primitives; namespace Ringtoets.Piping.Data.Test Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/PipingCalculationContextTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/PipingCalculationContextTest.cs (.../PipingCalculationContextTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/PipingCalculationContextTest.cs (.../PipingCalculationContextTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -5,6 +5,7 @@ using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Data.TestUtil; using Ringtoets.Piping.Forms.PresentationObjects; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/PipingCalculationGroupContextTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/PipingCalculationGroupContextTest.cs (.../PipingCalculationGroupContextTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/PipingCalculationGroupContextTest.cs (.../PipingCalculationGroupContextTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -5,6 +5,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Data.TestUtil; using Ringtoets.Piping.Forms.PresentationObjects; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/PipingContextTest.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/PipingContextTest.cs (.../PipingContextTest.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/PipingContextTest.cs (.../PipingContextTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -5,6 +5,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Data.TestUtil; using Ringtoets.Piping.Forms.PresentationObjects; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/PipingFailureMechanismContextTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/PipingFailureMechanismContextTest.cs (.../PipingFailureMechanismContextTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/PipingFailureMechanismContextTest.cs (.../PipingFailureMechanismContextTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -5,6 +5,7 @@ using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.PresentationObjects; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/PipingInputContextTest.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/PipingInputContextTest.cs (.../PipingInputContextTest.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/PipingInputContextTest.cs (.../PipingInputContextTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -7,6 +7,7 @@ using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Data.TestUtil; using Ringtoets.Piping.Forms.PresentationObjects; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/RingtoetsPipingSurfaceLinesContextTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/RingtoetsPipingSurfaceLinesContextTest.cs (.../RingtoetsPipingSurfaceLinesContextTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/RingtoetsPipingSurfaceLinesContextTest.cs (.../RingtoetsPipingSurfaceLinesContextTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -3,6 +3,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.PresentationObjects; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/StochasticSoilModelContextTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/StochasticSoilModelContextTest.cs (.../StochasticSoilModelContextTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PresentationObjects/StochasticSoilModelContextTest.cs (.../StochasticSoilModelContextTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -24,6 +24,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.PresentationObjects; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/PipingCalculationContextPropertiesTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/PipingCalculationContextPropertiesTest.cs (.../PipingCalculationContextPropertiesTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/PipingCalculationContextPropertiesTest.cs (.../PipingCalculationContextPropertiesTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -4,6 +4,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.PresentationObjects; using Ringtoets.Piping.Forms.PropertyClasses; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/PipingCalculationGroupContextPropertiesTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/PipingCalculationGroupContextPropertiesTest.cs (.../PipingCalculationGroupContextPropertiesTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/PipingCalculationGroupContextPropertiesTest.cs (.../PipingCalculationGroupContextPropertiesTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -6,6 +6,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.PresentationObjects; using Ringtoets.Piping.Forms.PropertyClasses; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/PipingFailureMechanismContextPropertiesTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/PipingFailureMechanismContextPropertiesTest.cs (.../PipingFailureMechanismContextPropertiesTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/PipingFailureMechanismContextPropertiesTest.cs (.../PipingFailureMechanismContextPropertiesTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -3,6 +3,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.PresentationObjects; using Ringtoets.Piping.Forms.PropertyClasses; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/PipingInputContextPropertiesTest.cs =================================================================== diff -u -r8832cfacbfb0a999d9dd5ddcb93fd81bdb2fb09f -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/PipingInputContextPropertiesTest.cs (.../PipingInputContextPropertiesTest.cs) (revision 8832cfacbfb0a999d9dd5ddcb93fd81bdb2fb09f) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/PipingInputContextPropertiesTest.cs (.../PipingInputContextPropertiesTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -8,6 +8,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.HydraRing.Data; using Ringtoets.Piping.Data; using Ringtoets.Piping.Data.Probabilistics; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/PipingCalculationContextTreeNodeInfoTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/PipingCalculationContextTreeNodeInfoTest.cs (.../PipingCalculationContextTreeNodeInfoTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/PipingCalculationContextTreeNodeInfoTest.cs (.../PipingCalculationContextTreeNodeInfoTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -11,6 +11,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Data.TestUtil; using Ringtoets.Piping.Forms.PresentationObjects; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/PipingCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/PipingCalculationGroupContextTreeNodeInfoTest.cs (.../PipingCalculationGroupContextTreeNodeInfoTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/PipingCalculationGroupContextTreeNodeInfoTest.cs (.../PipingCalculationGroupContextTreeNodeInfoTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -13,6 +13,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Data.TestUtil; using Ringtoets.Piping.Forms.PresentationObjects; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/PipingFailureMechanismTreeNodeInfoTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/PipingFailureMechanismTreeNodeInfoTest.cs (.../PipingFailureMechanismTreeNodeInfoTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/PipingFailureMechanismTreeNodeInfoTest.cs (.../PipingFailureMechanismTreeNodeInfoTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -34,6 +34,8 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Piping.Data; using Ringtoets.Piping.Data.TestUtil; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/PipingInputContextTreeNodeInfoTest.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/PipingInputContextTreeNodeInfoTest.cs (.../PipingInputContextTreeNodeInfoTest.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/PipingInputContextTreeNodeInfoTest.cs (.../PipingInputContextTreeNodeInfoTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -6,6 +6,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.PresentationObjects; using Ringtoets.Piping.Forms.Properties; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/RingtoetsPipingSurfaceLineCollectionTreeNodeInfoTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/RingtoetsPipingSurfaceLineCollectionTreeNodeInfoTest.cs (.../RingtoetsPipingSurfaceLineCollectionTreeNodeInfoTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/RingtoetsPipingSurfaceLineCollectionTreeNodeInfoTest.cs (.../RingtoetsPipingSurfaceLineCollectionTreeNodeInfoTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -8,6 +8,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.PresentationObjects; using Ringtoets.Piping.Forms.Properties; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/StochasticSoilModelContextTreeNodeInfoTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/StochasticSoilModelContextTreeNodeInfoTest.cs (.../StochasticSoilModelContextTreeNodeInfoTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TreeNodeInfos/StochasticSoilModelContextTreeNodeInfoTest.cs (.../StochasticSoilModelContextTreeNodeInfoTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -29,6 +29,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.PresentationObjects; using Ringtoets.Piping.Forms.Properties; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TypeConverters/LognormalDistributionDesignVariableTypeConverterTest.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TypeConverters/LognormalDistributionDesignVariableTypeConverterTest.cs (.../LognormalDistributionDesignVariableTypeConverterTest.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TypeConverters/LognormalDistributionDesignVariableTypeConverterTest.cs (.../LognormalDistributionDesignVariableTypeConverterTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -9,6 +9,7 @@ using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Data.Probabilistics; using Ringtoets.Piping.Forms.PresentationObjects; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TypeConverters/NormalDistributionDesignVariableTypeConverterTest.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TypeConverters/NormalDistributionDesignVariableTypeConverterTest.cs (.../NormalDistributionDesignVariableTypeConverterTest.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/TypeConverters/NormalDistributionDesignVariableTypeConverterTest.cs (.../NormalDistributionDesignVariableTypeConverterTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -9,6 +9,7 @@ using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Data.Probabilistics; using Ringtoets.Piping.Forms.PresentationObjects; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/UITypeEditors/PipingInputContextHydraulicBoundaryLocationEditorTest.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/UITypeEditors/PipingInputContextHydraulicBoundaryLocationEditorTest.cs (.../PipingInputContextHydraulicBoundaryLocationEditorTest.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/UITypeEditors/PipingInputContextHydraulicBoundaryLocationEditorTest.cs (.../PipingInputContextHydraulicBoundaryLocationEditorTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -6,6 +6,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.HydraRing.Data; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.PresentationObjects; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/UITypeEditors/PipingInputContextStochasticSoilProfileSelectionEditorTest.cs =================================================================== diff -u -r8832cfacbfb0a999d9dd5ddcb93fd81bdb2fb09f -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/UITypeEditors/PipingInputContextStochasticSoilProfileSelectionEditorTest.cs (.../PipingInputContextStochasticSoilProfileSelectionEditorTest.cs) (revision 8832cfacbfb0a999d9dd5ddcb93fd81bdb2fb09f) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/UITypeEditors/PipingInputContextStochasticSoilProfileSelectionEditorTest.cs (.../PipingInputContextStochasticSoilProfileSelectionEditorTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -28,6 +28,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Data.TestUtil; using Ringtoets.Piping.Forms.PresentationObjects; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/UITypeEditors/PipingInputContextSurfaceLineSelectionEditorTest.cs =================================================================== diff -u -r3434a272cc8bfb25dae4bd7bd50afedb377343c0 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/UITypeEditors/PipingInputContextSurfaceLineSelectionEditorTest.cs (.../PipingInputContextSurfaceLineSelectionEditorTest.cs) (revision 3434a272cc8bfb25dae4bd7bd50afedb377343c0) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/UITypeEditors/PipingInputContextSurfaceLineSelectionEditorTest.cs (.../PipingInputContextSurfaceLineSelectionEditorTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -7,6 +7,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.PresentationObjects; using Ringtoets.Piping.Forms.PropertyClasses; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingCalculationsViewTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingCalculationsViewTest.cs (.../PipingCalculationsViewTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingCalculationsViewTest.cs (.../PipingCalculationsViewTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -32,6 +32,8 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.HydraRing.Data; using Ringtoets.Piping.Data; using Ringtoets.Piping.Data.TestUtil; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingFailureMechanismViewTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingFailureMechanismViewTest.cs (.../PipingFailureMechanismViewTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingFailureMechanismViewTest.cs (.../PipingFailureMechanismViewTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -11,7 +11,9 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Contribution; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.HydraRing.Data; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.PresentationObjects; Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingMapDataFactoryTest.cs =================================================================== diff -u -r473efe5f1b2aff98ffc7ad1d826c3ef90f77a7a6 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingMapDataFactoryTest.cs (.../PipingMapDataFactoryTest.cs) (revision 473efe5f1b2aff98ffc7ad1d826c3ef90f77a7a6) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/Views/PipingMapDataFactoryTest.cs (.../PipingMapDataFactoryTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -9,6 +9,8 @@ using Core.Components.Gis.Style; using NUnit.Framework; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.HydraRing.Data; using Ringtoets.Piping.Forms.Properties; using Ringtoets.Piping.Forms.Views; Index: Ringtoets/Piping/test/Ringtoets.Piping.Integration.Test/ImportSoilProfileFromDatabaseTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Integration.Test/ImportSoilProfileFromDatabaseTest.cs (.../ImportSoilProfileFromDatabaseTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Integration.Test/ImportSoilProfileFromDatabaseTest.cs (.../ImportSoilProfileFromDatabaseTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -6,6 +6,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.PresentationObjects; using Ringtoets.Piping.KernelWrapper; Index: Ringtoets/Piping/test/Ringtoets.Piping.Integration.Test/PipingCalculationsViewIntegrationTest.cs =================================================================== diff -u -re8d521c72f8cd2fa9e02dc14c38700bd051ac838 -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Integration.Test/PipingCalculationsViewIntegrationTest.cs (.../PipingCalculationsViewIntegrationTest.cs) (revision e8d521c72f8cd2fa9e02dc14c38700bd051ac838) +++ Ringtoets/Piping/test/Ringtoets.Piping.Integration.Test/PipingCalculationsViewIntegrationTest.cs (.../PipingCalculationsViewIntegrationTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -7,6 +7,8 @@ using NUnit.Extensions.Forms; using NUnit.Framework; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Common.IO; using Ringtoets.Integration.Data; Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/PipingSoilProfilesImporterTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/PipingSoilProfilesImporterTest.cs (.../PipingSoilProfilesImporterTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/PipingSoilProfilesImporterTest.cs (.../PipingSoilProfilesImporterTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -9,6 +9,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.PresentationObjects; using Ringtoets.Piping.Plugin.FileImporter; Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/PipingSurfaceLinesCsvImporterTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/PipingSurfaceLinesCsvImporterTest.cs (.../PipingSurfaceLinesCsvImporterTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/PipingSurfaceLinesCsvImporterTest.cs (.../PipingSurfaceLinesCsvImporterTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -11,6 +11,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.PresentationObjects; using Ringtoets.Piping.Plugin.FileImporter; Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/ViewInfos/PipingCalculationsViewInfoTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/ViewInfos/PipingCalculationsViewInfoTest.cs (.../PipingCalculationsViewInfoTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/ViewInfos/PipingCalculationsViewInfoTest.cs (.../PipingCalculationsViewInfoTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -4,6 +4,8 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.PresentationObjects; using Ringtoets.Piping.Forms.Views; Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/ViewInfos/PipingFailureMechanismViewInfoTest.cs =================================================================== diff -u -rc116b4635603c6d5bbdedb837f68fd3839ece6ca -ra9aafffab97152303562110b1d789bacb465ce24 --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/ViewInfos/PipingFailureMechanismViewInfoTest.cs (.../PipingFailureMechanismViewInfoTest.cs) (revision c116b4635603c6d5bbdedb837f68fd3839ece6ca) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/ViewInfos/PipingFailureMechanismViewInfoTest.cs (.../PipingFailureMechanismViewInfoTest.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) @@ -4,6 +4,7 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.PresentationObjects; using Ringtoets.Piping.Forms.Views;