Index: Ringtoets/Common/test/Ringtoets.Common.IO.Test/SoilProfile/PreconsolidationStressReadValuesTest.cs =================================================================== diff -u -rf23ce41a1dd004c56ab38179b6b28cd389edba36 -r3fe99efe7580ec1d9eb850908c001c990dc43fe5 --- Ringtoets/Common/test/Ringtoets.Common.IO.Test/SoilProfile/PreconsolidationStressReadValuesTest.cs (.../PreconsolidationStressReadValuesTest.cs) (revision f23ce41a1dd004c56ab38179b6b28cd389edba36) +++ Ringtoets/Common/test/Ringtoets.Common.IO.Test/SoilProfile/PreconsolidationStressReadValuesTest.cs (.../PreconsolidationStressReadValuesTest.cs) (revision 3fe99efe7580ec1d9eb850908c001c990dc43fe5) @@ -34,7 +34,7 @@ public class PreconsolidationStressReadValuesTest { [Test] - public void PreconsolidationStressProperties_ReaderNull_ThrowsArgumentNullException() + public void PreconsolidationStressReadValues_ReaderNull_ThrowsArgumentNullException() { // Call TestDelegate call = () => new PreconsolidationStressReadValues(null, string.Empty); @@ -45,7 +45,7 @@ } [Test] - public void PreconsolidationStressProperties_ProfileNameNull_ThrowsArgumentNullException() + public void PreconsolidationStressReadValues_ProfileNameNull_ThrowsArgumentNullException() { // Setup var mockRepository = new MockRepository(); @@ -63,7 +63,7 @@ } [Test] - public void PreconsolidationStressProperties_WithReaderAndProfileName_SetProperties() + public void PreconsolidationStressReadValues_WithReaderAndProfileName_SetProperties() { // Setup var random = new Random(42); @@ -99,7 +99,7 @@ [Test] [TestCaseSource(nameof(PreconsolidationStressProperties))] - public void LayerProperties_ReaderThrowsInvalidCastException_ThrowsSoilProfileReadException(string columnName) + public void PreconsolidationStressReadValues_ReaderThrowsInvalidCastException_ThrowsSoilProfileReadException(string columnName) { // Setup const string path = "path";