Ringtoets.Integration.Service.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Incorporated comments review 2824, get rid of the 'Erosion' intermediate suffix to prevent confusion: - Renamed the DuneErosionLocationsHelper --> DuneLocationCalculationsHelper. -- Updated function names and XMLDoc

WTI-1574

    • -4
    • +4
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 9 more files in changeset.
Incorporated comments review 2824: - Updated XMLDoc for the Integration.Service -- Improved and cleaned up tests

WTI-1574

    • -4
    • +27
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 3 more files in changeset.
Incorporated comments review 2824, rename SetDuneLocationCalculations to SetDuneLocations: - Made the DuneLocations property an IObservableEnumerable --> modifications should not be possible from outside the SetDuneLocations() method to prevent the calculations from getting out of sync with the locations

WTI-1574

    • -10
    • +6
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 18 more files in changeset.
Incorporated comments review 2824, rename SetDuneLocationCalculations to SetDuneLocations: - Changed functionality: function sets the locations as well to keep the calculations and locations synchronised.

WTI-1574

    • -1
    • +1
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 8 more files in changeset.
Incorporated comments review 2824: - Renamed DuneLocationOutput to DuneLocationCalculationOutput -- Adjusted CreateExtension file names -- Updated function and parameter names where necessary.

WTI-1574

    • -7
    • +7
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 43 more files in changeset.
Introduced testhelper for the DuneErosionFailureMechanism to make the asserts and retrieval of the objects with an output easier.

WTI-1574

    • -36
    • +4
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 8 more files in changeset.
Reverted commit 1bd68d22bc0484d9d18afb2a776b8f5943712803, reapplied commit 15d708dd6d9cceee5573169f2bdf96f497a31247:

Adjusted RingtoetsDataSynchronisation service to clear output after changing the norm:

- Every exposed calculation list on the failure mechanism is cleared in addition to the dune locations

- Adjusted tests such that they verify the affected objects also contain the affected calculations from the exposed lists

Note: fixed merge conflicts here, adapted tests files such that they are corresponding with the current test setup.

WTI-1574

    • -18
    • +58
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 2 more files in changeset.
Moved GrassCoverErosionOutwardsHydraulicBoundaryLocationsTestHelper. WTI-1703

    • -0
    • +4
    ./Ringtoets.Integration.Service.Test.csproj
    • -1
    • +1
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 31 more files in changeset.
Applied some final renames. WTI-1698

    • -16
    • +16
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 4 more files in changeset.
Applied some final renames. WTI-1698

    • -4
    • +4
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 4 more files in changeset.
Renamed HydraulicBoundaryLocationOutput into HydraulicBoundaryLocationCalculationOutput. WTI-1698

    • -21
    • +21
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 88 more files in changeset.
Fixed some small typos. WTI-1698

    • -1
    • +1
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 4 more files in changeset.
Incorporated comments review 2718, 2722, 2724: - Updated XMLDoc - Added .ToArray() when retrieving calculations with outputs due to concat being a lazy evaluation --> removed .ToArray() calls on the calling sides. - Cleaned up test

WTI-1570

    • -2
    • +4
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 4 more files in changeset.
Incorporated comments review 2711: - Updated XMLDocs - Cleaned up function call: hydraulic boundary location (HBL) database is not necessary to clear HBL calculation output anymore as the calculations are defined in a different object - Updated testfile

WTI-1570

    • -146
    • +134
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 4 more files in changeset.
Review related changes. WTI-1574

    • -69
    • +62
    ./RingtoetsDataSynchronizationServiceTest.cs
Review related changes. WTI-1574

    • -10
    • +2
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 7 more files in changeset.
Reverse commit 15d708dd6d9cceee5573169f2bdf96f497a31247:

Adjusted RingtoetsDataSynchronisation service to clear output after changing the norm:

- Every exposed calculation list on the failure mechanism is cleared in addition to the dune locations

- Adjusted tests such that they verify the affected objects also contain the affected calculations from the exposed lists

WTI-1574

    • -111
    • +37
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 2 more files in changeset.
Adjusted testhelper for the hydraulic boundary location calculations on the grass cover erosion outwards failure mechanism: - Introduced function to retrieve all the hydraulic boundary calculations that have an output -- Applied where necessary

WTI-1570

    • -9
    • +1
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 6 more files in changeset.
Cleanup GrassCoverErosionOutwards FailureMechanism: - Removed hydraulic boundary locations list from failuremechanism, as these are obsolete.

WTI-1570

    • -2
    • +0
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 3 more files in changeset.
Cleanup TestHydraulicBoundaryLocation: - Removed the constructors and the factory method to set output on the TestHydraulicBoundaryLocation. The HBL will not have a property calculations anymore, as the calculations contain a reference to a HBL -- Replaced when necessary

WTI-1570

    • -1
    • +1
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 5 more files in changeset.
Cleanup: - Introduced testhelper function in the GrassCoverErosionOutwardsHydraulicBoundaryLocation testhelper to assert that all the HBL calculations outputs are removed -- Applied where relevant and necessary

WTI-1570

    • -0
    • +4
    ./Ringtoets.Integration.Service.Test.csproj
    • -12
    • +3
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 5 more files in changeset.
Adjusted the RingtoetsDataSynchronization service to clear the HBL outputs on GrassCoverErosionFailureMechanism HBL calculations - Cleaned up TestDataGenerator

WTI-1570

    • -50
    • +110
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 2 more files in changeset.
Adjusted RingtoetsDataSynchronisation service to clear output after changing the norm: - Every exposed calculation list on the failure mechanism is cleared in addition to the dune locations - Adjusted tests such that they verify the affected objects also contain the affected calculations from the exposed lists

WTI-1574

    • -72
    • +157
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 2 more files in changeset.
Set parrallelizable attribute to test projects

  1. … 197 more files in changeset.
Removed redundant properties from HydraulicBoundaryLocation. WTI-1612

    • -58
    • +12
    ./RingtoetsDataSynchronizationServiceTest.cs
Fixed failing tests. WTI-1612

    • -111
    • +86
    ./RingtoetsDataSynchronizationServiceTest.cs
Add SQLite targets to csproj files that need it WTI-1614

    • -0
    • +7
    ./Ringtoets.Integration.Service.Test.csproj
  1. … 33 more files in changeset.
Adapted DesignWaterLevelCalculationMessageProvider and WaveHeightCalculationMessageProvider. WTI-1563

    • -5
    • +5
    ./MessageProviders/DesignWaterLevelCalculationMessageProviderTest.cs
    • -5
    • +5
    ./MessageProviders/WaveHeightCalculationMessageProviderTest.cs
  1. … 4 more files in changeset.
Extended message providers for design water level and wave height calculations. WTI-1563

    • -6
    • +33
    ./MessageProviders/DesignWaterLevelCalculationMessageProviderTest.cs
    • -6
    • +33
    ./MessageProviders/WaveHeightCalculationMessageProviderTest.cs
  1. … 2 more files in changeset.
Moved services from .Services to .Data for all StandAlone failure mechanisms: - Renamed folder, adjusted namespace - Cleaned up unused references

WTI-1620

    • -120
    • +0
    ./AssemblyServices/GrassCoverSlipOffInwardsAssemblyServiceTest.cs
    • -120
    • +0
    ./AssemblyServices/GrassCoverSlipOffOutwardsAssemblyServiceTest.cs
    • -120
    • +0
    ./AssemblyServices/MacroStabilityOutwardsAssemblyServiceTest.cs
    • -120
    • +0
    ./AssemblyServices/MicroStabilityAssemblyServiceTest.cs
    • -120
    • +0
    ./AssemblyServices/PipingStructureAssemblyServiceTest.cs
    • -120
    • +0
    ./AssemblyServices/StrengthStabilityLengthwiseConstructionAssemblyServiceTest.cs
    • -120
    • +0
    ./AssemblyServices/TechnicalInnovationAssemblyServiceTest.cs
    • -120
    • +0
    ./AssemblyServices/WaterPressureAsphaltCoverAssemblyServiceTest.cs
    • -20
    • +0
    ./Ringtoets.Integration.Service.Test.csproj
  1. … 27 more files in changeset.