Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil/WaveConditionsCosineCalculatorTestHelper.cs
===================================================================
diff -u -r9f43dc146675fb7116a46f591489b4b0f00c5267 -rbb8a619893b78cc8081813837bb5123d3af1e40d
--- Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil/WaveConditionsCosineCalculatorTestHelper.cs (.../WaveConditionsCosineCalculatorTestHelper.cs) (revision 9f43dc146675fb7116a46f591489b4b0f00c5267)
+++ Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil/WaveConditionsCosineCalculatorTestHelper.cs (.../WaveConditionsCosineCalculatorTestHelper.cs) (revision bb8a619893b78cc8081813837bb5123d3af1e40d)
@@ -28,12 +28,12 @@
namespace Ringtoets.Revetment.TestUtil
{
///
- /// Class that can be used to test .
+ /// Class that provide test cases which can be used to test objects using .
///
public static class WaveConditionsCosineCalculatorTestHelper
{
///
- /// Gets wave conditions cosine calculators that will fail when called.
+ /// Gets test cases of wave conditions cosine calculators that will fail when called.
///
public static IEnumerable FailingWaveConditionsCosineCalculators
{
Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Service.Test/WaveConditionsCalculationServiceBaseTest.cs
===================================================================
diff -u -r736f04ea6f24399148ab8efd7f3b03ae8f8f56b5 -rbb8a619893b78cc8081813837bb5123d3af1e40d
--- Ringtoets/Revetment/test/Ringtoets.Revetment.Service.Test/WaveConditionsCalculationServiceBaseTest.cs (.../WaveConditionsCalculationServiceBaseTest.cs) (revision 736f04ea6f24399148ab8efd7f3b03ae8f8f56b5)
+++ Ringtoets/Revetment/test/Ringtoets.Revetment.Service.Test/WaveConditionsCalculationServiceBaseTest.cs (.../WaveConditionsCalculationServiceBaseTest.cs) (revision bb8a619893b78cc8081813837bb5123d3af1e40d)
@@ -475,7 +475,7 @@
new WaveConditionsCalculationService().PublicCalculate(a, b, c, norm, input, hcldFilePath, calculationName);
// Assert
- for (var i = 0; i < input.WaterLevels.Count(); i++)
+ for (var i = 0; i < nrOfCalculators; i++)
{
WaveConditionsCosineCalculationInput expectedInput = CreateInput(input.WaterLevels.ElementAt(i), a, b, c, norm, input, useForeshore, useBreakWater);
HydraRingDataEqualityHelper.AreEqual(expectedInput, calculator.ReceivedInputs[i]);
Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs
===================================================================
diff -u -r736f04ea6f24399148ab8efd7f3b03ae8f8f56b5 -rbb8a619893b78cc8081813837bb5123d3af1e40d
--- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs (.../StabilityPointStructuresCalculationServiceTest.cs) (revision 736f04ea6f24399148ab8efd7f3b03ae8f8f56b5)
+++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs (.../StabilityPointStructuresCalculationServiceTest.cs) (revision bb8a619893b78cc8081813837bb5123d3af1e40d)
@@ -830,7 +830,6 @@
var mockRepository = new MockRepository();
var assessmentSectionStub = mockRepository.Stub();
-
var calculatorFactory = mockRepository.StrictMock();
mockRepository.ReplayAll();