Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/MacrostabilityOutwardsResultViewTest.cs =================================================================== diff -u -rba3865a26a9d4893855dd528ea1ad804d1cdae61 -racf86909628278e511e07a2096f71664e6ef9ee8 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/MacrostabilityOutwardsResultViewTest.cs (.../MacrostabilityOutwardsResultViewTest.cs) (revision ba3865a26a9d4893855dd528ea1ad804d1cdae61) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/MacrostabilityOutwardsResultViewTest.cs (.../MacrostabilityOutwardsResultViewTest.cs) (revision acf86909628278e511e07a2096f71664e6ef9ee8) @@ -43,7 +43,7 @@ private const int assessmentLayerThreeIndex = 3; [Test] - public void GivenFormWithMacrostabilityOutwardsFailureMechanismResultView_ThenExpectedColumnsAreVisible() + public void GivenFormWithFailureMechanismResultView_ThenExpectedColumnsAreVisible() { // Given using (var form = new Form()) @@ -71,7 +71,7 @@ } [Test] - public void GivenFormWithMacrostabilityOutwardsFailureMechanismResultView_WhenDataSourceWithMacrostabilityOutwardsFailureMechanismSectionResultAssigned_ThenSectionsAddedAsRows() + public void GivenFormWithFailureMechanismResultView_WhenDataSourceWithMacrostabilityOutwardsFailureMechanismSectionResultAssigned_ThenSectionsAddedAsRows() { // Given var section1 = new FailureMechanismSection("Section 1", new[] @@ -162,9 +162,9 @@ } [Test] - [TestCase(AssessmentLayerOneState.NotAssessed)] - [TestCase(AssessmentLayerOneState.NoVerdict)] - public void GivenFormWithMacrostabilityOutwardsFailureMechanismResultView_WhenSectionPassesLevel0AndListenersNotified_ThenRowsForSectionBecomesDisabled( + [TestCase(AssessmentLayerOneState.NotAssessed, TestName = "FormWithFailureMechanismResultView_SectionPassesLevel0AndListenersNotified_RowsForSectionDisabled(notAssessed)")] + [TestCase(AssessmentLayerOneState.NoVerdict, TestName = "FormWithFailureMechanismResultView_SectionPassesLevel0AndListenersNotified_RowsForSectionDisabled(noVerdict)")] + public void GivenFormWithFailureMechanismResultView_WhenSectionPassesLevel0AndListenersNotified_ThenRowsForSectionDisabled( AssessmentLayerOneState assessmentLayerOneState) { // Given @@ -208,7 +208,7 @@ } [Test] - public void GivenFormWithMacrostabilityOutwardsFailureMechanismResultView_WhenDataSourceWithOtherFailureMechanismSectionResultAssigned_ThenSectionsNotAdded() + public void GivenFormWithFailureMechanismResultView_WhenDataSourceWithOtherFailureMechanismSectionResultAssigned_ThenSectionsNotAdded() { // Given var section1 = new FailureMechanismSection("Section 1", new[]