Index: Application/Ringtoets/src/Application.Ringtoets.Migration/RingtoetsProjectMigrator.cs =================================================================== diff -u -r3fb0df0ed6e64657154700ee7706e035d5bf99f5 -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Application/Ringtoets/src/Application.Ringtoets.Migration/RingtoetsProjectMigrator.cs (.../RingtoetsProjectMigrator.cs) (revision 3fb0df0ed6e64657154700ee7706e035d5bf99f5) +++ Application/Ringtoets/src/Application.Ringtoets.Migration/RingtoetsProjectMigrator.cs (.../RingtoetsProjectMigrator.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -52,7 +52,7 @@ private readonly string migrationLogPath; /// - /// Instantiates a . + /// Creates a new instance of . /// /// Object responsible for inquiring the data. public RingtoetsProjectMigrator(IInquiryHelper inquiryHelper) Index: Core/Common/src/Core.Common.Base/ObservableUniqueItemCollectionWithSourcePath.cs =================================================================== diff -u -r67284323e2785c651633d9c52049ba12a9c70e6a -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Core/Common/src/Core.Common.Base/ObservableUniqueItemCollectionWithSourcePath.cs (.../ObservableUniqueItemCollectionWithSourcePath.cs) (revision 67284323e2785c651633d9c52049ba12a9c70e6a) +++ Core/Common/src/Core.Common.Base/ObservableUniqueItemCollectionWithSourcePath.cs (.../ObservableUniqueItemCollectionWithSourcePath.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -42,7 +42,7 @@ private readonly string featureDescription; /// - /// Instantiates a . + /// Creates a new instance of . /// /// A function to retrieve the unique feature of the items it stores. /// The description of the item that is validated. Index: Core/Common/src/Core.Common.Gui/PropertyBag/DynamicPropertyBag.cs =================================================================== diff -u -r67284323e2785c651633d9c52049ba12a9c70e6a -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Core/Common/src/Core.Common.Gui/PropertyBag/DynamicPropertyBag.cs (.../DynamicPropertyBag.cs) (revision 67284323e2785c651633d9c52049ba12a9c70e6a) +++ Core/Common/src/Core.Common.Gui/PropertyBag/DynamicPropertyBag.cs (.../DynamicPropertyBag.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -47,7 +47,7 @@ public class DynamicPropertyBag : ICustomTypeDescriptor { /// - /// Instantiates a new instance of , wrapping another + /// Creates a new instance of , wrapping another /// object and exposing properties for that object. /// /// The object to be wrapped. Index: Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/WellKnownBackgroundDataConfiguration.cs =================================================================== diff -u -rb3b6c13cf736c134476b3db34281332d01ca86b1 -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/WellKnownBackgroundDataConfiguration.cs (.../WellKnownBackgroundDataConfiguration.cs) (revision b3b6c13cf736c134476b3db34281332d01ca86b1) +++ Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/WellKnownBackgroundDataConfiguration.cs (.../WellKnownBackgroundDataConfiguration.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -27,7 +27,7 @@ public class WellKnownBackgroundDataConfiguration : IBackgroundDataConfiguration { /// - /// Instantiates a . + /// Creates a new instance of . /// /// The type of well known tile source. public WellKnownBackgroundDataConfiguration(RingtoetsWellKnownTileSource wellKnownTileSource) Index: Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/WmtsBackgroundDataConfiguration.cs =================================================================== diff -u -rb3b6c13cf736c134476b3db34281332d01ca86b1 -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/WmtsBackgroundDataConfiguration.cs (.../WmtsBackgroundDataConfiguration.cs) (revision b3b6c13cf736c134476b3db34281332d01ca86b1) +++ Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/WmtsBackgroundDataConfiguration.cs (.../WmtsBackgroundDataConfiguration.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -29,12 +29,12 @@ public class WmtsBackgroundDataConfiguration : IBackgroundDataConfiguration { /// - /// Instantiates an unconfigured . + /// Creates a new instance of that is not configured. /// public WmtsBackgroundDataConfiguration() : this(false, null, null, null) {} /// - /// Instantiate a . + /// Creates a new instance of that is configured. /// /// Indicates if the configuration is configured to use as a tile source. /// The URL to the capabilities of the WMTS. Index: Ringtoets/Common/src/Ringtoets.Common.Data/DikeProfiles/DikeProfileCollection.cs =================================================================== diff -u -r1670de73d9d8374e328de5a0a8cbbe883c0d1f14 -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Ringtoets/Common/src/Ringtoets.Common.Data/DikeProfiles/DikeProfileCollection.cs (.../DikeProfileCollection.cs) (revision 1670de73d9d8374e328de5a0a8cbbe883c0d1f14) +++ Ringtoets/Common/src/Ringtoets.Common.Data/DikeProfiles/DikeProfileCollection.cs (.../DikeProfileCollection.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -31,7 +31,7 @@ public class DikeProfileCollection : ObservableUniqueItemCollectionWithSourcePath { /// - /// Instantiates a . + /// Creates a new instance of . /// public DikeProfileCollection() : base(profile => profile.Id, Resources.DikeProfileCollection_TypeDescriptor, Index: Ringtoets/Common/src/Ringtoets.Common.Data/StructureCollection.cs =================================================================== diff -u -r7aa336d8c0d38c5af631d480da9c8c62a7f4e261 -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Ringtoets/Common/src/Ringtoets.Common.Data/StructureCollection.cs (.../StructureCollection.cs) (revision 7aa336d8c0d38c5af631d480da9c8c62a7f4e261) +++ Ringtoets/Common/src/Ringtoets.Common.Data/StructureCollection.cs (.../StructureCollection.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -33,7 +33,7 @@ where TStructure : StructureBase { /// - /// Instantiates a . + /// Creates a new instance of . /// public StructureCollection() : base(structure => structure.Id, Resources.StructureCollection_TypeDescriptor, Index: Ringtoets/Common/src/Ringtoets.Common.Data/UpdateDataStrategies/UpdateDataStrategyBase.cs =================================================================== diff -u -rb3b6c13cf736c134476b3db34281332d01ca86b1 -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Ringtoets/Common/src/Ringtoets.Common.Data/UpdateDataStrategies/UpdateDataStrategyBase.cs (.../UpdateDataStrategyBase.cs) (revision b3b6c13cf736c134476b3db34281332d01ca86b1) +++ Ringtoets/Common/src/Ringtoets.Common.Data/UpdateDataStrategies/UpdateDataStrategyBase.cs (.../UpdateDataStrategyBase.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -48,7 +48,7 @@ private readonly IEqualityComparer equalityComparer; /// - /// Instantiates a object. + /// Creates a new instance of object. /// /// The failure mechanism which needs to be updated. /// The comparer which should be used to determine when two objects are equal. Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/SelectableHydraulicBoundaryLocation.cs =================================================================== diff -u -rb3b6c13cf736c134476b3db34281332d01ca86b1 -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/SelectableHydraulicBoundaryLocation.cs (.../SelectableHydraulicBoundaryLocation.cs) (revision b3b6c13cf736c134476b3db34281332d01ca86b1) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PresentationObjects/SelectableHydraulicBoundaryLocation.cs (.../SelectableHydraulicBoundaryLocation.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -32,7 +32,7 @@ public class SelectableHydraulicBoundaryLocation { /// - /// Instantiates a . + /// Creates a new instance of . /// /// The . /// A reference point to which the distance of Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/StructureCollectionProperties.cs =================================================================== diff -u -ra7f920661887773056c051edc7872d27f724c840 -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/StructureCollectionProperties.cs (.../StructureCollectionProperties.cs) (revision a7f920661887773056c051edc7872d27f724c840) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/StructureCollectionProperties.cs (.../StructureCollectionProperties.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -34,7 +34,7 @@ where TStructure : StructureBase { /// - /// Instantiates a . + /// Creates a new instance of . /// /// The collection for which the properties are shown. /// Thrown when Index: Ringtoets/Common/src/Ringtoets.Common.Service/ValidationRules/LogNormalDistributionRule.cs =================================================================== diff -u -rb3b6c13cf736c134476b3db34281332d01ca86b1 -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Ringtoets/Common/src/Ringtoets.Common.Service/ValidationRules/LogNormalDistributionRule.cs (.../LogNormalDistributionRule.cs) (revision b3b6c13cf736c134476b3db34281332d01ca86b1) +++ Ringtoets/Common/src/Ringtoets.Common.Service/ValidationRules/LogNormalDistributionRule.cs (.../LogNormalDistributionRule.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -34,7 +34,7 @@ private readonly string parameterName; /// - /// Instantiates a to validate a . + /// Creates a new instance of to validate a . /// /// The distribution to validate. /// The name of the parameter. Index: Ringtoets/Common/src/Ringtoets.Common.Service/ValidationRules/NormalDistributionRule.cs =================================================================== diff -u -rb3b6c13cf736c134476b3db34281332d01ca86b1 -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Ringtoets/Common/src/Ringtoets.Common.Service/ValidationRules/NormalDistributionRule.cs (.../NormalDistributionRule.cs) (revision b3b6c13cf736c134476b3db34281332d01ca86b1) +++ Ringtoets/Common/src/Ringtoets.Common.Service/ValidationRules/NormalDistributionRule.cs (.../NormalDistributionRule.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -34,7 +34,7 @@ private readonly string parameterName; /// - /// Instantiates a to validate a . + /// Creates a new instance of to validate a . /// /// The distribution to validate. /// The name of the parameter. Index: Ringtoets/Common/src/Ringtoets.Common.Service/ValidationRules/NumericInputRule.cs =================================================================== diff -u -rb3b6c13cf736c134476b3db34281332d01ca86b1 -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Ringtoets/Common/src/Ringtoets.Common.Service/ValidationRules/NumericInputRule.cs (.../NumericInputRule.cs) (revision b3b6c13cf736c134476b3db34281332d01ca86b1) +++ Ringtoets/Common/src/Ringtoets.Common.Service/ValidationRules/NumericInputRule.cs (.../NumericInputRule.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -34,7 +34,7 @@ private readonly string parameterName; /// - /// Instantiates a to validate a numeric input. + /// Creates a new instance of to validate a numeric input. /// /// The numeric input to validate. /// The name of the parameter. Index: Ringtoets/Common/src/Ringtoets.Common.Service/ValidationRules/UseBreakWaterRule.cs =================================================================== diff -u -rb3b6c13cf736c134476b3db34281332d01ca86b1 -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Ringtoets/Common/src/Ringtoets.Common.Service/ValidationRules/UseBreakWaterRule.cs (.../UseBreakWaterRule.cs) (revision b3b6c13cf736c134476b3db34281332d01ca86b1) +++ Ringtoets/Common/src/Ringtoets.Common.Service/ValidationRules/UseBreakWaterRule.cs (.../UseBreakWaterRule.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -33,7 +33,7 @@ private readonly IUseBreakWater breakWater; /// - /// Instantiates a to validate the properties of calculation inputs that implement + /// Creates a new instance of to validate the properties of calculation inputs that implement /// . /// /// The that needs to be validated. Index: Ringtoets/Common/src/Ringtoets.Common.Service/ValidationRules/VariationCoefficientLogNormalDistributionRule.cs =================================================================== diff -u -rb3b6c13cf736c134476b3db34281332d01ca86b1 -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Ringtoets/Common/src/Ringtoets.Common.Service/ValidationRules/VariationCoefficientLogNormalDistributionRule.cs (.../VariationCoefficientLogNormalDistributionRule.cs) (revision b3b6c13cf736c134476b3db34281332d01ca86b1) +++ Ringtoets/Common/src/Ringtoets.Common.Service/ValidationRules/VariationCoefficientLogNormalDistributionRule.cs (.../VariationCoefficientLogNormalDistributionRule.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -34,7 +34,7 @@ private readonly string parameterName; /// - /// Instantiates a to validate + /// Creates a new instance of to validate /// a . /// /// The distribution to validate. Index: Ringtoets/Common/src/Ringtoets.Common.Service/ValidationRules/VariationCoefficientNormalDistributionRule.cs =================================================================== diff -u -rb3b6c13cf736c134476b3db34281332d01ca86b1 -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Ringtoets/Common/src/Ringtoets.Common.Service/ValidationRules/VariationCoefficientNormalDistributionRule.cs (.../VariationCoefficientNormalDistributionRule.cs) (revision b3b6c13cf736c134476b3db34281332d01ca86b1) +++ Ringtoets/Common/src/Ringtoets.Common.Service/ValidationRules/VariationCoefficientNormalDistributionRule.cs (.../VariationCoefficientNormalDistributionRule.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -34,7 +34,7 @@ private readonly string parameterName; /// - /// Instantiates a to validate + /// Creates a new instance of to validate /// a . /// /// The distribution to validate. Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/TestForeshoreProfile.cs =================================================================== diff -u -rca2fe78dafe4d5faedec6e92da8219dfcea50e34 -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/TestForeshoreProfile.cs (.../TestForeshoreProfile.cs) (revision ca2fe78dafe4d5faedec6e92da8219dfcea50e34) +++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/TestForeshoreProfile.cs (.../TestForeshoreProfile.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -105,7 +105,7 @@ : this(profileId, "name", new Point2D(0, 0), null, geometry) {} /// - /// Instantiates a with given properties. + /// Creates a new instance of with given properties. /// /// The id of the foreshore profile. /// The name of the foreshore profile. Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PropertyClasses/DikeProfileCollectionProperties.cs =================================================================== diff -u -raeb6e1a439617630e7613b9ed5af152c345fa2c6 -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PropertyClasses/DikeProfileCollectionProperties.cs (.../DikeProfileCollectionProperties.cs) (revision aeb6e1a439617630e7613b9ed5af152c345fa2c6) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Forms/PropertyClasses/DikeProfileCollectionProperties.cs (.../DikeProfileCollectionProperties.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -34,7 +34,7 @@ public class DikeProfileCollectionProperties : ObjectProperties { /// - /// Instantiates a . + /// Creates a new instance of . /// /// The collection for which the properties are shown. /// Thrown when 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() } } } Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -raeb6e1a439617630e7613b9ed5af152c345fa2c6 -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs) (revision aeb6e1a439617630e7613b9ed5af152c345fa2c6) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -649,7 +649,7 @@ bool expectedUseForeshore2 = dikeProfile.ForeshoreGeometry.Count() > 1; Assert.AreEqual(expectedUseForeshore2, inputParameters2.UseForeshore); - // Note: observer assertions are verified in the Teardown() + // Note: observer assertions are verified in the TearDown() } } } @@ -761,7 +761,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() } } } @@ -866,7 +866,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() } } } @@ -1001,7 +1001,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() } } } @@ -1123,7 +1123,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() } } } Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs =================================================================== diff -u -r5d0d5ccc8bce2348ca2df9d6e35401abc1f41bee -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationContextTreeNodeInfoTest.cs) (revision 5d0d5ccc8bce2348ca2df9d6e35401abc1f41bee) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationContextTreeNodeInfoTest.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -270,7 +270,7 @@ } [Test] - public void ContextMenu_CalculationWithoutStructure_ContextMenuItemUpdateStructureDisabled() + public void ContextMenuStrip_CalculationWithoutStructure_ContextMenuItemUpdateStructureDisabled() { // Setup var assessmentSection = mocks.Stub(); @@ -303,7 +303,7 @@ } [Test] - public void ContextMenu_CalculationWithStructure_ContextMenuItemUpdateStructureEnabled() + public void ContextMenuStrip_CalculationWithStructure_ContextMenuItemUpdateStructureEnabled() { // Setup var assessmentSection = mocks.Stub(); @@ -393,7 +393,7 @@ Assert.AreEqual(structure.StorageStructureArea, inputParameters.StorageStructureArea); Assert.AreEqual(structure.AllowedLevelIncreaseStorage, inputParameters.AllowedLevelIncreaseStorage); - // Note: observer assertions are verified in the Teardown() + // Note: observer assertions are verified in the TearDown() } } } @@ -475,7 +475,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() } } } @@ -549,7 +549,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() } } } @@ -624,7 +624,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() } } } @@ -692,7 +692,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() } } } Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationScenarioContextTreeNodeInfoTest.cs =================================================================== diff -u -r81fa8a9bf3bd503cbd280e88b8f6037a840cff12 -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationScenarioContextTreeNodeInfoTest.cs (.../PipingCalculationScenarioContextTreeNodeInfoTest.cs) (revision 81fa8a9bf3bd503cbd280e88b8f6037a840cff12) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationScenarioContextTreeNodeInfoTest.cs (.../PipingCalculationScenarioContextTreeNodeInfoTest.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -521,7 +521,7 @@ Assert.AreEqual(new RoundedDouble(3, 3), inputParameters.ExitPointL); Assert.IsFalse(calculation.HasOutput); - // Note: observer assertions are verified in Teardown + // Note: observer assertions are verified in TearDown } } } @@ -588,7 +588,7 @@ $"verwijderd.{Environment.NewLine}{Environment.NewLine}Weet u zeker dat u wilt doorgaan?"; Assert.AreEqual(expectedMessage, textBoxMessage); - // Note: observer assertions are verified in Teardown + // Note: observer assertions are verified in TearDown } } } @@ -665,7 +665,7 @@ $"verwijderd.{Environment.NewLine}{Environment.NewLine}Weet u zeker dat u wilt doorgaan?"; Assert.AreEqual(expectedMessage, textBoxMessage); - // Note: observer assertions are verified in Teardown + // Note: observer assertions are verified in TearDown } } } @@ -730,7 +730,7 @@ $"verwijderd.{Environment.NewLine}{Environment.NewLine}Weet u zeker dat u wilt doorgaan?"; Assert.AreEqual(expectedMessage, textBoxMessage); - // Note: observer assertions are verified in Teardown + // Note: observer assertions are verified in TearDown } } } Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil/TestWaveConditionsOutput.cs =================================================================== diff -u -r0ee0d86b58275264171be7f91afa87b7edd0d67a -r48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1 --- Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil/TestWaveConditionsOutput.cs (.../TestWaveConditionsOutput.cs) (revision 0ee0d86b58275264171be7f91afa87b7edd0d67a) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil/TestWaveConditionsOutput.cs (.../TestWaveConditionsOutput.cs) (revision 48e2db6c910f4ec279d2d63fbb1cc05a1196b7f1) @@ -30,7 +30,7 @@ public class TestWaveConditionsOutput : WaveConditionsOutput { /// - /// Instantiates a with default values. + /// Creates a new instance of with default values. /// public TestWaveConditionsOutput() : this(1.1, 2.2, 3.3, 4.4, 5.5) {}