Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs =================================================================== diff -u -r6954e174ae758a8ef11bfdfce0da0aa135460fb6 -r6b9fda141298524c0910937dd090d82be420c52b --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision 6954e174ae758a8ef11bfdfce0da0aa135460fb6) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision 6b9fda141298524c0910937dd090d82be420c52b) @@ -81,11 +81,10 @@ mockRepository.ReplayAll(); var failureMechanism = new HeightStructuresFailureMechanism(); - var calculation = new HeightStructuresCalculation(); var input = new HeightStructuresInput(); var properties = new HeightStructuresInputContextProperties(); - var inputContext = new HeightStructuresInputContext(input, calculation, failureMechanism, assessmentSectionMock); + var inputContext = new HeightStructuresInputContext(input, failureMechanism, assessmentSectionMock); // Call properties.Data = inputContext; @@ -164,7 +163,7 @@ var calculation = new HeightStructuresCalculation(); var input = calculation.InputParameters; input.Attach(observerMock); - var inputContext = new HeightStructuresInputContext(input, calculation, failureMechanism, assessmentSectionMock); + var inputContext = new HeightStructuresInputContext(input, failureMechanism, assessmentSectionMock); var properties = new HeightStructuresInputContextProperties { @@ -196,9 +195,8 @@ mockRepository.ReplayAll(); var failureMechanism = new HeightStructuresFailureMechanism(); - var calculation = new HeightStructuresCalculation(); var input = new HeightStructuresInput(); - var inputContext = new HeightStructuresInputContext(input, calculation, failureMechanism, assessmentSectionMock); + var inputContext = new HeightStructuresInputContext(input, failureMechanism, assessmentSectionMock); var properties = new HeightStructuresInputContextProperties { @@ -225,9 +223,8 @@ mockRepository.ReplayAll(); var failureMechanism = new HeightStructuresFailureMechanism(); - var calculation = new HeightStructuresCalculation(); var input = new HeightStructuresInput(); - var inputContext = new HeightStructuresInputContext(input, calculation, failureMechanism, assessmentSectionMock); + var inputContext = new HeightStructuresInputContext(input, failureMechanism, assessmentSectionMock); var properties = new HeightStructuresInputContextProperties { @@ -252,9 +249,8 @@ mockRepository.ReplayAll(); var failureMechanism = new HeightStructuresFailureMechanism(); - var calculation = new HeightStructuresCalculation(); var input = new HeightStructuresInput(); - var inputContext = new HeightStructuresInputContext(input, calculation, failureMechanism, assessmentSectionMock); + var inputContext = new HeightStructuresInputContext(input, failureMechanism, assessmentSectionMock); var properties = new HeightStructuresInputContextProperties { @@ -279,9 +275,8 @@ mockRepository.ReplayAll(); var failureMechanism = new HeightStructuresFailureMechanism(); - var calculation = new HeightStructuresCalculation(); var input = new HeightStructuresInput(); - var inputContext = new HeightStructuresInputContext(input, calculation, failureMechanism, assessmentSectionMock); + var inputContext = new HeightStructuresInputContext(input, failureMechanism, assessmentSectionMock); // Call var properties = new HeightStructuresInputContextProperties