Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs =================================================================== diff -u -rbf926725b3c2994fb1f2d7c8b4294ab66691b3d2 -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs) (revision bf926725b3c2994fb1f2d7c8b4294ab66691b3d2) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -270,7 +270,7 @@ } [Test] - public void ContextMenu_CalculationWithoutDikeProfile_ContextMenuItemUpdateDikeProfileDisabled() + public void ContextMenuStrip_CalculationWithoutDikeProfile_ContextMenuItemUpdateDikeProfileDisabled() { // Setup var assessmentSection = mocks.Stub(); @@ -303,7 +303,7 @@ } [Test] - public void ContextMenu_CalculationWithDikeProfile_ContextMenuItemUpdateDikeProfileEnabled() + public void ContextMenuStrip_CalculationWithDikeProfile_ContextMenuItemUpdateDikeProfileEnabled() { // Setup var assessmentSection = mocks.Stub(); @@ -392,7 +392,7 @@ bool expectedUseForeShore = dikeProfile.ForeshoreGeometry.Count() > 1; Assert.AreEqual(expectedUseForeShore, inputParameters.UseForeshore); - // Note: observer assertions are verified in the Teardown() + // Note: observer assertions are verified in the TearDown() } } } @@ -467,7 +467,7 @@ $"verwijderd.{Environment.NewLine}{Environment.NewLine}Weet u zeker dat u wilt doorgaan?"; Assert.AreEqual(expectedMessage, textBoxMessage); - // Note: observer assertions are verified in the Teardown() + // Note: observer assertions are verified in the TearDown() } } } @@ -540,7 +540,7 @@ $"verwijderd.{Environment.NewLine}{Environment.NewLine}Weet u zeker dat u wilt doorgaan?"; Assert.AreEqual(expectedMessage, textBoxMessage); - // Note: observer assertions are verified in the Teardown() + // Note: observer assertions are verified in the TearDown() } } } @@ -635,7 +635,7 @@ $"verwijderd.{Environment.NewLine}{Environment.NewLine}Weet u zeker dat u wilt doorgaan?"; Assert.AreEqual(expectedMessage, textBoxMessage); - // Note: observer assertions are verified in the Teardown() + // Note: observer assertions are verified in the TearDown() } } } @@ -715,7 +715,7 @@ $"verwijderd.{Environment.NewLine}{Environment.NewLine}Weet u zeker dat u wilt doorgaan?"; Assert.AreEqual(expectedMessage, textBoxMessage); - // Note: observer assertions are verified in the Teardown() + // Note: observer assertions are verified in the TearDown() } } }