Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/PipingStructureResultViewTest.cs =================================================================== diff -u -rba3865a26a9d4893855dd528ea1ad804d1cdae61 -racf86909628278e511e07a2096f71664e6ef9ee8 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/PipingStructureResultViewTest.cs (.../PipingStructureResultViewTest.cs) (revision ba3865a26a9d4893855dd528ea1ad804d1cdae61) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultViews/PipingStructureResultViewTest.cs (.../PipingStructureResultViewTest.cs) (revision acf86909628278e511e07a2096f71664e6ef9ee8) @@ -42,7 +42,7 @@ private const int assessmentLayerThreeIndex = 3; [Test] - public void GivenFormWithPipingStructureFailureMechanismResultView_WhenShown_ThenExpectedColumnsAreVisible() + public void GivenFormWithFailureMechanismResultView_WhenShown_ThenExpectedColumnsAreVisible() { // Given using (var form = new Form()) @@ -72,7 +72,7 @@ } [Test] - public void GivenFormWithPipingStructureFailureMechanismResultView_WhenDataSourceWithPipingStructureFailureMechanismSectionResultAssigned_ThenSectionsAddedAsRows() + public void GivenFormWithFailureMechanismResultView_WhenDataSourceWithPipingStructureFailureMechanismSectionResultAssigned_ThenSectionsAddedAsRows() { // Given var section1 = new FailureMechanismSection("Section 1", new[] @@ -161,9 +161,9 @@ } [Test] - [TestCase(AssessmentLayerOneState.NotAssessed)] - [TestCase(AssessmentLayerOneState.NoVerdict)] - public void GivenFormWithPipingStructureFailureMechanismResultView_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 @@ -207,7 +207,7 @@ } [Test] - public void GivenFormWithPipingStructureFailureMechanismResultView_WhenDataSourceWithOtherFailureMechanismSectionResultAssigned_ThenSectionsNotAdded() + public void GivenFormWithFailureMechanismResultView_WhenDataSourceWithOtherFailureMechanismSectionResultAssigned_ThenSectionsNotAdded() { // Given var section1 = new FailureMechanismSection("Section 1", new[]