Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/DesignWaterLevelCalculationActivityTest.cs =================================================================== diff -u -r68afd12dbc0503fc7a0cfa0af6ebd8fd3bc53cb9 -refd1e7e140f8b27f18452f8af05ad813480ea12f --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/DesignWaterLevelCalculationActivityTest.cs (.../DesignWaterLevelCalculationActivityTest.cs) (revision 68afd12dbc0503fc7a0cfa0af6ebd8fd3bc53cb9) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/DesignWaterLevelCalculationActivityTest.cs (.../DesignWaterLevelCalculationActivityTest.cs) (revision efd1e7e140f8b27f18452f8af05ad813480ea12f) @@ -74,7 +74,7 @@ } [Test] - public void ParameteredConstructor_ExpectedValues() + public void Constructor_ExpectedValues() { // Setup const string locationName = "locationName"; @@ -100,7 +100,7 @@ } [Test] - public void ParameteredConstructor_CalculationServiceMessageProviderNull_ThrowsArgumentNullException() + public void Constructor_CalculationServiceMessageProviderNull_ThrowsArgumentNullException() { // Call TestDelegate call = () => new DesignWaterLevelCalculationActivity(new HydraulicBoundaryLocationCalculation(new TestHydraulicBoundaryLocation()),