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)