Index: Ringtoets/Common/test/Ringtoets.Common.Utils.Test/SectionSegmentsHelperTest.cs =================================================================== diff -u -r38600213ce6ca43c1819c81dd95c8ce786650ac3 -r18a3f0bab0ce260604820928c136e66abca7daab --- Ringtoets/Common/test/Ringtoets.Common.Utils.Test/SectionSegmentsHelperTest.cs (.../SectionSegmentsHelperTest.cs) (revision 38600213ce6ca43c1819c81dd95c8ce786650ac3) +++ Ringtoets/Common/test/Ringtoets.Common.Utils.Test/SectionSegmentsHelperTest.cs (.../SectionSegmentsHelperTest.cs) (revision 18a3f0bab0ce260604820928c136e66abca7daab) @@ -40,6 +40,7 @@ var exception = Assert.Throws(test); Assert.AreEqual("sections", exception.ParamName); } + [Test] public void MakeSectionSegments_SectionsElementNull_ThrowsArgumentNullException() { @@ -127,7 +128,7 @@ // Assert Assert.IsNull(section); } - + [Test] public void GetSectionForPoint_PointNotOnSection_ReturnClosestSection() { @@ -146,7 +147,7 @@ SectionSegments[] sectionSegments = { new SectionSegments(failureMechanismSection1), - new SectionSegments(failureMechanismSection2), + new SectionSegments(failureMechanismSection2), }; // Call @@ -155,7 +156,7 @@ // Assert Assert.AreSame(failureMechanismSection1, sectionForPoint); } - + [Test] public void GetSectionForPoint_PointOnSection_ReturnSection() { @@ -174,7 +175,7 @@ SectionSegments[] sectionSegments = { new SectionSegments(failureMechanismSection1), - new SectionSegments(failureMechanismSection2), + new SectionSegments(failureMechanismSection2), }; // Call