Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/DuneErosionResultViewTest.cs =================================================================== diff -u -rf1bf048f691ca575f22e8807911ace0338fa425d -r613f38574532f8701c9cebefaae68d247d60333a --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/DuneErosionResultViewTest.cs (.../DuneErosionResultViewTest.cs) (revision f1bf048f691ca575f22e8807911ace0338fa425d) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/DuneErosionResultViewTest.cs (.../DuneErosionResultViewTest.cs) (revision 613f38574532f8701c9cebefaae68d247d60333a) @@ -36,6 +36,10 @@ [TestFixture] public class DuneErosionResultViewTest { + private const int nameColumnIndex = 0; + private const int assessmentLayerTwoAIndex = 1; + private const int assessmentLayerThreeIndex = 2; + [Test] public void GivenFormWithDuneErosionFailureMechanismResultView_WhenShown_ThenExpectedColumnsAreVisible() { @@ -155,9 +159,5 @@ Assert.AreEqual(0, rows.Count); } } - - private const int nameColumnIndex = 0; - private const int assessmentLayerTwoAIndex = 1; - private const int assessmentLayerThreeIndex = 2; } } \ No newline at end of file