Index: Ringtoets/Piping/test/Ringtoets.Piping.Data.TestUtil/TestStochasticSoilModel.cs =================================================================== diff -u -ra9ab2d906323a908ed5e7a245b5813380776961a -rbdc32ff91af686a45b08e5f4f4a8d5b45eaba60f --- Ringtoets/Piping/test/Ringtoets.Piping.Data.TestUtil/TestStochasticSoilModel.cs (.../TestStochasticSoilModel.cs) (revision a9ab2d906323a908ed5e7a245b5813380776961a) +++ Ringtoets/Piping/test/Ringtoets.Piping.Data.TestUtil/TestStochasticSoilModel.cs (.../TestStochasticSoilModel.cs) (revision bdc32ff91af686a45b08e5f4f4a8d5b45eaba60f) @@ -24,8 +24,15 @@ namespace Ringtoets.Piping.Data.TestUtil { + /// + /// for testing purposes. + /// public class TestStochasticSoilModel : StochasticSoilModel { + /// + /// Creates a new instance of . + /// + /// The name of the stochastic soil model. public TestStochasticSoilModel(string name) : base(0, name, string.Empty) { StochasticSoilProfiles.AddRange(new[] @@ -41,7 +48,9 @@ }); } - public TestStochasticSoilModel() : this(string.Empty) - { } + /// + /// Creates a new instance of . + /// + public TestStochasticSoilModel() : this(string.Empty) {} } } \ No newline at end of file