Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs =================================================================== diff -u -r7823eab06c968c167d9d5b24a30acaa344478dc0 -rab20c4eb4ca81bd3845d50210d2bdb301177af6a --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision 7823eab06c968c167d9d5b24a30acaa344478dc0) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision ab20c4eb4ca81bd3845d50210d2bdb301177af6a) @@ -33,6 +33,7 @@ using Rhino.Mocks; using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.DikeProfiles; +using Ringtoets.Common.Data.Structures; using Ringtoets.Common.Data.TestUtil; using Ringtoets.Common.Forms.Helpers; using Ringtoets.Common.Forms.PropertyClasses; @@ -80,7 +81,7 @@ var properties = new HeightStructuresInputContextProperties(); // Assert - Assert.IsInstanceOf>(properties); + Assert.IsInstanceOf, HeightStructuresFailureMechanism>>(properties); Assert.IsNull(properties.Data); } @@ -92,7 +93,7 @@ mockRepository.ReplayAll(); var failureMechanism = new HeightStructuresFailureMechanism(); - var calculation = new HeightStructuresCalculation(); + var calculation = new StructuresCalculation(); var properties = new HeightStructuresInputContextProperties(); var inputContext = new HeightStructuresInputContext(calculation.InputParameters, @@ -154,7 +155,7 @@ new TestHeightStructure() } }; - var calculation = new HeightStructuresCalculation + var calculation = new StructuresCalculation { InputParameters = { @@ -219,7 +220,7 @@ mockRepository.ReplayAll(); var failureMechanism = new HeightStructuresFailureMechanism(); - var calculation = new HeightStructuresCalculation(); + var calculation = new StructuresCalculation(); var input = calculation.InputParameters; input.Attach(observerMock); var inputContext = new HeightStructuresInputContext(input, @@ -269,7 +270,7 @@ mockRepository.ReplayAll(); var failureMechanism = new HeightStructuresFailureMechanism(); - var calculation = new HeightStructuresCalculation(); + var calculation = new StructuresCalculation(); var inputContext = new HeightStructuresInputContext(calculation.InputParameters, calculation, failureMechanism, @@ -300,7 +301,7 @@ mockRepository.ReplayAll(); var failureMechanism = new HeightStructuresFailureMechanism(); - var calculation = new HeightStructuresCalculation(); + var calculation = new StructuresCalculation(); var inputContext = new HeightStructuresInputContext(calculation.InputParameters, calculation, failureMechanism, @@ -329,7 +330,7 @@ mockRepository.ReplayAll(); var failureMechanism = new HeightStructuresFailureMechanism(); - var calculation = new HeightStructuresCalculation(); + var calculation = new StructuresCalculation(); var inputContext = new HeightStructuresInputContext(calculation.InputParameters, calculation, failureMechanism, @@ -358,7 +359,7 @@ mockRepository.ReplayAll(); var failureMechanism = new HeightStructuresFailureMechanism(); - var calculation = new HeightStructuresCalculation(); + var calculation = new StructuresCalculation(); var inputContext = new HeightStructuresInputContext(calculation.InputParameters, calculation, failureMechanism,