Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Primitives.TestUtil/MacroStabilityInwardsTestDataFactory.cs
===================================================================
diff -u
--- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Primitives.TestUtil/MacroStabilityInwardsTestDataFactory.cs (revision 0)
+++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Primitives.TestUtil/MacroStabilityInwardsTestDataFactory.cs (revision 396614b7f19ad5144d35239ffae710e7f1e005cc)
@@ -0,0 +1,50 @@
+// Copyright (C) Stichting Deltares 2022. All rights reserved.
+//
+// This file is part of Riskeer.
+//
+// Riskeer 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.Linq;
+using Core.Common.Base.Geometry;
+
+namespace Riskeer.MacroStabilityInwards.Primitives.TestUtil
+{
+ ///
+ /// Factory for creating macro stability inwards related test data instances.
+ ///
+ public static class MacroStabilityInwardsTestDataFactory
+ {
+ ///
+ /// Creates a test instance of .
+ ///
+ /// The created .
+ public static MacroStabilityInwardsWaternetLine CreateMacroStabilityInwardsWaternetLine()
+ {
+ return new MacroStabilityInwardsWaternetLine("Test Waternet Line", Enumerable.Empty(), new TestMacroStabilityInwardsPhreaticLine());
+ }
+
+ ///
+ /// Creates a test instance of .
+ ///
+ /// The created .
+ public static MacroStabilityInwardsPhreaticLine CreateMacroStabilityInwardsPhreaticLine()
+ {
+ return new MacroStabilityInwardsPhreaticLine("Test Phreatic Line", Enumerable.Empty());
+ }
+ }
+}
\ No newline at end of file
Fisheye: Tag 396614b7f19ad5144d35239ffae710e7f1e005cc refers to a dead (removed) revision in file `Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Primitives.TestUtil/TestMacroStabilityInwardsPhreaticLine.cs'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 396614b7f19ad5144d35239ffae710e7f1e005cc refers to a dead (removed) revision in file `Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Primitives.TestUtil/TestMacroStabilityInwardsWaternetLine.cs'.
Fisheye: No comparison available. Pass `N' to diff?