Ringtoets.Integration.Service.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Set up a service for assembling WaterPressureAsphaltCover failure mechanism section results

WTI-1620

    • -0
    • +120
    ./AssemblyServices/WaterPressureAsphaltCoverAssemblyServiceTest.cs
    • -0
    • +1
    ./Ringtoets.Integration.Service.Test.csproj
  1. … 2 more files in changeset.
Set up a service for assembling Technical Innovation failure mechanism section results

WTI-1620

    • -0
    • +120
    ./AssemblyServices/TechnicalInnovationAssemblyServiceTest.cs
    • -0
    • +1
    ./Ringtoets.Integration.Service.Test.csproj
  1. … 2 more files in changeset.
Set up a service for assembling StrengthStabilityLengthWiseConstruction failure mechanism section results - Updated XMLDoc

WTI-1620

    • -0
    • +120
    ./AssemblyServices/StrengthStabilityLengthwiseConstructionAssemblyServiceTest.cs
    • -0
    • +1
    ./Ringtoets.Integration.Service.Test.csproj
  1. … 3 more files in changeset.
Set up a service for assembling PipingStructure failure mechanism section results

WTI-1620

    • -0
    • +120
    ./AssemblyServices/PipingStructureAssemblyServiceTest.cs
    • -0
    • +1
    ./Ringtoets.Integration.Service.Test.csproj
  1. … 2 more files in changeset.
Set up a service for assembling Macro Stability Outwards failure mechanism section results

WTI-1620

    • -0
    • +120
    ./AssemblyServices/MicroStabilityAssemblyServiceTest.cs
    • -0
    • +1
    ./Ringtoets.Integration.Service.Test.csproj
  1. … 2 more files in changeset.
Set up a service for assembling Macro Stability Outwards failure mechanism section results

WTI-1620

    • -0
    • +120
    ./AssemblyServices/MacroStabilityOutwardsAssemblyServiceTest.cs
    • -0
    • +1
    ./Ringtoets.Integration.Service.Test.csproj
  1. … 2 more files in changeset.
Set up a service for assembling Grass Cover Slip Off Outwards failure mechanism section results

WTI-1620

    • -0
    • +120
    ./AssemblyServices/GrassCoverSlipOffOutwardsAssemblyServiceTest.cs
    • -0
    • +1
    ./Ringtoets.Integration.Service.Test.csproj
  1. … 2 more files in changeset.
Set up a service for assembling Grass Cover Slip Off Inwards failure mechanism section results

WTI-1620

    • -0
    • +120
    ./AssemblyServices/GrassCoverSlipOffInwardsAssemblyServiceTest.cs
    • -0
    • +13
    ./Ringtoets.Integration.Service.Test.csproj
  1. … 2 more files in changeset.
Add notification of the section results from the failure mechanism specific data sync services. WTI-1617

    • -1
    • +10
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 20 more files in changeset.
Add notifications of cleared section results for the standalone failure mechanisms WTI-1617

    • -162
    • +96
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 1 more file in changeset.
Introduce IObservableEnumerable interface to use when exposing ObservableList objects as read-only, reverting some previous refactorings. WTI-1617

    • -71
    • +32
    ./RingtoetsDataSynchronizationServiceTest.cs
  1. … 36 more files in changeset.