Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacrostabilityInwards/MacrostabilityInwardsFailureMechanismSectionResultCreateExtensionsTest.cs =================================================================== diff -u -rb66269d1c3435557b993a5daa333612017f6ccfd -re38a7c2baca2872af6319d535c6468133ea31fbc --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacrostabilityInwards/MacrostabilityInwardsFailureMechanismSectionResultCreateExtensionsTest.cs (.../MacrostabilityInwardsFailureMechanismSectionResultCreateExtensionsTest.cs) (revision b66269d1c3435557b993a5daa333612017f6ccfd) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacrostabilityInwards/MacrostabilityInwardsFailureMechanismSectionResultCreateExtensionsTest.cs (.../MacrostabilityInwardsFailureMechanismSectionResultCreateExtensionsTest.cs) (revision e38a7c2baca2872af6319d535c6468133ea31fbc) @@ -24,6 +24,7 @@ using Application.Ringtoets.Storage.TestUtil; using Core.Common.Base.Data; using NUnit.Framework; +using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Integration.Data.StandAlone.SectionResults; namespace Application.Ringtoets.Storage.Test.Create.MacrostabilityInwards @@ -33,7 +34,8 @@ { [Test] public void Create_WithDifferentResults_ReturnsEntityWithExpectedResults( - [Values(true, false)] bool assessmentLayerOneResult, + [Values(AssessmentLayerOneState.NotAssessed, AssessmentLayerOneState.NeedsDetailedAssessment, + AssessmentLayerOneState.Sufficient)] AssessmentLayerOneState assessmentLayerOneResult, [Values(0.2, 0.523)] double assessmentLayerTwoAResult, [Values(3.2, 4.5)] double assessmentLayerThreeResult) {