Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil/TestHeightStructure.cs =================================================================== diff -u -r8e8f8c83c45656f65adaa8e47600379dc5ae8f61 -r85d3615793ddf3f8f72eb02409a23286396f5cf1 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil/TestHeightStructure.cs (.../TestHeightStructure.cs) (revision 8e8f8c83c45656f65adaa8e47600379dc5ae8f61) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.TestUtil/TestHeightStructure.cs (.../TestHeightStructure.cs) (revision 85d3615793ddf3f8f72eb02409a23286396f5cf1) @@ -24,17 +24,36 @@ namespace Ringtoets.HeightStructures.Data.TestUtil { + /// + /// for testing purposes. + /// public class TestHeightStructure : HeightStructure { + /// + /// Creates a new instance of . + /// public TestHeightStructure() : this("Test") {} - public TestHeightStructure(Point2D location) - : this("Test", location) {} - + /// + /// Creates a new instance of . + /// + /// The name of the structure. public TestHeightStructure(string name) : this(name, new Point2D(0.0, 0.0)) {} + /// + /// Creates a new instance of . + /// + /// The location of the structure. + public TestHeightStructure(Point2D location) + : this("Test", location) {} + + /// + /// Creates a new instance of . + /// + /// The name of the structure. + /// The location of the structure. public TestHeightStructure(string name, Point2D location) : base(new ConstructionProperties {