Index: Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/TestPipingInput.cs =================================================================== diff -u -rfea3ed82dfb6dfcad535eef16efcbaa9c01564ed -r889b68c331c4545ddd9a6875d48cafd86f656494 --- Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/TestPipingInput.cs (.../TestPipingInput.cs) (revision fea3ed82dfb6dfcad535eef16efcbaa9c01564ed) +++ Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/TestPipingInput.cs (.../TestPipingInput.cs) (revision 889b68c331c4545ddd9a6875d48cafd86f656494) @@ -26,6 +26,10 @@ namespace Ringtoets.Piping.KernelWrapper.TestUtil { + /// + /// Class that holds a configuration that can be changed and used to create a + /// with. + /// public class TestPipingInput { private readonly Random random = new Random(22); @@ -55,6 +59,10 @@ public PipingSoilProfile SoilProfile; private double last; + /// + /// Initializes a new instance of the class with all + /// parameters relevant for set. + /// public TestPipingInput() { WaterVolumetricWeight = NextIncrementalDouble();