Index: Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil.Test/Properties/AssemblyInfo.cs
===================================================================
diff -u -rfea3ed82dfb6dfcad535eef16efcbaa9c01564ed -r889b68c331c4545ddd9a6875d48cafd86f656494
--- Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision fea3ed82dfb6dfcad535eef16efcbaa9c01564ed)
+++ Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 889b68c331c4545ddd9a6875d48cafd86f656494)
@@ -29,4 +29,4 @@
[assembly: AssemblyProduct("Ringtoets.Piping.KernelWrapper.TestUtil.Test")]
// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("d243257d-83f9-4096-b066-db65e0c69d24")]
+[assembly: Guid("d243257d-83f9-4096-b066-db65e0c69d24")]
\ No newline at end of file
Index: Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil.Test/SubCalculator/PipingSubCalculatorFactoryConfigTest.cs
===================================================================
diff -u -rfea3ed82dfb6dfcad535eef16efcbaa9c01564ed -r889b68c331c4545ddd9a6875d48cafd86f656494
--- Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil.Test/SubCalculator/PipingSubCalculatorFactoryConfigTest.cs (.../PipingSubCalculatorFactoryConfigTest.cs) (revision fea3ed82dfb6dfcad535eef16efcbaa9c01564ed)
+++ Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil.Test/SubCalculator/PipingSubCalculatorFactoryConfigTest.cs (.../PipingSubCalculatorFactoryConfigTest.cs) (revision 889b68c331c4545ddd9a6875d48cafd86f656494)
@@ -58,7 +58,7 @@
var expectedFactory = PipingSubCalculatorFactory.Instance;
// Call
- using (new PipingSubCalculatorFactoryConfig()) { }
+ using (new PipingSubCalculatorFactoryConfig()) {}
// Assert
Assert.AreSame(expectedFactory, PipingSubCalculatorFactory.Instance);
Index: Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil.Test/SubCalculator/SellmeijerCalculatorStubTest.cs
===================================================================
diff -u -rfea3ed82dfb6dfcad535eef16efcbaa9c01564ed -r889b68c331c4545ddd9a6875d48cafd86f656494
--- Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil.Test/SubCalculator/SellmeijerCalculatorStubTest.cs (.../SellmeijerCalculatorStubTest.cs) (revision fea3ed82dfb6dfcad535eef16efcbaa9c01564ed)
+++ Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil.Test/SubCalculator/SellmeijerCalculatorStubTest.cs (.../SellmeijerCalculatorStubTest.cs) (revision 889b68c331c4545ddd9a6875d48cafd86f656494)
@@ -27,7 +27,6 @@
[TestFixture]
public class SellmeijerCalculatorStubTest
{
-
[Test]
public void DefaultConstructor_PropertiesSet()
{
Index: Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil.Test/SubCalculator/UpliftCalculatorStubTest.cs
===================================================================
diff -u -rfea3ed82dfb6dfcad535eef16efcbaa9c01564ed -r889b68c331c4545ddd9a6875d48cafd86f656494
--- Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil.Test/SubCalculator/UpliftCalculatorStubTest.cs (.../UpliftCalculatorStubTest.cs) (revision fea3ed82dfb6dfcad535eef16efcbaa9c01564ed)
+++ Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil.Test/SubCalculator/UpliftCalculatorStubTest.cs (.../UpliftCalculatorStubTest.cs) (revision 889b68c331c4545ddd9a6875d48cafd86f656494)
@@ -71,6 +71,6 @@
// Assert
Assert.DoesNotThrow(call);
- }
+ }
}
}
\ No newline at end of file
Index: Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/SubCalculator/EffectiveThicknessCalculatorStub.cs
===================================================================
diff -u -rfea3ed82dfb6dfcad535eef16efcbaa9c01564ed -r889b68c331c4545ddd9a6875d48cafd86f656494
--- Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/SubCalculator/EffectiveThicknessCalculatorStub.cs (.../EffectiveThicknessCalculatorStub.cs) (revision fea3ed82dfb6dfcad535eef16efcbaa9c01564ed)
+++ Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/SubCalculator/EffectiveThicknessCalculatorStub.cs (.../EffectiveThicknessCalculatorStub.cs) (revision 889b68c331c4545ddd9a6875d48cafd86f656494)
@@ -34,6 +34,7 @@
public double VolumicWeightOfWater { get; set; }
public PipingProfile SoilProfile { get; set; }
public PipingSurfaceLine SurfaceLine { get; set; }
+
public double EffectiveHeight
{
get
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();
Index: Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/TestPipingOutput.cs
===================================================================
diff -u -rfea3ed82dfb6dfcad535eef16efcbaa9c01564ed -r889b68c331c4545ddd9a6875d48cafd86f656494
--- Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/TestPipingOutput.cs (.../TestPipingOutput.cs) (revision fea3ed82dfb6dfcad535eef16efcbaa9c01564ed)
+++ Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/TestPipingOutput.cs (.../TestPipingOutput.cs) (revision 889b68c331c4545ddd9a6875d48cafd86f656494)
@@ -23,6 +23,10 @@
namespace Ringtoets.Piping.KernelWrapper.TestUtil
{
+ ///
+ /// A configured to be used immediately for testing purposes.
+ ///
+ ///
public class TestPipingOutput : PipingOutput
{
public TestPipingOutput() : base(0, 0, 0, 0, 0, 0) {}
Index: Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/TestPipingSoilProfile.cs
===================================================================
diff -u -rfea3ed82dfb6dfcad535eef16efcbaa9c01564ed -r889b68c331c4545ddd9a6875d48cafd86f656494
--- Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/TestPipingSoilProfile.cs (.../TestPipingSoilProfile.cs) (revision fea3ed82dfb6dfcad535eef16efcbaa9c01564ed)
+++ Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/TestPipingSoilProfile.cs (.../TestPipingSoilProfile.cs) (revision 889b68c331c4545ddd9a6875d48cafd86f656494)
@@ -24,6 +24,11 @@
namespace Ringtoets.Piping.KernelWrapper.TestUtil
{
+ ///
+ /// A configured to be usable immediately for testing
+ /// purposes.
+ ///
+ ///
public class TestPipingSoilProfile : PipingSoilProfile
{
///