Index: Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/PipingSoilProfileTestFactory.cs =================================================================== diff -u -rd8b351cf9e2e2b25c29ca3d2d426ca48f035fe98 -r2e94a93cca7fbb97675bff67cca2329e8b0b7505 --- Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/PipingSoilProfileTestFactory.cs (.../PipingSoilProfileTestFactory.cs) (revision d8b351cf9e2e2b25c29ca3d2d426ca48f035fe98) +++ Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/PipingSoilProfileTestFactory.cs (.../PipingSoilProfileTestFactory.cs) (revision 2e94a93cca7fbb97675bff67cca2329e8b0b7505) @@ -29,7 +29,14 @@ public static class PipingSoilProfileTestFactory { /// - /// Creates a new instance of with arbitrary values. + /// Creates a new instance of , which has: + /// + /// set to ; + /// set to 0.0; + /// set to a collection with a single + /// with set to 0.0; + /// set to . + /// /// /// The name to set for the . /// The created . @@ -39,7 +46,14 @@ } /// - /// Creates a new instance of with arbitrary values. + /// Creates a new instance of , which has: + /// + /// set to "name"; + /// set to 0.0; + /// set to a collection with a single + /// with set to 0.0; + /// set to . + /// /// /// The created . public static PipingSoilProfile CreatePipingSoilProfile() @@ -50,10 +64,10 @@ /// /// Creates a new instance of that has: /// - /// set to - /// set to 0.0 + /// set to ; + /// set to 0.0; /// set to a collection with a single - /// with set to 0.0. + /// with set to 0.0; /// set to . /// ///