Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/DesignWaterLevelCalculationActivityTest.cs =================================================================== diff -u -r4aca01a706f23d3ba928d2c5fd405681bc3ba55d -ra494bde768f1b989d31bff6a801a1816d6f9692e --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/DesignWaterLevelCalculationActivityTest.cs (.../DesignWaterLevelCalculationActivityTest.cs) (revision 4aca01a706f23d3ba928d2c5fd405681bc3ba55d) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/DesignWaterLevelCalculationActivityTest.cs (.../DesignWaterLevelCalculationActivityTest.cs) (revision a494bde768f1b989d31bff6a801a1816d6f9692e) @@ -115,26 +115,6 @@ } [Test] - public void ParameteredConstructor_HydraulicBoundaryLocationCalculationNull_ThrowsArgumentNullException() - { - // Setup - var calculationMessageProvider = mockRepository.Stub(); - mockRepository.ReplayAll(); - - // Call - TestDelegate call = () => new DesignWaterLevelCalculationActivity(null, - validFilePath, - validPreprocessorDirectory, - 1, - calculationMessageProvider); - - // Assert - var exception = Assert.Throws(call); - Assert.AreEqual("hydraulicBoundaryLocationCalculation", exception.ParamName); - mockRepository.VerifyAll(); - } - - [Test] public void Run_InvalidHydraulicBoundaryDatabase_PerformValidationAndLogStartAndEndAndError() { // Setup