Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/MacroStabilityInwardsInputValidatorTest.cs
===================================================================
diff -u -rf53673b98b07f39afba99d7739c5865fc2be014e -r427b09c933bf9f1a3ddd254656be2f9cdc4e69c3
--- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/MacroStabilityInwardsInputValidatorTest.cs (.../MacroStabilityInwardsInputValidatorTest.cs) (revision f53673b98b07f39afba99d7739c5865fc2be014e)
+++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/MacroStabilityInwardsInputValidatorTest.cs (.../MacroStabilityInwardsInputValidatorTest.cs) (revision 427b09c933bf9f1a3ddd254656be2f9cdc4e69c3)
@@ -303,22 +303,33 @@
}
///
- /// The soil profile used in this tests contains two outer layers (outer rings) and a surfaceline):
+ /// The soil profile used in this test contains two outer layers (outer rings) and a surfaceline:
///
- /// - Soil layer one (1) is defined on top of the surfaceline on the X coordinates
- /// - Soil layer two (2) is defined as shown below:
- ///
+ /// - Soil layer one (1) is defined directly on the surface line as shown below:
///
///
/// 20 1
+ /// / \
+ /// / \
+ /// 15 / \
+ /// / \
+ /// / \
+ /// 10 1 ---------------------- 1
+ /// 0 5 10 15 20
+ ///
+ /// - Soil layer two (2) is defined as shown below:
+ ///
///
+ /// 20
///
+ ///
/// 15 2 2
/// / \ / \
/// / \ / \
- /// 10 1,2 2 ---- 2 1,2
+ /// 10 2 -------- 2 --- 2 ----- 2
/// 0 5 10 15 20
- ///
+ ///
+ ///
///
[Test]
public void Validate_SurfaceLineNear2DProfileWithLayersWithTriangularXCoordinateDefinitions_ReturnsEmpty()
@@ -346,8 +357,8 @@
{
new Point2D(0, 10),
new Point2D(5, 15),
- new Point2D(7.5, 0),
- new Point2D(12.5, 0),
+ new Point2D(7.5, 10),
+ new Point2D(12.5, 10),
new Point2D(15, 15),
new Point2D(20, 10)
}))
@@ -365,17 +376,17 @@
}
///
- /// The soil profile used in this tests contains two outer layers (outer rings) and a surfaceline):
+ /// The soil profile used in this test contains two outer layers (outer rings) and a surfaceline:
///
- /// - Soil layer one (1) is defined on directly vertically below the X coordinates of the surface line
+ /// - Soil layer one (1) is defined directly vertically below the X coordinates of the surface line and is shown below:
/// - Soil layer two (2) is defined as shown below:
///
///
///
/// 20 1 --------------------- 1
/// | |
/// | |
- /// 15 1,2 ------------------- 1,2
+ /// 15 1+2 ------------------- 1+2
/// | |
/// | |
/// 10 2 2
@@ -666,7 +677,7 @@
new Point2D(2, 10)
})),
}, new MacroStabilityInwardsPreconsolidationStress[0]))
- .SetName("Top soil layer offset above surfaceline above limit.");
+ .SetName("Top soilLayer offset above surfaceline and not within limit");
}
private static IEnumerable SurfaceLineOnMacroStabilityInwardsSoilProfile2D()
@@ -794,7 +805,7 @@
new Point2D(0.2, 10)
}))
}, new MacroStabilityInwardsPreconsolidationStress[0]))
- .SetName("Top SoilLayer offset above surfaceline within limit");
+ .SetName("Top soilLayer offset above surfaceline within limit");
yield return new TestCaseData(
new MacroStabilityInwardsSoilProfile2D(
@@ -814,7 +825,7 @@
new Point2D(0.2, 10)
}))
}, new MacroStabilityInwardsPreconsolidationStress[0]))
- .SetName("Top SoilLayer offset below surfaceline within limit");
+ .SetName("Top soilLayer offset below surfaceline within limit");
}
private static RoundedDouble GetTestNormativeAssessmentLevel()