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
Cleanup: WTI-1923- Removed test factory:-- The test files usually already contain their local definitions of creating a valid HydraulicBoundaryCalculationSettings object, no need to redefine it again by means of an external factory.
Cleanup: WTI-1923- Removed explicit invocation checks, use the HydraRingCalculationSettingsTestHelper to assert input arguments to the calculators-- Removed unnecessary stub definitions for the mocks and stubs
Refactored TargetProbabilityCalculationService: WTI-1923- Derived services make use Validate definition. This definition should take a HydraulicBoundaryCalculationSetting as argument and unwrap its content internally instead at the calling sides.
Introduced HydraulicBoundaryCalculationSettings for Dunes: WTI-1923- Fixed failing tests as a consequence of the refactoring of the corresponding activity.- Updated XMLDoc
Introduced HydraulicBoundaryCalculationSettings for Dunes: WTI-1923- Fixed failing tests:-- Removed the temporary patch to prevent compilation errors from 7441a8f5b097aaca1f1a08c32937ebfe5e07d8b0.-- Simplified tests and mocks, as a single test should be sufficient that the correct input was sent to the calculator.
Introduced HydraulicBoundaryCalculationSettings for Dunes: WTI-1923- Applied for the Service.Calculate-- Was not applied to the validation logic yetNote: applied a temporary "fix" for the activity to prevent compilation errors. Some tests will fail.