Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/MacrostabilityInwardsResultViewTest.cs =================================================================== diff -u -re38a7c2baca2872af6319d535c6468133ea31fbc -r7713ffeaa9f54d0faaf54ec7d2570e775ec99093 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/MacrostabilityInwardsResultViewTest.cs (.../MacrostabilityInwardsResultViewTest.cs) (revision e38a7c2baca2872af6319d535c6468133ea31fbc) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/MacrostabilityInwardsResultViewTest.cs (.../MacrostabilityInwardsResultViewTest.cs) (revision 7713ffeaa9f54d0faaf54ec7d2570e775ec99093) @@ -134,8 +134,8 @@ Assert.AreEqual(expectedAssessmentLayer2AString1, cells[assessmentLayerTwoAIndex].FormattedValue); Assert.AreEqual(result1.AssessmentLayerThree.ToString(), cells[assessmentLayerThreeIndex].FormattedValue); - DataGridViewCellTester.AssertCellIsDisabled(cells[assessmentLayerTwoAIndex]); - DataGridViewCellTester.AssertCellIsDisabled(cells[assessmentLayerThreeIndex]); + DataGridViewCellTestHelper.AssertCellIsDisabled(cells[assessmentLayerTwoAIndex]); + DataGridViewCellTestHelper.AssertCellIsDisabled(cells[assessmentLayerThreeIndex]); cells = rows[1].Cells; Assert.AreEqual(4, cells.Count); @@ -153,8 +153,8 @@ Assert.AreEqual(expectedAssessmentLayer2AString3, cells[assessmentLayerTwoAIndex].FormattedValue); Assert.AreEqual(result3.AssessmentLayerThree.ToString(), cells[assessmentLayerThreeIndex].FormattedValue); - DataGridViewCellTester.AssertCellIsEnabled(cells[assessmentLayerTwoAIndex]); - DataGridViewCellTester.AssertCellIsEnabled(cells[assessmentLayerThreeIndex]); + DataGridViewCellTestHelper.AssertCellIsEnabled(cells[assessmentLayerTwoAIndex]); + DataGridViewCellTestHelper.AssertCellIsEnabled(cells[assessmentLayerThreeIndex]); } } @@ -199,8 +199,8 @@ var cells = rows[0].Cells; Assert.AreEqual(4, cells.Count); - DataGridViewCellTester.AssertCellIsDisabled(cells[assessmentLayerTwoAIndex]); - DataGridViewCellTester.AssertCellIsDisabled(cells[assessmentLayerThreeIndex]); + DataGridViewCellTestHelper.AssertCellIsDisabled(cells[assessmentLayerTwoAIndex]); + DataGridViewCellTestHelper.AssertCellIsDisabled(cells[assessmentLayerThreeIndex]); } }