Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsWaterStressLinesPropertiesTest.cs =================================================================== diff -u -rc22b1f3b27e7a10c0f75bd8c7ee3d99a13ba8bc6 -r1b61e079b5ce825f3966ecac688d65e9ff567237 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsWaterStressLinesPropertiesTest.cs (.../MacroStabilityInwardsWaterStressLinesPropertiesTest.cs) (revision c22b1f3b27e7a10c0f75bd8c7ee3d99a13ba8bc6) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsWaterStressLinesPropertiesTest.cs (.../MacroStabilityInwardsWaterStressLinesPropertiesTest.cs) (revision 1b61e079b5ce825f3966ecac688d65e9ff567237) @@ -44,7 +44,7 @@ { // Call TestDelegate test = () => new MacroStabilityInwardsWaterStressLinesProperties(null, - AssessmentSectionHelper.GetTestNormativeAssessmentLevel()); + AssessmentSectionHelper.GetTestAssessmentLevel()); // Assert var exception = Assert.Throws(test); @@ -59,7 +59,7 @@ // Call var properties = new MacroStabilityInwardsWaterStressLinesProperties(input, - AssessmentSectionHelper.GetTestNormativeAssessmentLevel()); + AssessmentSectionHelper.GetTestAssessmentLevel()); // Assert Assert.IsInstanceOf>(properties); @@ -99,7 +99,7 @@ MacroStabilityInwardsCalculationScenario calculation = MacroStabilityInwardsCalculationScenarioTestFactory.CreateMacroStabilityInwardsCalculationScenarioWithValidInput(new TestHydraulicBoundaryLocation()); var properties = new MacroStabilityInwardsWaterStressLinesProperties(calculation.InputParameters, - AssessmentSectionHelper.GetTestNormativeAssessmentLevel()); + AssessmentSectionHelper.GetTestAssessmentLevel()); using (new MacroStabilityInwardsCalculatorFactoryConfig()) { @@ -119,7 +119,7 @@ // Setup var input = new MacroStabilityInwardsInput(new MacroStabilityInwardsInput.ConstructionProperties()); var properties = new MacroStabilityInwardsWaterStressLinesProperties(input, - AssessmentSectionHelper.GetTestNormativeAssessmentLevel()); + AssessmentSectionHelper.GetTestAssessmentLevel()); // Call string name = properties.ToString(); @@ -136,7 +136,7 @@ // Call var properties = new MacroStabilityInwardsWaterStressLinesProperties(input, - AssessmentSectionHelper.GetTestNormativeAssessmentLevel()); + AssessmentSectionHelper.GetTestAssessmentLevel()); // Assert PropertyDescriptorCollection dynamicProperties = PropertiesTestHelper.GetAllVisiblePropertyDescriptors(properties);