Renamed Ringtoets --> Riskeer in test/Ringtoets.AssemblyTool : WTI-1931- Fixed compilation errors as a consequence of the directory renaming of the TestUtil(.Test)
Renamed Ringtoets --> Riskeer in test/Ringtoets.AssemblyTool : WTI-1931- Renamed KernelWrapper.TestUtil project- Fixed default namespace and assembly information-- Note: the namespaces of the sourcefiles were NOT fixed as part of this commit
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931- Fixed compilation errors caused by the directory renaming of Ringtoets.AssemblyTool.<X> to Riskeer.AssemblyTool.<X>
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931- Renamed .KernelWrapper project-- Adjusted default namespace information-- Note: namespaces in the files were NOT fixed as part of this commit
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931- Renamed .Forms project-- Adjusted default namespace information-- Note: namespaces in the files were NOT fixed as part of this commit
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931- Renamed .Data project-- Adjusted default namespace information-- Note: namespaces in the files were NOT fixed as part of this commit
Incorporated comments review 3443: WTI-1925- Changed Assert.Zero() and .NotZero() to Assert.AreEqual(0, ..) and .NotEqual(0, ...) for consistency reasons throughout the code
Updated logic of the CalculationSettingsFactory: WTI-1925- Set the file path of the HydraulicBoundaryLocationSettings when there's a file path argument passed.
Updated logic of the CalculationSettingsFactory: WTI-1925- Introduced testhelper to set valid values on the HydraulicLocationConfigurationSettings in order to fix failing tests.
Updated logic of the CalculationSettingsFactory: WTI-1925- HLCD file path location can be retrieved directly from the location settings instead of deriving it.
Added extra check to the HydraulicLocationConfigurationSettings. WTI-1925- FilePath of the HLCD should always be set to a non-NULL/non-empty value when setting other values.