Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r7d790a82bda0347f47961162de614bacfa8e288c -rccb1ae6dd94418a50100552563a0d81008fddfab --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest.cs (.../StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest.cs) (revision 7d790a82bda0347f47961162de614bacfa8e288c) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest.cs (.../StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest.cs) (revision ccb1ae6dd94418a50100552563a0d81008fddfab) @@ -62,8 +62,8 @@ } [Test] - [TestCase(true)] - [TestCase(false)] + [TestCase(true, TestName = "DecimalValues_ReturnsStrengthStabilityLengthwiseConstructionSectionResultWithDoubleParameters(true)")] + [TestCase(false, TestName = "DecimalValues_ReturnsStrengthStabilityLengthwiseConstructionSectionResultWithDoubleParameters(false)")] public void Read_WithDecimalParameterValues_ReturnStrengthStabilityLengthwiseConstructionSectionResultWithDoubleParameterValues(bool layerOne) { // Setup @@ -94,8 +94,8 @@ } [Test] - [TestCase(true)] - [TestCase(false)] + [TestCase(true, TestName = "NullValues_ReturnStrengthStabilityLengthwiseConstructionSectionResultWithNullParameters(true)")] + [TestCase(false, TestName = "NullValues_ReturnStrengthStabilityLengthwiseConstructionSectionResultWithNullParameters(false)")] public void Read_WithNullParameterValues_ReturnStrengthStabilityLengthwiseConstructionSectionResultWithNullParameters(bool layerOne) { // Setup