Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/TechnicalInnovationResultViewTest.cs =================================================================== diff -u -re38a7c2baca2872af6319d535c6468133ea31fbc -r7713ffeaa9f54d0faaf54ec7d2570e775ec99093 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/TechnicalInnovationResultViewTest.cs (.../TechnicalInnovationResultViewTest.cs) (revision e38a7c2baca2872af6319d535c6468133ea31fbc) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/TechnicalInnovationResultViewTest.cs (.../TechnicalInnovationResultViewTest.cs) (revision 7713ffeaa9f54d0faaf54ec7d2570e775ec99093) @@ -129,23 +129,23 @@ Assert.AreEqual(result1.AssessmentLayerOne, cells[assessmentLayerOneIndex].Value); Assert.AreEqual(result1.AssessmentLayerThree.ToString(), cells[assessmentLayerThreeIndex].FormattedValue); - DataGridViewCellTester.AssertCellIsDisabled(cells[assessmentLayerThreeIndex]); + DataGridViewCellTestHelper.AssertCellIsDisabled(cells[assessmentLayerThreeIndex]); cells = rows[1].Cells; Assert.AreEqual(3, cells.Count); Assert.AreEqual("Section 2", cells[nameColumnIndex].FormattedValue); Assert.AreEqual(result2.AssessmentLayerOne, cells[assessmentLayerOneIndex].Value); Assert.AreEqual(result2.AssessmentLayerThree.ToString(), cells[assessmentLayerThreeIndex].FormattedValue); - DataGridViewCellTester.AssertCellIsEnabled(cells[assessmentLayerThreeIndex]); + DataGridViewCellTestHelper.AssertCellIsEnabled(cells[assessmentLayerThreeIndex]); cells = rows[2].Cells; Assert.AreEqual(3, cells.Count); Assert.AreEqual("Section 3", cells[nameColumnIndex].FormattedValue); Assert.AreEqual(result3.AssessmentLayerOne, cells[assessmentLayerOneIndex].Value); Assert.AreEqual(result3.AssessmentLayerThree.ToString(), cells[assessmentLayerThreeIndex].FormattedValue); - DataGridViewCellTester.AssertCellIsEnabled(cells[assessmentLayerThreeIndex]); + DataGridViewCellTestHelper.AssertCellIsEnabled(cells[assessmentLayerThreeIndex]); } } @@ -189,7 +189,7 @@ var cells = rows[0].Cells; Assert.AreEqual(3, cells.Count); - DataGridViewCellTester.AssertCellIsDisabled(cells[assessmentLayerThreeIndex]); + DataGridViewCellTestHelper.AssertCellIsDisabled(cells[assessmentLayerThreeIndex]); } }