Index: Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/TestPipingSoilProfile.cs =================================================================== diff -u -r889b68c331c4545ddd9a6875d48cafd86f656494 -r5e70f173b3839314912e086b6c1c784b975ee646 --- Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/TestPipingSoilProfile.cs (.../TestPipingSoilProfile.cs) (revision 889b68c331c4545ddd9a6875d48cafd86f656494) +++ Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/TestPipingSoilProfile.cs (.../TestPipingSoilProfile.cs) (revision 5e70f173b3839314912e086b6c1c784b975ee646) @@ -28,7 +28,7 @@ /// A configured to be usable immediately for testing /// purposes. /// - /// + /// public class TestPipingSoilProfile : PipingSoilProfile { /// @@ -41,7 +41,20 @@ /// with set to 0.0. /// /// - public TestPipingSoilProfile() : base("", 0.0, new Collection + public TestPipingSoilProfile() : this("") {} + + /// + /// Creates a new instance of , which is a + /// which has: + /// + /// set to + /// set to 0.0 + /// set to a collection with a single + /// with set to 0.0. + /// + /// + /// The name for the profile. + public TestPipingSoilProfile(string name) : base(name, 0.0, new Collection { new PipingSoilLayer(0.0) {