Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/RingtoetsPipingSurfaceLineReplaceDataStrategyTest.cs =================================================================== diff -u -r316e741c3eefe3aab13dd070b56654a6bc4c24f1 -r9339e95abc9e858564aac8359766ea5152e72f6e --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/RingtoetsPipingSurfaceLineReplaceDataStrategyTest.cs (.../RingtoetsPipingSurfaceLineReplaceDataStrategyTest.cs) (revision 316e741c3eefe3aab13dd070b56654a6bc4c24f1) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/FileImporter/RingtoetsPipingSurfaceLineReplaceDataStrategyTest.cs (.../RingtoetsPipingSurfaceLineReplaceDataStrategyTest.cs) (revision 9339e95abc9e858564aac8359766ea5152e72f6e) @@ -58,7 +58,7 @@ } [Test] - public void UpdateModelWithImportedData_ReadSurfaceLinesNull_ThrowsArgumentNullException() + public void UpdateSurfaceLinesWithImportedData_ReadSurfaceLinesNull_ThrowsArgumentNullException() { // Setup var strategy = new RingtoetsPipingSurfaceLineReplaceDataStrategy(); @@ -74,7 +74,7 @@ } [Test] - public void UpdateModelWithImportedData_SourceFilePathNull_ThrowsArgumentNullException() + public void UpdateSurfaceLinesWithImportedData_SourceFilePathNull_ThrowsArgumentNullException() { // Setup var strategy = new RingtoetsPipingSurfaceLineReplaceDataStrategy(); @@ -90,7 +90,7 @@ } [Test] - public void UpdateModelWithImportedData_DifferentSourcePath_UpdatesSourcePathOfTargetCollection() + public void UpdateSurfaceLinesWithImportedData_DifferentSourcePath_UpdatesSourcePathOfTargetCollection() { // Setup var targetCollection = new ObservableCollectionWithSourcePath(); @@ -113,7 +113,7 @@ } [Test] - public void UpdateModelWithImportedData_DifferentElements_UpdatesTargetCollection() + public void UpdateSurfaceLinesWithImportedData_DifferentElements_UpdatesTargetCollection() { // Setup var targetSurfaceLine = new RingtoetsPipingSurfaceLine