Application.Ringtoets.Storage.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Incorporated comments review 2824: - Renamed DuneLocationOutput to DuneLocationCalculationOutput -- Adjusted CreateExtension file names -- Updated function and parameter names where necessary.

WTI-1574

    • -1
    • +1
    ./Application.Ringtoets.Storage.Test.csproj
    • -0
    • +110
    ./Create/DuneErosion/DuneLocationCalculationOutputCreateExtensionsTest.cs
    • -14
    • +14
    ./Create/DuneErosion/DuneLocationCreateExtensionsTest.cs
    • -110
    • +0
    ./Create/DuneErosion/DuneLocationOutputCreateExtensionsTest.cs
    • -2
    • +2
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
    • -2
    • +2
    ./Read/DuneErosion/DuneLocationOutputEntityReadExtensionsTest.cs
  1. … 37 more files in changeset.
Incorporated comments review 2811: - Updated XMLDocs - Updated test names - Replaced type casts to byte with Convert.ToByte() calls - Formatting of the migration script

WTI-1706

    • -2
    • +2
    ./Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensionsTest.cs
    • -1
    • +1
    ./Create/StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationCreateExtensionsTest.cs
    • -1
    • +1
    ./Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensionsTest.cs
    • -44
    • +34
    ./IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 3 more files in changeset.
Updated migration script: - Cleaned up migration integration test: merged separate grass cover erosion outwards assert into the query generator.

WTI-1706

    • -276
    • +254
    ./IntegrationTests/MigrationTo181IntegrationTest.cs
Updated migration script: - Generated initial setup and tests for the migration

WTI-1706

    • -5
    • +241
    ./IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 1 more file in changeset.
Updated test files for ReadExtensions of the WaveConditionsCalculations: - Added asserts to verify the reference dependent output remains null when the entity has null values

WTI-1706

    • -0
    • +4
    ./Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationEntityReadExtensionsTest.cs
    • -0
    • +4
    ./Read/StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationEntityReadExtensionsTest.cs
    • -0
    • +4
    ./Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationEntityReadExtensionsTest.cs
Updated ReadExtensions for StabilityStoneCover: -- Cleaned up tests, replaced testcase data with random generators and a separate test asserting NaN / NULL conversions -- Added functionality to read CategoryType

WTI-1706

    • -74
    • +69
    ./Read/StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationEntityReadExtensionsTest.cs
  1. … 1 more file in changeset.
(Editorial): - Removed whiteline from test file for wave impact asphalt cover

WTI-1706

    • -1
    • +0
    ./Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensionsTest.cs
Updated CreateExtensions for StabilityStoneCover: -- Cleaned up tests, replaced testcase data with random generators and a separate test asserting NaN / NULL conversions -- Added functionality to write CategoryType to entity

WTI-1706

    • -58
    • +69
    ./Create/StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationCreateExtensionsTest.cs
  1. … 1 more file in changeset.
Updated ReadExtensions for WaveImpactAsphaltCover: -- Cleaned up tests, replaced testcase data with random generators and a separate test asserting NaN / NULL conversions -- Added functionality to read CategoryType

WTI-1706

    • -74
    • +69
    ./Read/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationEntityReadExtensionsTest.cs
  1. … 1 more file in changeset.
Cleaned up GrassCoverErosionOutwards Calculation CreateExtensions -- Refactored private method -- Adjusted test

WTI-1706

    • -2
    • +3
    ./Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensionsTest.cs
  1. … 1 more file in changeset.
Updated CreateExtensions for WaveImpactAsphaltCover: -- Cleaned up tests, replaced testcase data with random generators and a separate test asserting NaN / NULL conversions -- Added functionality to write CategoryType to entity

WTI-1706

    • -55
    • +65
    ./Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationCreateExtensionsTest.cs
  1. … 1 more file in changeset.
Updated ReadExtensions for GrassCoverErosionOutwards: - Cleaned up tests, replaced testcase data with random generators and a separate test asserting NaN / NULL conversions - Added functionality to Read CategoryType

WTI-1706

    • -74
    • +69
    ./Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationEntityReadExtensionsTest.cs
  1. … 1 more file in changeset.
Update storage tests and extensions with new enum WTI-1693

    • -1
    • +1
    ./Create/DuneErosion/DuneErosionFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +1
    ./Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +1
    ./Create/StabilityStoneCover/StabilityStoneCoverFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +1
    ./Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +1
    ./Read/DuneErosion/DuneErosionSectionResultEntityReadExtensionsTest.cs
    • -1
    • +1
    ./Read/StabilityStoneCover/StabilityStoneCoverSectionResultEntityReadExtensionsTest.cs
  1. … 5 more files in changeset.
Updated CreateExtensions for GrassCoverErosionOutwards: - Cleaned up tests, replaced testcase data with random generators and a separate test asserting NaN / NULL conversions - Added functionality to write CategoryType

WTI-1706

    • -55
    • +62
    ./Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationCreateExtensionsTest.cs
  1. … 1 more file in changeset.
Incorporated comments review 2748: - Updated MigrationScript to JOIN on the lookup table - Editiorial changes

WTI-1657

    • -2
    • +2
    ./IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 1 more file in changeset.
Cleaned up test projects: - Renamed FullTestProjects to MigrationTestProjects, as they do not represent a full project that is configured with all options.

WTI-1657

    • -1
    • +1
    ./IntegrationTests/MigrationTo171IntegrationTest.cs
    • -1
    • +1
    ./IntegrationTests/MigrationTo172IntegrationTest.cs
    • -1
    • +1
    ./IntegrationTests/MigrationTo173IntegrationTest.cs
    • -1
    • +1
    ./IntegrationTests/MigrationTo181IntegrationTest.cs
    • -1
    • +1
    ./IntegrationTests/StorageMigrationIntegrationTest.cs
  1. … 13 more files in changeset.
Adjusted migration for the grass cover erosion outwards (GCEO) wave condition calculations: - Translated the old GCEO hydraulic boundary location (HBL) PKs to the new HBL PKs on assessment section based on the LocationID of a HBL and its corresponding assessment section. -- Introduced a lookup table, as these translations happen on multiple spots - Adjusted test project to prove the translations are made correctly

WTI-1657

    • -0
    • +54
    ./IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 2 more files in changeset.
Incorporated comments review 2745: - Applied editorial comments

WTI-1657

    • -3
    • +3
    ./IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 1 more file in changeset.
Applied some final renames. WTI-1698

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

    • -1
    • +1
    ./Application.Ringtoets.Storage.Test.csproj
    • -0
    • +151
    ./Create/HydraulicBoundaryLocationCalculationOutputCreateExtensionsTest.cs
    • -151
    • +0
    ./Create/HydraulicBoundaryLocationOutputCreateExtensionsTest.cs
    • -3
    • +3
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
    • -3
    • +3
    ./Read/HydraulicLocationOutputEntityReadExtensionsTest.cs
  1. … 3 more files in changeset.
Renamed HydraulicBoundaryLocationOutput into HydraulicBoundaryLocationCalculationOutput. WTI-1698

    • -3
    • +3
    ./Create/HydraulicBoundaryLocationCalculationCreateExtensionsTest.cs
    • -7
    • +7
    ./Create/HydraulicBoundaryLocationOutputCreateExtensionsTest.cs
    • -2
    • +2
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
    • -1
    • +1
    ./Read/HydraulicLocationCalculationEntityReadExtensionsTest.cs
    • -3
    • +3
    ./Read/HydraulicLocationOutputEntityReadExtensionsTest.cs
  1. … 84 more files in changeset.
Adjusted JOINS on the sourceproject for the Hydraulic Boundary Location of Grass Cover Erosion Outwards: - Do not join on the PK of the HBL entries, because these can be different between grass outwards and the hbls on assessment section level, instead join on the LocationID and the containing assessment section -- Adjusted migration logic for the outputs -- Adjusted migration logic for the HBL entries of grass cover erosion outwards --> take the HydraulicLocationEntityId as leading PK - Adjusted test files to represent the following scenarios situation: -- An HBL on the grass cover erosion failure mechanism that has a PK corresponding with a HBL that is not in the same assessment section -- Two HBLs on the grass cover erosion failure mechanism in the same assessment section that differs from the PKs of the HBLs on the assessment section

WTI-1657

    • -4
    • +22
    ./IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 3 more files in changeset.
Adjusted JOINS on the sourceproject for the Hydraulic Boundary Locations of Grass Cover Erosion Outwards: - Do not join on the PK, because these can be different between grass outwards and the hbls on assessment section level, instead join on the LocationID and the containing assessment section

WTI-1657

    • -4
    • +20
    ./IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 2 more files in changeset.
Improved migration log messages. WTI-1663

    • -28
    • +28
    ./IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 1 more file in changeset.
Performed some final cleanups. WTI-1612

    • -6
    • +6
    ./Create/StructuresCalculationCreateExtensionsTest.cs
    • -6
    • +6
    ./Read/ClosingStructures/ClosingStructuresCalculationEntityReadExtensionsTest.cs
  1. … 6 more files in changeset.
Cleanup. WTI-1569

    • -1
    • +0
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
Review related changes, cleanup and added log for technical innovations WTI-1663

    • -5
    • +9
    ./IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 2 more files in changeset.
Adapt tests and test project WTI-1663

    • -1
    • +186
    ./IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 2 more files in changeset.
Adapt remaining migration tests WTI-1663

    • -25
    • +59
    ./IntegrationTests/MigrationTo181IntegrationTest.cs
Adapt migration tests for failure mechanisms in group 1 WTI-1663

    • -12
    • +12
    ./IntegrationTests/MigrationTo181IntegrationTest.cs