Ringtoets.Integration.Plugin.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

    • -2
    • +2
    ./Ringtoets.Integration.Plugin.Test.csproj
  1. … 56 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Fixed namespaces in .Data project

    • -1
    • +1
    ./ViewInfos/AssemblyResultCategoriesViewInfoTest.cs
    • -1
    • +1
    ./ViewInfos/FailureMechanismAssemblyCategoriesViewInfoTest.cs
    • -1
    • +1
    ./ViewInfos/MacroStabilityOutwardsAssemblyCategoriesViewInfoTest.cs
  1. … 374 more files in changeset.
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

    • -2
    • +2
    ./Ringtoets.Integration.Plugin.Test.csproj
  1. … 89 more files in changeset.
Changed log message. Paired with tang_ds. WTI-1927

    • -1
    • +1
    ./Handlers/HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs
  1. … 2 more files in changeset.
Incorporated comments tester: WTI-1925

- Fixed log message when table ScenarioInformation is not present in the HLCD

    • -1
    • +1
    ./Handlers/HydraulicBoundaryDatabaseUpdateHandlerTest.cs
    • -1
    • +1
    ./Handlers/HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs
    • -1
    • +1
    ./Helpers/HydraulicLocationConfigurationSettingsUpdateHelperTest.cs
  1. … 2 more files in changeset.
Incorporated comments review 3449: WTI-1927

- Added HydraulicBoundaryDatabase as constructor argument for the HydraulicLocationConfigurationImportHandler

-- Maintained the location configuration settings as an argument as it must remain clear which object is updated by using the interface.

    • -10
    • +30
    ./Handlers/HydraulicLocationConfigurationDatabaseImportHandlerTest.cs
  1. … 5 more files in changeset.
Incorporated comments review 3449: WTI-1927

- Cleaned up files

-- Improved tests

    • -13
    • +9
    ./Handlers/HydraulicLocationConfigurationDatabaseImportHandlerTest.cs
  1. … 2 more files in changeset.
Incorporated comments review 3446: WTI-1926

- Renamed columns directly related to the HydraulicBoundaryDatabase

-- Fixed migration logic

-- Fixed test data files which operate with Ringtoets database structure 191

  1. … 3 more files in changeset.
Clear all output. WTI-1927

    • -1
    • +7
    ./Handlers/HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs
  1. … 1 more file in changeset.
Incorporated comments review 3445: WTI-1925

- Cleaned up code

- Moved logging from the importer to the update helper

-- Cleaned up resources

-- Cleaned up tests

    • -14
    • +20
    ./Handlers/HydraulicBoundaryDatabaseUpdateHandlerTest.cs
    • -4
    • +11
    ./Handlers/HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs
    • -4
    • +11
    ./Helpers/HydraulicLocationConfigurationSettingsUpdateHelperTest.cs
  1. … 8 more files in changeset.
Extracted HLCD file name editor: WTI-1927

- Editor extracted to allow overrides for a custom file filter.

- Fixed failing test of the property info which is introdcued due to a dependency on the GUI.MainWindow

    • -0
    • +13
    ./PropertyInfos/HydraulicBoundaryDatabasePropertyInfoTest.cs
  1. … 8 more files in changeset.
Cleaned up test file WTI-1927

    • -4
    • +3
    ./Handlers/HydraulicLocationConfigurationDatabaseImportHandlerTest.cs
Renamed interface method definition. WTI-1927

    • -3
    • +3
    ./Handlers/HydraulicLocationConfigurationDatabaseImportHandlerTest.cs
  1. … 4 more files in changeset.
Added implementation of the import handler. WTI-1927

    • -1
    • +132
    ./Handlers/HydraulicLocationConfigurationDatabaseImportHandlerTest.cs
  1. … 3 more files in changeset.
Added clearing output. WTI-1927

    • -1
    • +71
    ./Handlers/HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs
  1. … 1 more file in changeset.
Added constructor parameter. WTI-1927

    • -7
    • +24
    ./Handlers/HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs
  1. … 1 more file in changeset.
Return changed objects. WTI-1927

    • -0
    • +20
    ./Handlers/HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs
  1. … 1 more file in changeset.
Set settings in update handler. WTI-1927

    • -7
    • +45
    ./Handlers/HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs
  1. … 2 more files in changeset.
Moved helper to Helpers folder and moved constants to separate file. WTI-1927

    • -105
    • +0
    ./Handlers/HydraulicLocationConfigurationSettingsUpdateHelperTest.cs
    • -0
    • +39
    ./Helpers/HydraulicLocationConfigurationSettingsConstantsTest.cs
    • -0
    • +105
    ./Helpers/HydraulicLocationConfigurationSettingsUpdateHelperTest.cs
    • -1
    • +2
    ./Ringtoets.Integration.Plugin.Test.csproj
  1. … 5 more files in changeset.
Introduced helper for setting the settings. WTI-1927

    • -0
    • +105
    ./Handlers/HydraulicLocationConfigurationSettingsUpdateHelperTest.cs
    • -0
    • +1
    ./Ringtoets.Integration.Plugin.Test.csproj
  1. … 2 more files in changeset.
Added null checks. WTI-1927

    • -0
    • +44
    ./Handlers/HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs
  1. … 1 more file in changeset.
Added confirmation dialog. WTI-1927

    • -1
    • +41
    ./Handlers/HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs
  1. … 3 more files in changeset.
Introduced update handler. WTI-1927

    • -0
    • +41
    ./Handlers/HydraulicLocationConfigurationDatabaseUpdateHandlerTest.cs
    • -0
    • +1
    ./Ringtoets.Integration.Plugin.Test.csproj
  1. … 2 more files in changeset.
Introduced import handler to handle with HLCD imports from the hydraulic boundary database property panel: WTI-1927

- Added empty handler class to be substituted in the RingtoetsPlugin to prevent ArgumentNullExceptions on runtime.

    • -0
    • +41
    ./Handlers/HydraulicLocationConfigurationDatabaseImportHandlerTest.cs
    • -0
    • +1
    ./Ringtoets.Integration.Plugin.Test.csproj
  1. … 7 more files in changeset.
Incorporated comments PO: WTI-1925

- Changed default values for the HLCD information when there's no ScenarioInformation present in order to make it more insightful that default values are used.

    • -1
    • +1
    ./Handlers/HydraulicBoundaryDatabaseUpdateHandlerTest.cs
  1. … 1 more file in changeset.
Removed trackId from data model. WTI-1927

    • -1
    • +0
    ./Handlers/HydraulicBoundaryDatabaseUpdateHandlerTest.cs
  1. … 3 more files in changeset.
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

    • -2
    • +38
    ./Handlers/HydraulicBoundaryDatabaseUpdateHandlerTest.cs
  1. … 11 more files in changeset.
Incorporated comments review 3443: WTI-1925

- Removed the IsScenarioInformationPresent flag from the read object.

    • -2
    • +2
    ./Handlers/HydraulicBoundaryDatabaseUpdateHandlerTest.cs
  1. … 10 more files in changeset.
Added migration logic: WTI-1926

- Extended test file with 2 assessment sections to verify the migration of sections with and without hydraulic boundary database.

- Fixed failing tests by saving a newer version of the Ringtoets file format

  1. … 4 more files in changeset.
Set TrackId in update handler. WTI-1927

    • -0
    • +1
    ./Handlers/HydraulicBoundaryDatabaseUpdateHandlerTest.cs
  1. … 1 more file in changeset.