Index: Ringtoets/Common/test/Ringtoets.Common.IO.Test/ReferenceLineImporterTest.cs =================================================================== diff -u -r587f6330c5876eb326e8bea5e82a3650866cc475 -rb9851915fb250e14a7608ae243fe94b6ab8d8abf --- Ringtoets/Common/test/Ringtoets.Common.IO.Test/ReferenceLineImporterTest.cs (.../ReferenceLineImporterTest.cs) (revision 587f6330c5876eb326e8bea5e82a3650866cc475) +++ Ringtoets/Common/test/Ringtoets.Common.IO.Test/ReferenceLineImporterTest.cs (.../ReferenceLineImporterTest.cs) (revision b9851915fb250e14a7608ae243fe94b6ab8d8abf) @@ -64,7 +64,7 @@ var importer = new ReferenceLineImporter(assessmentSection, ""); // Assert - Assert.IsInstanceOf(importer); + Assert.IsInstanceOf>(importer); mocks.VerifyAll(); } @@ -567,7 +567,7 @@ Assert.IsTrue(importer.Import()); // Call - importer.DoPostImportUpdates(referenceLineContext); + importer.DoPostImportUpdates(); // Assert mocks.VerifyAll(); // Expect NotifyObservers on cleared calculations and context @@ -607,7 +607,7 @@ Assert.IsTrue(importer.Import()); // Call - importer.DoPostImportUpdates(referenceLineContext); + importer.DoPostImportUpdates(); // Assert mocks.VerifyAll(); // Expect NotifyObservers on context parent @@ -658,7 +658,7 @@ Assert.IsFalse(importer.Import()); // Call - importer.DoPostImportUpdates(referenceLineContext); + importer.DoPostImportUpdates(); // Assert mocks.VerifyAll(); // Expect no NotifyObserver calls @@ -742,7 +742,7 @@ Assert.IsTrue(importer.Import()); // Call - importer.DoPostImportUpdates(referenceLineContext); + importer.DoPostImportUpdates(); // Assert mocks.VerifyAll(); // Expect NotifyObservers on cleared calculations and context