Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest.cs =================================================================== diff -u -r74b770f7c10af3de443f319688cb1a0f20a1e5c8 -r654a45e9c3ccf7eab91c0df4cedc924eefc7b0e2 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest.cs) (revision 74b770f7c10af3de443f319688cb1a0f20a1e5c8) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationContextTreeNodeInfoTest.cs) (revision 654a45e9c3ccf7eab91c0df4cedc924eefc7b0e2) @@ -476,7 +476,7 @@ } [Test] - public void GivenAssessmentSectionWithoutHydroDatabase_ThenValidationItemDisabled() + public void GivenAssessmentSectionWithoutHydraulicBoundaryDatabase_ThenValidationItemDisabled() { // Given var failureMechanism = new GrassCoverErosionOutwardsFailureMechanism @@ -527,7 +527,7 @@ } [Test] - public void GivenAssessmentSectionWithoutValidPathForCalculation_ThenValidationItemDisabled() + public void GivenAssessmentSectionWithInvalidHydraulicBoundaryDatabase_ThenValidationItemDisabled() { // Given var failureMechanism = new GrassCoverErosionOutwardsFailureMechanism @@ -579,7 +579,7 @@ } [Test] - public void GivenAssessmentSectionWithValidPathForCalculation_ThenValidationItemEnabled() + public void GivenAssessmentSectionWithValidInput_ThenValidationItemEnabled() { // Given string validHydroDatabasePath = TestHelper.GetTestDataPath(TestDataPath.Ringtoets.Common.IO, @@ -724,7 +724,7 @@ } [Test] - public void GivenAssessmentSectionWithoutHydroDatabase_ThenCalculationItemDisabled() + public void GivenAssessmentSectionWithoutHydraulicBoundaryDatabase_ThenCalculationItemDisabled() { // Given var failureMechanism = new GrassCoverErosionOutwardsFailureMechanism @@ -777,7 +777,7 @@ [Test] [TestCase(true, TestName = "AssessmentSection_WithOrWithoutPath_CalculateEnabledOrDisabled(true)")] [TestCase(false, TestName = "AssessmentSection_WithOrWithoutPath_CalculateEnabledOrDisabled(false)")] - public void AssessmentSection_WithOrWithoutValidPath_CalculateItemEnabledOrDisabled(bool validPath) + public void AssessmentSection_WithOrWithoutValidHydraulicBoundaryDatabase_CalculationItemEnabledOrDisabled(bool validPath) { // Setup var failureMechanism = new GrassCoverErosionOutwardsFailureMechanism