Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/GrassCoverSlipOffInwardsSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -rc482712c0ff06d5654836fc8d9af535641d63ffb -r7d790a82bda0347f47961162de614bacfa8e288c --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/GrassCoverSlipOffInwardsSectionResultEntityReadExtensionsTest.cs (.../GrassCoverSlipOffInwardsSectionResultEntityReadExtensionsTest.cs) (revision c482712c0ff06d5654836fc8d9af535641d63ffb) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/GrassCoverSlipOffInwardsSectionResultEntityReadExtensionsTest.cs (.../GrassCoverSlipOffInwardsSectionResultEntityReadExtensionsTest.cs) (revision 7d790a82bda0347f47961162de614bacfa8e288c) @@ -64,7 +64,7 @@ [TestCase(true, AssessmentLayerTwoAResult.Failed)] [TestCase(false, AssessmentLayerTwoAResult.Successful)] [TestCase(false, AssessmentLayerTwoAResult.Failed)] - public void Read_WithDecimalParameterValues_ReturnGrassCoverSlipOffInwardsSoilLayerWithDoubleParameterValues(bool layerOne, AssessmentLayerTwoAResult layerTwoA) + public void Read_WithDecimalParameterValues_ReturnGrassCoverSlipOffInwardsSectionResultWithDoubleParameterValues(bool layerOne, AssessmentLayerTwoAResult layerTwoA) { // Setup var random = new Random(21); @@ -99,7 +99,7 @@ [TestCase(true, AssessmentLayerTwoAResult.Failed)] [TestCase(false, AssessmentLayerTwoAResult.Successful)] [TestCase(false, AssessmentLayerTwoAResult.Failed)] - public void Read_WithNullLayerThree_ReturnGrassCoverSlipOffInwardsSoilLayerWithNullParameters(bool layerOne, AssessmentLayerTwoAResult layerTwoA) + public void Read_WithNullLayerThree_ReturnGrassCoverSlipOffInwardsSectionResultWithNullParameters(bool layerOne, AssessmentLayerTwoAResult layerTwoA) { // Setup var collector = new ReadConversionCollector();