Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/MacrostabilityOutwardsSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -rb4816e19c7167c26fad825b88dd72b59dcedc13a -r7d790a82bda0347f47961162de614bacfa8e288c --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/MacrostabilityOutwardsSectionResultEntityReadExtensionsTest.cs (.../MacrostabilityOutwardsSectionResultEntityReadExtensionsTest.cs) (revision b4816e19c7167c26fad825b88dd72b59dcedc13a) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/MacrostabilityOutwardsSectionResultEntityReadExtensionsTest.cs (.../MacrostabilityOutwardsSectionResultEntityReadExtensionsTest.cs) (revision 7d790a82bda0347f47961162de614bacfa8e288c) @@ -62,7 +62,7 @@ [Test] [TestCase(true)] [TestCase(false)] - public void Read_WithDecimalParameterValues_ReturnMacrostabilityOutwardsSoilLayerWithDoubleParameterValues(bool layerOne) + public void Read_WithDecimalParameterValues_ReturnMacrostabilityOutwardsSectionResultWithDoubleParameterValues(bool layerOne) { // Setup var random = new Random(21); @@ -97,7 +97,7 @@ [Test] [TestCase(true)] [TestCase(false)] - public void Read_WithNullLayerTwoA_ReturnMacrostabilityOutwardsSoilLayerWithNullParameters(bool layerOne) + public void Read_WithNullLayerTwoA_ReturnMacrostabilityOutwardsSectionResultWithNullParameters(bool layerOne) { // Setup var collector = new ReadConversionCollector(); @@ -122,7 +122,7 @@ [Test] [TestCase(true)] [TestCase(false)] - public void Read_WithNullLayerThree_ReturnMacrostabilityOutwardsSoilLayerWithNullParameters(bool layerOne) + public void Read_WithNullLayerThree_ReturnMacrostabilityOutwardsSectionResultWithNullParameters(bool layerOne) { // Setup var collector = new ReadConversionCollector();