Index: Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/PipingInputTest.cs =================================================================== diff -u -radb07e7a993937b1d553e9593d565769626f02d0 -rb46ee3c225852d985fdee6214e5f7cb298aef92e --- Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/PipingInputTest.cs (.../PipingInputTest.cs) (revision adb07e7a993937b1d553e9593d565769626f02d0) +++ Ringtoets/Piping/test/Ringtoets.Piping.Data.Test/PipingInputTest.cs (.../PipingInputTest.cs) (revision b46ee3c225852d985fdee6214e5f7cb298aef92e) @@ -168,7 +168,7 @@ } [Test] - [TestCase(1e-6, "Invalid ExitPointL due to rounding to 0.0")] + [TestCase(1e-6, Description = "Invalid ExitPointL due to rounding to 0.0")] [TestCase(0)] [TestCase(-1e-6)] [TestCase(-21)] @@ -200,7 +200,7 @@ } [Test] - [TestCase(-1e-3, "Valid EntryPointL due to rounding to 0.0")] + [TestCase(-1e-3, Description = "Valid EntryPointL due to rounding to 0.0")] [TestCase(1.23456789)] public void EntryPointL_SetToNew_ValueIsRounded(double value) {