Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismSectionResultRowTest.cs =================================================================== diff -u -rdd8f41ce9d9ff9fd570874721a114560c7a71013 -r67dc985cf426cef7a087410db5876d8c3fb51a39 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismSectionResultRowTest.cs (.../ClosingStructuresFailureMechanismSectionResultRowTest.cs) (revision dd8f41ce9d9ff9fd570874721a114560c7a71013) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismSectionResultRowTest.cs (.../ClosingStructuresFailureMechanismSectionResultRowTest.cs) (revision 67dc985cf426cef7a087410db5876d8c3fb51a39) @@ -20,6 +20,7 @@ // All rights reserved. using Core.Common.Base.Geometry; +using Core.Common.TestUtil; using Core.Common.Utils.Reflection; using NUnit.Framework; using Ringtoets.ClosingStructures.Data; @@ -49,9 +50,8 @@ // Assert Assert.IsInstanceOf>(row); Assert.AreEqual(result.AssessmentLayerTwoA, row.AssessmentLayerTwoA); - Assert.IsTrue( - TypeUtils.HasTypeConverter( - r => r.AssessmentLayerTwoA)); + TestHelper.AssertTypeConverter( + nameof(ClosingStructuresFailureMechanismSectionResultRow.AssessmentLayerTwoA)); } [Test]