Index: Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.IO.Test/Exporters/GrassCoverErosionOutwardsWaveConditionsExporterTest.cs =================================================================== diff -u -rcb4afa462fa239009c16d8bec3b95dfde32013e2 -rd845320c4be9246f74eb65e0d460148be87777d8 --- Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.IO.Test/Exporters/GrassCoverErosionOutwardsWaveConditionsExporterTest.cs (.../GrassCoverErosionOutwardsWaveConditionsExporterTest.cs) (revision cb4afa462fa239009c16d8bec3b95dfde32013e2) +++ Riskeer/GrassCoverErosionOutwards/test/Riskeer.GrassCoverErosionOutwards.IO.Test/Exporters/GrassCoverErosionOutwardsWaveConditionsExporterTest.cs (.../GrassCoverErosionOutwardsWaveConditionsExporterTest.cs) (revision d845320c4be9246f74eb65e0d460148be87777d8) @@ -42,7 +42,7 @@ private readonly string testFilePath = TestHelper.GetScratchPadPath($"{nameof(GrassCoverErosionOutwardsWaveConditionsExporterTest)}.csv"); [Test] - public void Constructor_CalculationNull_ThrowArgumentNullException() + public void Constructor_CalculationsNull_ThrowArgumentNullException() { // Call void Call() => new GrassCoverErosionOutwardsWaveConditionsExporter(null, testFilePath, i => "1/100"); Index: Riskeer/Revetment/src/Riskeer.Revetment.IO/WaveConditions/ExportableWaveConditionsFactory.cs =================================================================== diff -u -r15915c6746b004394d625ad407e4a638c9d1a866 -rd845320c4be9246f74eb65e0d460148be87777d8 --- Riskeer/Revetment/src/Riskeer.Revetment.IO/WaveConditions/ExportableWaveConditionsFactory.cs (.../ExportableWaveConditionsFactory.cs) (revision 15915c6746b004394d625ad407e4a638c9d1a866) +++ Riskeer/Revetment/src/Riskeer.Revetment.IO/WaveConditions/ExportableWaveConditionsFactory.cs (.../ExportableWaveConditionsFactory.cs) (revision d845320c4be9246f74eb65e0d460148be87777d8) @@ -75,7 +75,7 @@ /// The used in the calculations. /// The resulting from the calculations. /// The that the represents. - /// + /// for getting the target probability to use. /// A collection of . /// Thrown when any parameter is null. /// Thrown when Index: Riskeer/WaveImpactAsphaltCover/test/Riskeer.WaveImpactAsphaltCover.IO.Test/Exporters/WaveImpactAsphaltCoverWaveConditionsExporterTest.cs =================================================================== diff -u -rcb4afa462fa239009c16d8bec3b95dfde32013e2 -rd845320c4be9246f74eb65e0d460148be87777d8 --- Riskeer/WaveImpactAsphaltCover/test/Riskeer.WaveImpactAsphaltCover.IO.Test/Exporters/WaveImpactAsphaltCoverWaveConditionsExporterTest.cs (.../WaveImpactAsphaltCoverWaveConditionsExporterTest.cs) (revision cb4afa462fa239009c16d8bec3b95dfde32013e2) +++ Riskeer/WaveImpactAsphaltCover/test/Riskeer.WaveImpactAsphaltCover.IO.Test/Exporters/WaveImpactAsphaltCoverWaveConditionsExporterTest.cs (.../WaveImpactAsphaltCoverWaveConditionsExporterTest.cs) (revision d845320c4be9246f74eb65e0d460148be87777d8) @@ -40,7 +40,7 @@ public class WaveImpactAsphaltCoverWaveConditionsExporterTest { [Test] - public void Constructor_CalculationNull_ThrowArgumentNullException() + public void Constructor_CalculationsNull_ThrowArgumentNullException() { // Setup string filePath = TestHelper.GetScratchPadPath("test.csv");