Added HydraulicDatabaseHelper with method to verify the currently set HRD path. Added verification of the HRD path before design water level calculations are added as activities. Refactored HydraulicBoundaryDatabaseImporter so that a separate ValidateAndConnectTo call is no longer necessary. Related to Issue [WTI-329] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@2869 5a3db67b-de53-47b5-99c8-a1c30a6650e2
Added possibility to assert for log messages and log levels. Implemented IObservable on HydraulicBoundaryDatabaseContext to reroute attach/detach/notify to the assessmentSection instead. HydraulicBoundaryDatabaseImporter now works on the assessment section instead of the HydraulicBoundaryDatabaseContext. Refactored RingtoetsGuiPlugin to use IAssessmentSection rather than HydraulicBoundaryDatabaseContext in methods for opening a project file. Refactored to remove early returns in SelectDatabaseFile Added ProjectOpened listener to check for possibility to open the hydraulic database from the saved project. Refactored TreeNodeInfo tests so that dispose is taken out of the TearDown method so that verify can be called in the test rather than in the teardown. Related to Issue [WTI-329]