Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsOutputContextPropertiesTest.cs =================================================================== diff -u -r10fc7315f4478647b2708f74c3e596cdf0e5a98c -rea495159c320abdbbd9fe4e4dd37c98672116c6b --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsOutputContextPropertiesTest.cs (.../MacroStabilityInwardsOutputContextPropertiesTest.cs) (revision 10fc7315f4478647b2708f74c3e596cdf0e5a98c) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsOutputContextPropertiesTest.cs (.../MacroStabilityInwardsOutputContextPropertiesTest.cs) (revision ea495159c320abdbbd9fe4e4dd37c98672116c6b) @@ -68,7 +68,7 @@ var output = new TestMacroStabilityInwardsOutput(new MacroStabilityInwardsOutput.ConstructionProperties()); - var calculation = new MacroStabilityInwardsCalculation + var calculation = new MacroStabilityInwardsCalculationScenario { Output = output, SemiProbabilisticOutput = semiProbabilisticOutput @@ -96,7 +96,7 @@ public void GetProperties_WithZeroValues_ReturnTranslatedFormat() { // Setup - var calculation = new MacroStabilityInwardsCalculation + var calculation = new MacroStabilityInwardsCalculationScenario { Output = new TestMacroStabilityInwardsOutput(), SemiProbabilisticOutput = new TestMacroStabilityInwardsSemiProbabilisticOutput() @@ -118,7 +118,7 @@ public void Constructor_Always_PropertiesHaveExpectedAttributesValues() { // Setup - var calculation = new MacroStabilityInwardsCalculation + var calculation = new MacroStabilityInwardsCalculationScenario { Output = new TestMacroStabilityInwardsOutput(), SemiProbabilisticOutput = new TestMacroStabilityInwardsSemiProbabilisticOutput()