Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -ra14d1309ecf82ff5b0385a2f6e3b2c4a216a4184 -re38a7c2baca2872af6319d535c6468133ea31fbc --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsSectionResultEntityReadExtensionsTest.cs (.../GrassCoverErosionOutwardsSectionResultEntityReadExtensionsTest.cs) (revision a14d1309ecf82ff5b0385a2f6e3b2c4a216a4184) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsSectionResultEntityReadExtensionsTest.cs (.../GrassCoverErosionOutwardsSectionResultEntityReadExtensionsTest.cs) (revision e38a7c2baca2872af6319d535c6468133ea31fbc) @@ -48,10 +48,11 @@ } [Test] - [TestCase(true, AssessmentLayerTwoAResult.Failed)] - [TestCase(false, AssessmentLayerTwoAResult.Successful)] - [TestCase(false, AssessmentLayerTwoAResult.Failed)] - public void Read_WithDecimalParameterValues_ReturnSectionResultWithDoubleParameterValues(bool layerOne, AssessmentLayerTwoAResult layerTwoA) + [TestCase(AssessmentLayerOneState.NotAssessed, AssessmentLayerTwoAResult.Failed)] + [TestCase(AssessmentLayerOneState.NeedsDetailedAssessment, AssessmentLayerTwoAResult.Successful)] + [TestCase(AssessmentLayerOneState.Sufficient, AssessmentLayerTwoAResult.Failed)] + public void Read_WithDecimalParameterValues_ReturnSectionResultWithDoubleParameterValues( + AssessmentLayerOneState layerOne, AssessmentLayerTwoAResult layerTwoA) { // Setup var random = new Random(21);