Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r6e33ada58f1a53a5a732c3b4e46583ad846a2983 -r051f69f0ac8cf121afb24db54040b4122bb3ed6c --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensionsTest.cs (.../ClosingStructuresSectionResultEntityReadExtensionsTest.cs) (revision 6e33ada58f1a53a5a732c3b4e46583ad846a2983) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensionsTest.cs (.../ClosingStructuresSectionResultEntityReadExtensionsTest.cs) (revision 051f69f0ac8cf121afb24db54040b4122bb3ed6c) @@ -26,6 +26,7 @@ using Application.Ringtoets.Storage.TestUtil; using NUnit.Framework; using Ringtoets.ClosingStructures.Data; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Data.Structures; namespace Application.Ringtoets.Storage.Test.Read.ClosingStructures @@ -63,9 +64,11 @@ } [Test] - [TestCase(true)] - [TestCase(false)] - public void Read_WithDecimalParameterValues_ReturnClosingStructuresSectionResultWithDoubleParameterValues(bool layerOne) + [TestCase(AssessmentLayerOneState.NotAssessed)] + [TestCase(AssessmentLayerOneState.NeedsDetailedAssessment)] + [TestCase(AssessmentLayerOneState.Sufficient)] + public void Read_WithDecimalParameterValues_ReturnClosingStructuresSectionResultWithDoubleParameterValues( + AssessmentLayerOneState layerOne) { // Setup var random = new Random(21);