Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/WaveHeightLocationsViewTest.cs =================================================================== diff -u -rdc29cedbc45824cf39bdc0814958f17b572d4577 -r1b32dabaee890a050a41c37eb5ddb7681b5d04a0 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/WaveHeightLocationsViewTest.cs (.../WaveHeightLocationsViewTest.cs) (revision dc29cedbc45824cf39bdc0814958f17b572d4577) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/WaveHeightLocationsViewTest.cs (.../WaveHeightLocationsViewTest.cs) (revision 1b32dabaee890a050a41c37eb5ddb7681b5d04a0) @@ -73,24 +73,6 @@ } [Test] - public void Constructor_GetCalculationFuncNull_ThrowsArgumentNullException() - { - // Setup - IAssessmentSection assessmentSection = AssessmentSectionHelper.CreateAssessmentSectionStub(mockRepository); - mockRepository.ReplayAll(); - - // Call - TestDelegate test = () => new WaveHeightLocationsView(new ObservableList(), - null, - assessmentSection, - () => 0.01); - - // Assert - var exception = Assert.Throws(test); - Assert.AreEqual("getCalculationFunc", exception.ParamName); - } - - [Test] public void Constructor_GetNormFuncNull_ThrowsArgumentNullException() { // Setup