Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsDesignWaterLevelLocationContextPropertiesTest.cs =================================================================== diff -u -r08aceaa9a775610776b9014046b3acabea2447d1 -r24a8c1ddd38f7fc1c9c095c1be8e96a0ae89ae58 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsDesignWaterLevelLocationContextPropertiesTest.cs (.../GrassCoverErosionOutwardsDesignWaterLevelLocationContextPropertiesTest.cs) (revision 08aceaa9a775610776b9014046b3acabea2447d1) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsDesignWaterLevelLocationContextPropertiesTest.cs (.../GrassCoverErosionOutwardsDesignWaterLevelLocationContextPropertiesTest.cs) (revision 24a8c1ddd38f7fc1c9c095c1be8e96a0ae89ae58) @@ -100,10 +100,7 @@ } [Test] - [TestCase(CalculationConvergence.CalculatedConverged)] - [TestCase(CalculationConvergence.CalculatedNotConverged)] - [TestCase(CalculationConvergence.NotCalculated)] - public void GetProperties_FullyConfiguredLocation_ReturnsExpected(CalculationConvergence convergence) + public void GetProperties_FullyConfiguredLocation_ReturnsExpected() { // Setup var random = new Random(); @@ -117,6 +114,7 @@ double calculatedProbability = random.NextDouble(); double calculatedReliability = random.NextDouble(); double designWaterLevel = random.NextDouble(); + CalculationConvergence convergence = random.NextEnumValue(); var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(id, name, x, y) {