Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/GrassCoverErosionOutwardsResultViewTest.cs =================================================================== diff -u -rf1bf048f691ca575f22e8807911ace0338fa425d -r613f38574532f8701c9cebefaae68d247d60333a --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/GrassCoverErosionOutwardsResultViewTest.cs (.../GrassCoverErosionOutwardsResultViewTest.cs) (revision f1bf048f691ca575f22e8807911ace0338fa425d) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/GrassCoverErosionOutwardsResultViewTest.cs (.../GrassCoverErosionOutwardsResultViewTest.cs) (revision 613f38574532f8701c9cebefaae68d247d60333a) @@ -37,6 +37,11 @@ [TestFixture] public class GrassCoverErosionOutwardsResultViewTest { + private const int nameColumnIndex = 0; + private const int assessmentLayerOneIndex = 1; + private const int assessmentLayerTwoAIndex = 2; + private const int assessmentLayerThreeIndex = 3; + [Test] public void GivenFormWithGrassCoverErosionOutwardsFailureMechanismResultView_WhenShown_ThenExpectedColumnsAreVisible() { @@ -212,11 +217,6 @@ } } - private const int nameColumnIndex = 0; - private const int assessmentLayerOneIndex = 1; - private const int assessmentLayerTwoAIndex = 2; - private const int assessmentLayerThreeIndex = 3; - private void AssertCellIsDisabled(DataGridViewCell dataGridViewCell) { Assert.AreEqual(true, dataGridViewCell.ReadOnly);