Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/FailureMechanismSectionTestFactory.cs =================================================================== diff -u -rd941c131f9c9ef14eaf09b9865b6c072e1a7c3c3 -re2ca2b76dd3daa67d6504bde2542605831f43376 --- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/FailureMechanismSectionTestFactory.cs (.../FailureMechanismSectionTestFactory.cs) (revision d941c131f9c9ef14eaf09b9865b6c072e1a7c3c3) +++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/FailureMechanismSectionTestFactory.cs (.../FailureMechanismSectionTestFactory.cs) (revision e2ca2b76dd3daa67d6504bde2542605831f43376) @@ -70,6 +70,19 @@ return CreateFailureMechanismSection("test", coordinates); } + /// + /// Creates a . + /// + /// The name of the section. + /// The coordinates of the section. + /// A valid . + /// Thrown when any parameter + /// is null. + /// Thrown when: + /// + /// does not have at least one geometry point. + /// One or more elements are null. + /// private static FailureMechanismSection CreateFailureMechanismSection(string name, IEnumerable coordinates) { return new FailureMechanismSection(name, coordinates);