Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/ForeshoreProfilePermutationHelper.cs =================================================================== diff -u -rf411570487c2c859af89b0cefd544386a6a60c15 -r5b29217fb2099ab005ad86d9f53dbd8369210372 --- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/ForeshoreProfilePermutationHelper.cs (.../ForeshoreProfilePermutationHelper.cs) (revision f411570487c2c859af89b0cefd544386a6a60c15) +++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/ForeshoreProfilePermutationHelper.cs (.../ForeshoreProfilePermutationHelper.cs) (revision 5b29217fb2099ab005ad86d9f53dbd8369210372) @@ -41,15 +41,17 @@ /// A description of the result of the test while using the test case source. /// The collection of test case data. /// + /// /// [TestCaseSource(typeof(ForeshoreProfilePermutationHelper), - /// nameof(ForeshoreProfilePermutationHelper.DifferentForeshoreProfileWithSameIdNameOrientationAndX0), - /// new object[] - /// { - /// "TargetMethodName", - /// "TestResult" - /// })] + /// nameof(ForeshoreProfilePermutationHelper.DifferentForeshoreProfilesWithSameIdNameAndX0), + /// new object[] + /// { + /// "TargetMethodName", + /// "TestResult" + /// })] + /// /// - public static IEnumerable DifferentForeshoreProfileWithSameIdNameAndX0(string targetName, string testResultDescription) + public static IEnumerable DifferentForeshoreProfilesWithSameIdNameAndX0(string targetName, string testResultDescription) { var random = new Random(532); @@ -71,7 +73,7 @@ .SetName($"{targetName}_differentOrientationProfileConstructionProperties_{testResultDescription}") }; - testCaseData.AddRange(DifferentForeshoreProfileWithSameIdNameOrientationAndX0(targetName, testResultDescription)); + testCaseData.AddRange(DifferentForeshoreProfilesWithSameIdNameOrientationAndX0(targetName, testResultDescription)); return testCaseData; } @@ -84,15 +86,17 @@ /// A description of the result of the test while using the test case source. /// The collection of test case data. /// + /// /// [TestCaseSource(typeof(ForeshoreProfilePermutationHelper), - /// nameof(ForeshoreProfilePermutationHelper.DifferentForeshoreProfileWithSameIdNameOrientationAndX0), - /// new object[] - /// { - /// "TargetMethodName", - /// "TestResult" - /// })] + /// nameof(ForeshoreProfilePermutationHelper.DifferentForeshoreProfilesWithSameIdNameOrientationAndX0), + /// new object[] + /// { + /// "TargetMethodName", + /// "TestResult" + /// })] + /// /// - public static IEnumerable DifferentForeshoreProfileWithSameIdNameOrientationAndX0(string targetName, string testResultDescription) + public static IEnumerable DifferentForeshoreProfilesWithSameIdNameOrientationAndX0(string targetName, string testResultDescription) { var referenceProfile = new TestForeshoreProfile();