Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/MacroStabilityInwardsSemiProbabilisticCalculationServiceTest.cs =================================================================== diff -u -rb8493c6fb982b455e36129083cc009c5c07a7d05 -rb2f4b307c254c747a5cf01d2fb94970e5e954c36 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/MacroStabilityInwardsSemiProbabilisticCalculationServiceTest.cs (.../MacroStabilityInwardsSemiProbabilisticCalculationServiceTest.cs) (revision b8493c6fb982b455e36129083cc009c5c07a7d05) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/MacroStabilityInwardsSemiProbabilisticCalculationServiceTest.cs (.../MacroStabilityInwardsSemiProbabilisticCalculationServiceTest.cs) (revision b2f4b307c254c747a5cf01d2fb94970e5e954c36) @@ -75,7 +75,7 @@ double expectedResult) { // Setup - var calculatorResult = new TestMacroStabilityInwardsOutput(); + MacroStabilityInwardsOutput calculatorResult = MacroStabilityInwardsOutputTestFactory.CreateOutput(); var probabilityAssessmentInput = new MacroStabilityInwardsProbabilityAssessmentInput { SectionLength = assessmentSectionLength @@ -101,7 +101,7 @@ double contribution) { // Setup - var calculatorResult = new TestMacroStabilityInwardsOutput(); + MacroStabilityInwardsOutput calculatorResult = MacroStabilityInwardsOutputTestFactory.CreateOutput(); var probabilityAssessmentInput = new MacroStabilityInwardsProbabilityAssessmentInput { SectionLength = assessmentSectionLength @@ -132,7 +132,7 @@ [Values(12, 24)] double contribution) { // Setup - var calculatorResult = new TestMacroStabilityInwardsOutput(); + MacroStabilityInwardsOutput calculatorResult = MacroStabilityInwardsOutputTestFactory.CreateOutput(); var probabilityAssessmentInput = new MacroStabilityInwardsProbabilityAssessmentInput { SectionLength = assessmentSectionLength @@ -159,7 +159,7 @@ { // Setup var random = new Random(21); - var calculatorResult = new TestMacroStabilityInwardsOutput(new MacroStabilityInwardsOutput.ConstructionProperties + MacroStabilityInwardsOutput calculatorResult = MacroStabilityInwardsOutputTestFactory.CreateOutput(new MacroStabilityInwardsOutput.ConstructionProperties { FactorOfStability = factorOfStability }); @@ -188,7 +188,7 @@ { // Setup var random = new Random(21); - var calculatorResult = new TestMacroStabilityInwardsOutput(new MacroStabilityInwardsOutput.ConstructionProperties + MacroStabilityInwardsOutput calculatorResult = MacroStabilityInwardsOutputTestFactory.CreateOutput(new MacroStabilityInwardsOutput.ConstructionProperties { FactorOfStability = factorOfStability });