Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil/ClosingStructurePermutationHelper.cs =================================================================== diff -u -r59bb55c3103574906353fbfb3ef3026f0086b6be -rf6a095e83280cde917062103377069ce63eefbc2 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil/ClosingStructurePermutationHelper.cs (.../ClosingStructurePermutationHelper.cs) (revision 59bb55c3103574906353fbfb3ef3026f0086b6be) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.TestUtil/ClosingStructurePermutationHelper.cs (.../ClosingStructurePermutationHelper.cs) (revision f6a095e83280cde917062103377069ce63eefbc2) @@ -40,13 +40,16 @@ /// A description of the result of the test while using the test case source. /// The collection of test case data. /// - /// [TestCaseSource(typeof(ClosingStructurePermutationHelper), - /// nameof(ClosingStructurePermutationHelper.DifferentClosingStructures), - /// new object[] - /// { - /// "TargetMethodName", - /// "TestResult" - /// })] + /// + /// [TestCaseSource( + /// typeof(ClosingStructurePermutationHelper), + /// nameof(ClosingStructurePermutationHelper.DifferentClosingStructures), + /// new object[] + /// { + /// "TargetMethodName", + /// "TestResult" + /// })] + /// /// public static IEnumerable DifferentClosingStructures(string targetName, string testResultDescription) { @@ -69,13 +72,16 @@ /// A description of the result of the test while using the test case source. /// The collection of test case data. /// - /// [TestCaseSource(typeof(ClosingStructurePermutationHelper), - /// nameof(ClosingStructurePermutationHelper.DifferentClosingStructuresWithSameId), - /// new object[] - /// { - /// "TargetMethodName", - /// "TestResult" - /// })] + /// + /// [TestCaseSource( + /// typeof(ClosingStructurePermutationHelper), + /// nameof(ClosingStructurePermutationHelper.DifferentClosingStructuresWithSameId), + /// new object[] + /// { + /// "TargetMethodName", + /// "TestResult" + /// })] + /// /// public static IEnumerable DifferentClosingStructuresWithSameId(string targetName, string testResultDescription) { @@ -102,13 +108,16 @@ /// A description of the result of the test while using the test case source. /// The collection of test case data. /// - /// [TestCaseSource(typeof(ClosingStructurePermutationHelper), - /// nameof(ClosingStructurePermutationHelper.DifferentClosingStructuresWithSameIdNameAndLocation), - /// new object[] - /// { - /// "TargetMethodName", - /// "TestResult" - /// })] + /// + /// [TestCaseSource( + /// typeof(ClosingStructurePermutationHelper), + /// nameof(ClosingStructurePermutationHelper.DifferentClosingStructuresWithSameIdNameAndLocation), + /// new object[] + /// { + /// "TargetMethodName", + /// "TestResult" + /// })] + /// /// public static IEnumerable DifferentClosingStructuresWithSameIdNameAndLocation(string targetName, string testResultDescription) { Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/ForeshoreProfilePermutationHelper.cs =================================================================== diff -u -r5b29217fb2099ab005ad86d9f53dbd8369210372 -rf6a095e83280cde917062103377069ce63eefbc2 --- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/ForeshoreProfilePermutationHelper.cs (.../ForeshoreProfilePermutationHelper.cs) (revision 5b29217fb2099ab005ad86d9f53dbd8369210372) +++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/ForeshoreProfilePermutationHelper.cs (.../ForeshoreProfilePermutationHelper.cs) (revision f6a095e83280cde917062103377069ce63eefbc2) @@ -42,13 +42,14 @@ /// The collection of test case data. /// /// - /// [TestCaseSource(typeof(ForeshoreProfilePermutationHelper), - /// nameof(ForeshoreProfilePermutationHelper.DifferentForeshoreProfilesWithSameIdNameAndX0), - /// new object[] - /// { - /// "TargetMethodName", - /// "TestResult" - /// })] + /// [TestCaseSource( + /// typeof(ForeshoreProfilePermutationHelper), + /// nameof(ForeshoreProfilePermutationHelper.DifferentForeshoreProfilesWithSameIdNameAndX0), + /// new object[] + /// { + /// "TargetMethodName", + /// "TestResult" + /// })] /// /// public static IEnumerable DifferentForeshoreProfilesWithSameIdNameAndX0(string targetName, string testResultDescription) @@ -87,13 +88,14 @@ /// The collection of test case data. /// /// - /// [TestCaseSource(typeof(ForeshoreProfilePermutationHelper), - /// nameof(ForeshoreProfilePermutationHelper.DifferentForeshoreProfilesWithSameIdNameOrientationAndX0), - /// new object[] - /// { - /// "TargetMethodName", - /// "TestResult" - /// })] + /// [TestCaseSource( + /// typeof(ForeshoreProfilePermutationHelper), + /// nameof(ForeshoreProfilePermutationHelper.DifferentForeshoreProfilesWithSameIdNameOrientationAndX0), + /// new object[] + /// { + /// "TargetMethodName", + /// "TestResult" + /// })] /// /// public static IEnumerable DifferentForeshoreProfilesWithSameIdNameOrientationAndX0(string targetName, string testResultDescription) Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil/HeightStructurePermutationHelper.cs =================================================================== diff -u -r62fd869059a7705683e46d4bf9c6566fa7d66218 -rf6a095e83280cde917062103377069ce63eefbc2 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil/HeightStructurePermutationHelper.cs (.../HeightStructurePermutationHelper.cs) (revision 62fd869059a7705683e46d4bf9c6566fa7d66218) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil/HeightStructurePermutationHelper.cs (.../HeightStructurePermutationHelper.cs) (revision f6a095e83280cde917062103377069ce63eefbc2) @@ -40,13 +40,16 @@ /// A description of the result of the test while using the test case source. /// The collection of test case data. /// - /// [TestCaseSource(typeof(HeightStructurePermutationHelper), - /// nameof(HeightStructurePermutationHelper.DifferentHeightStructures), - /// new object[] - /// { - /// "TargetMethodName", - /// "TestResult" - /// })] + /// + /// [TestCaseSource( + /// typeof(HeightStructurePermutationHelper), + /// nameof(HeightStructurePermutationHelper.DifferentHeightStructures), + /// new object[] + /// { + /// "TargetMethodName", + /// "TestResult" + /// })] + /// /// public static IEnumerable DifferentHeightStructures(string targetName, string testResultDescription) { @@ -69,13 +72,16 @@ /// A description of the result of the test while using the test case source. /// The collection of test case data. /// - /// [TestCaseSource(typeof(HeightStructurePermutationHelper), - /// nameof(HeightStructurePermutationHelper.DifferentHeightStructuresWithSameId), - /// new object[] - /// { - /// "TargetMethodName", - /// "TestResult" - /// })] + /// + /// [TestCaseSource( + /// typeof(HeightStructurePermutationHelper), + /// nameof(HeightStructurePermutationHelper.DifferentHeightStructuresWithSameId), + /// new object[] + /// { + /// "TargetMethodName", + /// "TestResult" + /// })] + /// /// public static IEnumerable DifferentHeightStructuresWithSameId(string targetName, string testResultDescription) { @@ -102,13 +108,16 @@ /// A description of the result of the test while using the test case source. /// The collection of test case data. /// - /// [TestCaseSource(typeof(HeightStructurePermutationHelper), - /// nameof(HeightStructurePermutationHelper.DifferentHeightStructuresWithSameIdNameAndLocation), - /// new object[] - /// { - /// "TargetMethodName", - /// "TestResult" - /// })] + /// + /// [TestCaseSource( + /// typeof(HeightStructurePermutationHelper), + /// nameof(HeightStructurePermutationHelper.DifferentHeightStructuresWithSameIdNameAndLocation), + /// new object[] + /// { + /// "TargetMethodName", + /// "TestResult" + /// })] + /// /// public static IEnumerable DifferentHeightStructuresWithSameIdNameAndLocation(string targetName, string testResultDescription) { Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/StabilityPointStructurePermutationHelper.cs =================================================================== diff -u -r59bb55c3103574906353fbfb3ef3026f0086b6be -rf6a095e83280cde917062103377069ce63eefbc2 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/StabilityPointStructurePermutationHelper.cs (.../StabilityPointStructurePermutationHelper.cs) (revision 59bb55c3103574906353fbfb3ef3026f0086b6be) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Data.TestUtil/StabilityPointStructurePermutationHelper.cs (.../StabilityPointStructurePermutationHelper.cs) (revision f6a095e83280cde917062103377069ce63eefbc2) @@ -21,7 +21,6 @@ using System; using System.Collections.Generic; -using Core.Common.Base.Data; using Core.Common.Base.Geometry; using Core.Common.TestUtil; using NUnit.Framework; @@ -41,13 +40,15 @@ /// A description of the result of the test while using the test case source. /// The collection of test case data. /// + /// /// [TestCaseSource(typeof(StabilityPointStructurePermutationHelper), - /// nameof(StabilityPointStructurePermutationHelper.DifferentStabilityPointStructures), - /// new object[] - /// { - /// "TargetMethodName", - /// "TestResult" - /// })] + /// nameof(StabilityPointStructurePermutationHelper.DifferentStabilityPointStructures), + /// new object[] + /// { + /// "TargetMethodName", + /// "TestResult" + /// })] + /// /// public static IEnumerable DifferentStabilityPointStructures(string targetName, string testResultDescription) { @@ -70,13 +71,15 @@ /// A description of the result of the test while using the test case source. /// The collection of test case data. /// + /// /// [TestCaseSource(typeof(StabilityPointStructurePermutationHelper), - /// nameof(StabilityPointStructurePermutationHelper.DifferentStabilityPointStructuresWithSameId), - /// new object[] - /// { - /// "TargetMethodName", - /// "TestResult" - /// })] + /// nameof(StabilityPointStructurePermutationHelper.DifferentStabilityPointStructuresWithSameId), + /// new object[] + /// { + /// "TargetMethodName", + /// "TestResult" + /// })] + /// /// public static IEnumerable DifferentStabilityPointStructuresWithSameId(string targetName, string testResultDescription) { @@ -103,13 +106,16 @@ /// A description of the result of the test while using the test case source. /// The collection of test case data. /// - /// [TestCaseSource(typeof(StabilityPointStructurePermutationHelper), - /// nameof(StabilityPointStructurePermutationHelper.DifferentStabilityPointStructuresWithSameIdNameAndLocation), - /// new object[] - /// { - /// "TargetMethodName", - /// "TestResult" - /// })] + /// + /// [TestCaseSource( + /// typeof(StabilityPointStructurePermutationHelper), + /// nameof(StabilityPointStructurePermutationHelper.DifferentStabilityPointStructuresWithSameIdNameAndLocation), + /// new object[] + /// { + /// "TargetMethodName", + /// "TestResult" + /// })] + /// /// public static IEnumerable DifferentStabilityPointStructuresWithSameIdNameAndLocation(string targetName, string testResultDescription) {