Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationActivityTest.cs =================================================================== diff -u -r4aca01a706f23d3ba928d2c5fd405681bc3ba55d -ra494bde768f1b989d31bff6a801a1816d6f9692e --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationActivityTest.cs (.../HeightStructuresCalculationActivityTest.cs) (revision 4aca01a706f23d3ba928d2c5fd405681bc3ba55d) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationActivityTest.cs (.../HeightStructuresCalculationActivityTest.cs) (revision a494bde768f1b989d31bff6a801a1816d6f9692e) @@ -57,25 +57,6 @@ } [Test] - public void ParameteredConstructor_CalculationNull_ThrowsArgumentNullException() - { - // Setup - var mocks = new MockRepository(); - var assessmentSection = mocks.Stub(); - mocks.ReplayAll(); - - var failureMechanism = new HeightStructuresFailureMechanism(); - - // Call - TestDelegate call = () => new HeightStructuresCalculationActivity(null, "", failureMechanism, assessmentSection); - - // Assert - var exception = Assert.Throws(call); - Assert.AreEqual("calculation", exception.ParamName); - mocks.VerifyAll(); - } - - [Test] public void ParameteredConstructor_HlcdFilepathNull_ThrowsArgumentNullException() { // Setup