Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/UpdateInfos/HeightStructuresContextUpdateInfoTest.cs =================================================================== diff -u -r9b0d18547885c18342a9ab149538b137f0b004d0 -r2d6ee27d724d879326635b641904ce2e25097aa9 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/UpdateInfos/HeightStructuresContextUpdateInfoTest.cs (.../HeightStructuresContextUpdateInfoTest.cs) (revision 9b0d18547885c18342a9ab149538b137f0b004d0) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/UpdateInfos/HeightStructuresContextUpdateInfoTest.cs (.../HeightStructuresContextUpdateInfoTest.cs) (revision 2d6ee27d724d879326635b641904ce2e25097aa9) @@ -49,7 +49,7 @@ private UpdateInfo updateInfo; private HeightStructuresPlugin plugin; - private static IEnumerable CalculationsThatWhereOutputShouldBeRemoved + private static IEnumerable CalculationsWhereOutputShouldBeRemoved { get { @@ -113,7 +113,7 @@ } } - private static IEnumerable CalculationsThatWhereOutputShouldNotBeRemoved + private static IEnumerable CalculationsWhereOutputShouldNotBeRemoved { get { @@ -264,8 +264,8 @@ } [Test] - [TestCaseSource(nameof(CalculationsThatWhereOutputShouldNotBeRemoved))] - public void VerifyUpdates_CalculationsThatWhereOutputShouldNotBeRemoved_ReturnsTrue( + [TestCaseSource(nameof(CalculationsWhereOutputShouldNotBeRemoved))] + public void VerifyUpdates_CalculationsWhereOutputShouldNotBeRemoved_ReturnsTrue( StructuresCalculation calculation) { // Setup @@ -306,8 +306,8 @@ } [Test] - [TestCaseSource(nameof(CalculationsThatWhereOutputShouldBeRemoved))] - public void VerifyUpdates_CalculationsThatWhereOutputShouldBeRemoved_ReturnsExpectedInquiryMessage( + [TestCaseSource(nameof(CalculationsWhereOutputShouldBeRemoved))] + public void VerifyUpdates_CalculationsWhereOutputShouldBeRemoved_ReturnsExpectedInquiryMessage( StructuresCalculation calculation, IEnumerable importedStructures, bool isActionConfirmed)