Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/GrassCoverErosionOutwardsSectionResultRowTest.cs =================================================================== diff -u -rbd3056331b8727d6f9758d1f4e5979694d439398 -rce94b8228bc7e51779b3754217580f13cb35e475 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/GrassCoverErosionOutwardsSectionResultRowTest.cs (.../GrassCoverErosionOutwardsSectionResultRowTest.cs) (revision bd3056331b8727d6f9758d1f4e5979694d439398) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/GrassCoverErosionOutwardsSectionResultRowTest.cs (.../GrassCoverErosionOutwardsSectionResultRowTest.cs) (revision ce94b8228bc7e51779b3754217580f13cb35e475) @@ -23,12 +23,15 @@ using Core.Common.Base; using Core.Common.Base.Data; using Core.Common.Base.Geometry; +using Core.Common.Utils.Reflection; + using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Data.TestUtil; +using Ringtoets.Common.Forms.TypeConverters; using Ringtoets.Integration.Data.StandAlone.SectionResults; using Ringtoets.Integration.Forms.Views.SectionResultRows; @@ -63,6 +66,10 @@ Assert.AreEqual(result.AssessmentLayerOne, row.AssessmentLayerOne); Assert.AreEqual(result.AssessmentLayerTwoA, row.AssessmentLayerTwoA); Assert.AreEqual(result.AssessmentLayerThree, row.AssessmentLayerThree); + + Assert.IsTrue(TypeUtils.HasTypeConverter( + r => r.AssessmentLayerThree)); } [Test]