Index: Ringtoets/Common/test/Ringtoets.Common.IO.Test/SoilProfile/SegmentPointReaderTest.cs =================================================================== diff -u -r2dc7bb7aef782fd08d2474e14cc5486725896b38 -rd79bb06ea81984ab9741f0b3ec8adba380b80d0a --- Ringtoets/Common/test/Ringtoets.Common.IO.Test/SoilProfile/SegmentPointReaderTest.cs (.../SegmentPointReaderTest.cs) (revision 2dc7bb7aef782fd08d2474e14cc5486725896b38) +++ Ringtoets/Common/test/Ringtoets.Common.IO.Test/SoilProfile/SegmentPointReaderTest.cs (.../SegmentPointReaderTest.cs) (revision d79bb06ea81984ab9741f0b3ec8adba380b80d0a) @@ -57,7 +57,7 @@ [Test] [TestCaseSource(typeof(InvalidPathHelper), nameof(InvalidPathHelper.InvalidPaths))] - public void Constructor_FileNullOrEmpty_ThrowsCriticalFileReadException(string fileName) + public void Constructor_InvalidPath_ThrowsCriticalFileReadException(string fileName) { // Call TestDelegate test = () => @@ -173,7 +173,7 @@ } [Test] - public void ReadStochasticSoilModel_SegmentPointNull_ThrowsStochasticSoilModelException() + public void ReadStochasticSoilModel_SegmentPointCoordinatesNull_ThrowsStochasticSoilModelException() { // Setup string dbFile = Path.Combine(testDataPath, "invalidSegmentPoint.soil"); @@ -196,7 +196,7 @@ } [Test] - public void ReadStochasticSoilModel_EmptyDatabase_ReturnsFalse() + public void ReadStochasticSoilModel_EmptyDatabase_ReturnsEmptyCollection() { // Setup string dbFile = Path.Combine(testDataPath, "emptySchema.soil");