Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRowTest.cs =================================================================== diff -u -r9cdd70c8d4ba76d93b72ef8c1b7df138fa73b0e4 -r67dc985cf426cef7a087410db5876d8c3fb51a39 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRowTest.cs (.../GrassCoverSlipOffOutwardsSectionResultRowTest.cs) (revision 9cdd70c8d4ba76d93b72ef8c1b7df138fa73b0e4) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRows/GrassCoverSlipOffOutwardsSectionResultRowTest.cs (.../GrassCoverSlipOffOutwardsSectionResultRowTest.cs) (revision 67dc985cf426cef7a087410db5876d8c3fb51a39) @@ -22,6 +22,7 @@ using System; using Core.Common.Base.Data; using Core.Common.Base.Geometry; +using Core.Common.TestUtil; using Core.Common.Utils.Reflection; using NUnit.Framework; using Ringtoets.Common.Data.FailureMechanism; @@ -64,9 +65,8 @@ Assert.AreEqual(result.AssessmentLayerTwoA, row.AssessmentLayerTwoA); Assert.AreEqual(result.AssessmentLayerThree, row.AssessmentLayerThree); - Assert.IsTrue( - TypeUtils.HasTypeConverter( - r => r.AssessmentLayerThree)); + TestHelper.AssertTypeConverter( + nameof(GrassCoverSlipOffOutwardsSectionResultRow.AssessmentLayerThree)); } [Test]