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)
{