Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/MacrostabilityOutwardsResultViewTest.cs =================================================================== diff -u -re38a7c2baca2872af6319d535c6468133ea31fbc -r7713ffeaa9f54d0faaf54ec7d2570e775ec99093 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/MacrostabilityOutwardsResultViewTest.cs (.../MacrostabilityOutwardsResultViewTest.cs) (revision e38a7c2baca2872af6319d535c6468133ea31fbc) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/MacrostabilityOutwardsResultViewTest.cs (.../MacrostabilityOutwardsResultViewTest.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); @@ -145,8 +145,8 @@ Assert.AreEqual(expectedAssessmentLayer2AString2, cells[assessmentLayerTwoAIndex].FormattedValue); Assert.AreEqual(result2.AssessmentLayerThree.ToString(), cells[assessmentLayerThreeIndex].FormattedValue); - DataGridViewCellTester.AssertCellIsEnabled(cells[assessmentLayerTwoAIndex]); - DataGridViewCellTester.AssertCellIsEnabled(cells[assessmentLayerThreeIndex]); + DataGridViewCellTestHelper.AssertCellIsEnabled(cells[assessmentLayerTwoAIndex]); + DataGridViewCellTestHelper.AssertCellIsEnabled(cells[assessmentLayerThreeIndex]); cells = rows[2].Cells; Assert.AreEqual(4, cells.Count); @@ -156,8 +156,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]); } } @@ -202,8 +202,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]); } }