Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.Test/HeightStructuresInputTest.cs =================================================================== diff -u -r64fea503e6e9cacfb0ff8f22cfdd864b60c95bab -rba2eefab3569d05ed59629b5d02dc8420bc1163a --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.Test/HeightStructuresInputTest.cs (.../HeightStructuresInputTest.cs) (revision 64fea503e6e9cacfb0ff8f22cfdd864b60c95bab) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.Test/HeightStructuresInputTest.cs (.../HeightStructuresInputTest.cs) (revision ba2eefab3569d05ed59629b5d02dc8420bc1163a) @@ -58,8 +58,8 @@ public void Properties_DeviationWaveDirection_ExpectedValues() { // Setup - var input = new HeightStructuresInput(); var random = new Random(22); + var input = new HeightStructuresInput(); RoundedDouble deviationWaveDirection = new RoundedDouble(5, random.NextDouble()); @@ -96,7 +96,7 @@ // Assert AssertDistributionCorrectlySet(input.LevelCrestStructure, distributionToSet, expectedDistribution); } - + [Test] public void Properties_StructureNull_DoesNotChangeValues() { @@ -155,7 +155,7 @@ DistributionAssert.AreEqual(expectedHeightStructure.AllowedLevelIncreaseStorage, input.AllowedLevelIncreaseStorage); } } - + private static void AssertAreEqual(double expectedValue, RoundedDouble actualValue) { Assert.AreEqual(expectedValue, actualValue, actualValue.GetAccuracy());