Index: Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Data.Test/GeneralGrassCoverErosionOutwardsInputTest.cs =================================================================== diff -u -r0d37ff4d55947b639e1cf23227635245311ac751 -r35b8c2a58dda479f67ede982130bc5148b6c9eff --- Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Data.Test/GeneralGrassCoverErosionOutwardsInputTest.cs (.../GeneralGrassCoverErosionOutwardsInputTest.cs) (revision 0d37ff4d55947b639e1cf23227635245311ac751) +++ Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Data.Test/GeneralGrassCoverErosionOutwardsInputTest.cs (.../GeneralGrassCoverErosionOutwardsInputTest.cs) (revision 35b8c2a58dda479f67ede982130bc5148b6c9eff) @@ -1,5 +1,4 @@ - -// Copyright (C) Stichting Deltares 2019. All rights reserved. +// Copyright (C) Stichting Deltares 2019. All rights reserved. // // This file is part of Riskeer. // Index: Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Data.Test/GrassCoverErosionOutwardsWaveConditionsCalculationTypeTest.cs =================================================================== diff -u -r60d9978c65aaad43c83b8a7eb040f8c509f09b56 -r35b8c2a58dda479f67ede982130bc5148b6c9eff --- Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Data.Test/GrassCoverErosionOutwardsWaveConditionsCalculationTypeTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationTypeTest.cs) (revision 60d9978c65aaad43c83b8a7eb040f8c509f09b56) +++ Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Data.Test/GrassCoverErosionOutwardsWaveConditionsCalculationTypeTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationTypeTest.cs) (revision 35b8c2a58dda479f67ede982130bc5148b6c9eff) @@ -44,14 +44,14 @@ GrassCoverErosionOutwardsWaveConditionsCalculationType.WaveRunUpAndWaveImpact, 3 }, { - GrassCoverErosionOutwardsWaveConditionsCalculationType.TailorMadeWaveImpact, 4 - }, - { - GrassCoverErosionOutwardsWaveConditionsCalculationType.WaveRunUpAndTailorMadeWaveImpact, 5 - }, - { - GrassCoverErosionOutwardsWaveConditionsCalculationType.All, 6 - } + GrassCoverErosionOutwardsWaveConditionsCalculationType.TailorMadeWaveImpact, 4 + }, + { + GrassCoverErosionOutwardsWaveConditionsCalculationType.WaveRunUpAndTailorMadeWaveImpact, 5 + }, + { + GrassCoverErosionOutwardsWaveConditionsCalculationType.All, 6 + } }; } } Index: Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsOutputPropertiesTest.cs =================================================================== diff -u -r452e5ff7436c883d5e2668a47e8ad7fb8cc23e59 -r35b8c2a58dda479f67ede982130bc5148b6c9eff --- Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsOutputPropertiesTest.cs (.../GrassCoverErosionOutwardsWaveConditionsOutputPropertiesTest.cs) (revision 452e5ff7436c883d5e2668a47e8ad7fb8cc23e59) +++ Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsOutputPropertiesTest.cs (.../GrassCoverErosionOutwardsWaveConditionsOutputPropertiesTest.cs) (revision 35b8c2a58dda479f67ede982130bc5148b6c9eff) @@ -166,9 +166,9 @@ } [Test] - [TestCase(GrassCoverErosionOutwardsWaveConditionsCalculationType.WaveRunUp, "Hydraulische belastingen voor golfoploop", "Berekende hydraulische belastingen voor golfoploop." )] + [TestCase(GrassCoverErosionOutwardsWaveConditionsCalculationType.WaveRunUp, "Hydraulische belastingen voor golfoploop", "Berekende hydraulische belastingen voor golfoploop.")] [TestCase(GrassCoverErosionOutwardsWaveConditionsCalculationType.WaveImpact, "Hydraulische belastingen voor golfklap", "Berekende hydraulische belastingen voor golfklap zonder invloed van de golfinvalshoek.")] - [TestCase(GrassCoverErosionOutwardsWaveConditionsCalculationType.TailorMadeWaveImpact, "Hydraulische belastingen voor golfklap voor toets op maat" , "Berekende hydraulische belastingen voor golfklap met invloed van de golfinvalshoek, voor toets op maat.")] + [TestCase(GrassCoverErosionOutwardsWaveConditionsCalculationType.TailorMadeWaveImpact, "Hydraulische belastingen voor golfklap voor toets op maat", "Berekende hydraulische belastingen voor golfklap met invloed van de golfinvalshoek, voor toets op maat.")] public void Constructor_CalculationTypeWaveRunUpOrWaveImpact_PropertiesHaveExpectedAttributesValues( GrassCoverErosionOutwardsWaveConditionsCalculationType calculationType, string expectedDisplayName, string expectedDescription) { Index: Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.IO.Test/Configurations/GrassCoverErosionOutwardsWaveConditionsCalculationConfigurationReaderTest.cs =================================================================== diff -u -r438f6d4c93f02e09c1a5b6f5a247c9523266d205 -r35b8c2a58dda479f67ede982130bc5148b6c9eff --- Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.IO.Test/Configurations/GrassCoverErosionOutwardsWaveConditionsCalculationConfigurationReaderTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationConfigurationReaderTest.cs) (revision 438f6d4c93f02e09c1a5b6f5a247c9523266d205) +++ Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.IO.Test/Configurations/GrassCoverErosionOutwardsWaveConditionsCalculationConfigurationReaderTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationConfigurationReaderTest.cs) (revision 35b8c2a58dda479f67ede982130bc5148b6c9eff) @@ -114,7 +114,7 @@ IEnumerable readConfigurationItems = reader.Read().ToArray(); // Assert - var configuration = (GrassCoverErosionOutwardsWaveConditionsCalculationConfiguration)readConfigurationItems.Single(); + var configuration = (GrassCoverErosionOutwardsWaveConditionsCalculationConfiguration) readConfigurationItems.Single(); AssertConfiguration(configuration); } Index: Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.IO.Test/Exporters/GrassCoverErosionOutwardsWaveConditionsExporterTest.cs =================================================================== diff -u -r60d9978c65aaad43c83b8a7eb040f8c509f09b56 -r35b8c2a58dda479f67ede982130bc5148b6c9eff --- Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.IO.Test/Exporters/GrassCoverErosionOutwardsWaveConditionsExporterTest.cs (.../GrassCoverErosionOutwardsWaveConditionsExporterTest.cs) (revision 60d9978c65aaad43c83b8a7eb040f8c509f09b56) +++ Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.IO.Test/Exporters/GrassCoverErosionOutwardsWaveConditionsExporterTest.cs (.../GrassCoverErosionOutwardsWaveConditionsExporterTest.cs) (revision 35b8c2a58dda479f67ede982130bc5148b6c9eff) @@ -167,7 +167,7 @@ }, new[] { new TestWaveConditionsOutput() - }, new [] + }, new[] { new TestWaveConditionsOutput() }) @@ -224,7 +224,7 @@ }, new[] { new TestWaveConditionsOutput() - }, new [] + }, new[] { new TestWaveConditionsOutput() }) @@ -280,7 +280,7 @@ }, new[] { new TestWaveConditionsOutput() - }, new [] + }, new[] { new TestWaveConditionsOutput() }) @@ -336,7 +336,7 @@ }, new[] { new TestWaveConditionsOutput() - }, new [] + }, new[] { new TestWaveConditionsOutput() }) @@ -392,7 +392,7 @@ }, new[] { new TestWaveConditionsOutput() - }, new [] + }, new[] { new TestWaveConditionsOutput() }) @@ -449,7 +449,7 @@ }, new[] { new TestWaveConditionsOutput() - }, new [] + }, new[] { new TestWaveConditionsOutput() }) Index: Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/ExportInfos/GrassCoverErosionOutwardsHydraulicBoundaryDatabaseContextExportInfoTest.cs =================================================================== diff -u -r277b8107bf8ffad7dad7fa6dbb75cdb23a0feee2 -r35b8c2a58dda479f67ede982130bc5148b6c9eff --- Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/ExportInfos/GrassCoverErosionOutwardsHydraulicBoundaryDatabaseContextExportInfoTest.cs (.../GrassCoverErosionOutwardsHydraulicBoundaryDatabaseContextExportInfoTest.cs) (revision 277b8107bf8ffad7dad7fa6dbb75cdb23a0feee2) +++ Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.Plugin.Test/ExportInfos/GrassCoverErosionOutwardsHydraulicBoundaryDatabaseContextExportInfoTest.cs (.../GrassCoverErosionOutwardsHydraulicBoundaryDatabaseContextExportInfoTest.cs) (revision 35b8c2a58dda479f67ede982130bc5148b6c9eff) @@ -60,8 +60,8 @@ }; info = plugin.GetExportInfos() - .Single(ei => ei.DataType == typeof(GrassCoverErosionOutwardsHydraulicBoundaryDatabaseContext) - && ei.Name.Equals("Waterstanden en golfhoogten uit marginale statistiek")); + .Single(ei => ei.DataType == typeof(GrassCoverErosionOutwardsHydraulicBoundaryDatabaseContext) + && ei.Name.Equals("Waterstanden en golfhoogten uit marginale statistiek")); } [TearDown]