Incorporated comments review 3445: WTI-1925- Cleaned up code- Moved logging from the importer to the update helper-- Cleaned up resources-- Cleaned up tests
Incorporated comments review 3443: WTI-1925- Added ArgumentException when the read hydraulic location configuration database contains multiple or zero items for the database settings.-- Added factory and factory methods to verify behaviour-- Renamed factory methods to be more representative- Updated logic in the importer
Incorporated comments review 3443: WTI-1925- Changed Assert.Zero() and .NotZero() to Assert.AreEqual(0, ..) and .NotEqual(0, ...) for consistency reasons throughout the code
Added factory method: WTI-1925- Added factory method to create a read object with scenario information-- Done as preparation to be used for the UpdateHandler tests