Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil/HeightStructurePermutationHelper.cs
===================================================================
diff -u -r2e722835ebb7a4bc7a7bbcc07b6cfa9f5776e3d9 -r0150045bc1d6bf839c9a9ea30275226dd3978522
--- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil/HeightStructurePermutationHelper.cs (.../HeightStructurePermutationHelper.cs) (revision 2e722835ebb7a4bc7a7bbcc07b6cfa9f5776e3d9)
+++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil/HeightStructurePermutationHelper.cs (.../HeightStructurePermutationHelper.cs) (revision 0150045bc1d6bf839c9a9ea30275226dd3978522)
@@ -28,8 +28,17 @@
namespace Ringtoets.HeightStructures.Data.TestUtil
{
+ ///
+ /// Helper containing a source of modified entities that can
+ /// be used in tests as a TestCaseSource.
+ ///
public static class HeightStructurePermutationHelper
{
+ ///
+ /// Returns a collection of modified entities, which all differ
+ /// except for their id.
+ ///
+ /// [TestCaseSource(typeof(HeightStructurePermutationHelper), nameof(HeightStructurePermutationHelper.DifferentHeightStructureWithSameId))]
public static IEnumerable DifferentHeightStructureWithSameId
{
get
@@ -50,6 +59,11 @@
}
}
+ ///
+ /// Returns a collection of modified entities, which all
+ /// differ except for their id, location and name.
+ ///
+ /// [TestCaseSource(typeof(HeightStructurePermutationHelper), nameof(HeightStructurePermutationHelper.DifferentHeightStructureWithSameIdLocationAndName))]
public static IEnumerable DifferentHeightStructureWithSameIdLocationAndName
{
get
@@ -125,6 +139,5 @@
})).SetName("Different StructureNormalOrientation");
}
}
-
}
}
\ No newline at end of file