Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/GrassCoverSlipOffInwardsResultViewTest.cs =================================================================== diff -u -rba3865a26a9d4893855dd528ea1ad804d1cdae61 -racf86909628278e511e07a2096f71664e6ef9ee8 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/GrassCoverSlipOffInwardsResultViewTest.cs (.../GrassCoverSlipOffInwardsResultViewTest.cs) (revision ba3865a26a9d4893855dd528ea1ad804d1cdae61) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/GrassCoverSlipOffInwardsResultViewTest.cs (.../GrassCoverSlipOffInwardsResultViewTest.cs) (revision acf86909628278e511e07a2096f71664e6ef9ee8) @@ -42,7 +42,7 @@ private const int assessmentLayerThreeIndex = 3; [Test] - public void GivenFormWithGrassCoverSlipOffInwardsFailureMechanismResultView_WhenShown_ThenExpectedColumnsAreVisible() + public void GivenFormWithFailureMechanismResultView_WhenShown_ThenExpectedColumnsAreVisible() { // Given using (var form = new Form()) @@ -72,7 +72,7 @@ } [Test] - public void GivenFormWithGrassCoverSlipOffInwardsFailureMechanismResultView_WhenDataSourceWithGrassCoverSlipOffInwardsFailureMechanismSectionResultAssigned_ThenSectionsAddedAsRows() + public void GivenFormWithFailureMechanismResultView_WhenDataSourceWithGrassCoverSlipOffInwardsFailureMechanismSectionResultAssigned_ThenSectionsAddedAsRows() { // Given var section1 = new FailureMechanismSection("Section 1", new[] @@ -162,7 +162,7 @@ [Test] [TestCase(AssessmentLayerOneState.NotAssessed)] [TestCase(AssessmentLayerOneState.NoVerdict)] - public void GivenFormWithGrassCoverSlipOffInwardsFailureMechanismResultView_WhenSectionPassesLevel0AndListenersNotified_ThenRowsForSectionBecomesDisabled( + public void GivenFormWithFailureMechanismResultView_WhenSectionPassesLevel0AndListenersNotified_ThenRowsForSectionDisabled( AssessmentLayerOneState assessmentLayerOneState) { // Given @@ -206,7 +206,7 @@ } [Test] - public void GivenFormWithGrassCoverSlipOffInwardsFailureMechanismResultView_WhenDataSourceWithOtherFailureMechanismSectionResultAssigned_ThenSectionsNotAdded() + public void GivenFormWithFailureMechanismResultView_WhenDataSourceWithOtherFailureMechanismSectionResultAssigned_ThenSectionsNotAdded() { // Given var section1 = new FailureMechanismSection("Section 1", new[]