Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsFailureMechanismSectionResultRowTest.cs =================================================================== diff -u -rb556f998920c811cb6ea8b0109717e671582b003 -r6a712dd526ae9c33c62d9b0c057199ad62de5f3e --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsFailureMechanismSectionResultRowTest.cs (.../GrassCoverErosionInwardsFailureMechanismSectionResultRowTest.cs) (revision b556f998920c811cb6ea8b0109717e671582b003) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/Views/GrassCoverErosionInwardsFailureMechanismSectionResultRowTest.cs (.../GrassCoverErosionInwardsFailureMechanismSectionResultRowTest.cs) (revision 6a712dd526ae9c33c62d9b0c057199ad62de5f3e) @@ -124,6 +124,7 @@ // Assert var exception = Assert.Throws(test); Assert.AreEqual("constructionProperties", exception.ParamName); + mocks.VerifyAll(); } [Test]