Application.Ringtoets.Storage.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adapted migration script: - Migrated DuneLocationOutput such that they are mapped onto the correct dune location calculation collections -- Adjusted validation tests

WTI-1654

    • -7
    • +96
    ./IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 1 more file in changeset.
Adapted migration script: - Create new (mandatory) rows for the CalculationCollectionEntity and the CalculationEntity for DuneErosion -- Adjusted reference 173 file to include dune locations with output calculated based on either the signaling or the lower limit norm -- Adjusted validation tests

WTI-1654

    • -2
    • +131
    ./IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 2 more files in changeset.
Adjusted StorageSQLIntegrationTest to verify the round trip saving and opening RT projects: - Fixed failiing test: -- CollectionEntities should always be set for the dune failure mechanism meta entity to prevent ArgumentNullExceptions

WTI-1654

    • -2
    • +12
    ./Read/AssessmentSectionEntityReadExtensionsTest.cs
Adjusted StorageSQLIntegrationTest to verify the round trip saving and opening RT projects: - Included the new entities to be loaded - Switched order in the CreateExtensions: locations should be created first to prevent InvalidOperationExceptions because no matching DuneLocationEntity is found

WTI-1654

    • -1
    • +34
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
  1. … 2 more files in changeset.
Removed obsolete create extension for the general dune erosion input --> the corresponding meta entity is created by the failure mechanism create extensions already

WTI-1654

    • -1
    • +0
    ./Application.Ringtoets.Storage.Test.csproj
    • -68
    • +0
    ./Create/DuneErosion/GeneralDuneErosionInputCreateExtensionsTest.cs
  1. … 2 more files in changeset.
Implement Create and Read Extensions: - Implement read extension methods for the DuneErosionFailureMechanism

WTI-1654

    • -4
    • +132
    ./Read/FailureMechanismEntityReadExtensionsTest.cs
  1. … 1 more file in changeset.
Improved existing test

WTI-1654

Adapt Create and Read Extensions: - Adapt create extension methods for the DuneErosionFailureMechanism

WTI-1654

    • -0
    • +117
    ./Create/DuneErosion/DuneErosionFailureMechanismCreateExtensionsTest.cs
  1. … 1 more file in changeset.
Implement Create and Read Extensions: - Implement read extension methods for collections of DuneLocationCalculation

WTI-1654

    • -0
    • +1
    ./Application.Ringtoets.Storage.Test.csproj
    • -0
    • +139
    ./Read/DuneErosion/DuneLocationCalculationCollectionEntityReadExtensionsTest.cs
  1. … 2 more files in changeset.
Implement Create and Read Extensions: - Implement create extension methods for collections of DuneLocationCalculation

WTI-1654

    • -0
    • +1
    ./Application.Ringtoets.Storage.Test.csproj
    • -0
    • +90
    ./Create/DuneErosion/DuneLocationCalculationCollectionCreateExtensionsTest.cs
  1. … 2 more files in changeset.
Implement Create and Read Extensions: - Implement read extension methods for the DuneLocationCalculation

WTI-1654

    • -0
    • +1
    ./Application.Ringtoets.Storage.Test.csproj
    • -0
    • +130
    ./Read/DuneErosion/DuneLocationCalculationEntityReadExtensionsTest.cs
  1. … 2 more files in changeset.
Implement Create and Read Extensions: - Implement create extension methods for the DuneLocationCalculation

WTI-1654

    • -0
    • +1
    ./Application.Ringtoets.Storage.Test.csproj
    • -0
    • +145
    ./Create/DuneErosion/DuneLocationCalculationCreateExtensionsTest.cs
  1. … 2 more files in changeset.
Adapt Create and Read Extensions: - Modified extension methods for the DuneLocationOutput --> Cleaned up files, implemented missing NULL check - Adjusted implementation of the Hydraulic Boundary Location Output create extensions --> replaced cast to byte with a convert according to our own guidelines

WTI-1654

    • -2
    • +2
    ./Create/DuneErosion/DuneLocationCalculationOutputCreateExtensionsTest.cs
    • -1
    • +11
    ./Read/DuneErosion/DuneLocationOutputEntityReadExtensionsTest.cs
  1. … 3 more files in changeset.
Adapt Create and Read Extensions: - Modified extension methods for the DuneLocation --> it has no reference to an output anymore

WTI-1654

    • -55
    • +11
    ./Create/DuneErosion/DuneLocationCreateExtensionsTest.cs
  1. … 2 more files in changeset.
Merge from SVN WTI-1710: - Added Migration related files: -- Added initial setup of the migration integration test from 172 --> 173

    • -11
    • +1
    ./IntegrationTests/MigrationTo173IntegrationTest.cs
Merge from SVN WTI-1710: Changed migration script: - Remove all output related to macrostability inwards calculations -- Generate log message when applicable

    • -3
    • +16
    ./IntegrationTests/MigrationTo173IntegrationTest.cs
  1. … 2 more files in changeset.
Merge from SVN WTI-1710: Changed migration script: - Remove all output related to macrostability inwards calculations -- Generate log message when applicable

    • -3
    • +16
    ./IntegrationTests/MigrationTo173IntegrationTest.cs
  1. … 2 more files in changeset.
Merge from SVN WTI-1710: Fix tests that break on Windows 10. Patched in from git commit 1988601, 01c3d95 and 12c1632

    • -48
    • +11
    ./IntegrationTests/MigrationIntegrationTest.cs
  1. … 4 more files in changeset.
Merge from SVN WTI-1710: - Added Migration related files: -- Added initial setup of the migration integration test from 172 --> 173

    • -0
    • +1
    ./Application.Ringtoets.Storage.Test.csproj
    • -0
    • +353
    ./IntegrationTests/MigrationTo173IntegrationTest.cs
Finalise release, made 18.1 compatible with the 'new' 17.3 release: - Adjusted migration script, table HydraRingpreprocessorEntity does not exist in the new 17.3 release -- Adjusted testfile, reopened and saved the test file in the 'new' 17.3 release to get rid of the HydraRingPreprocessorEntityTable

WTI-1710

    • -1
    • +0
    ./IntegrationTests/MigrationTo181IntegrationTest.cs
  1. … 2 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

    • -4
    • +4
    ./Read/FailureMechanismEntityReadExtensionsTest.cs
  1. … 18 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

    • -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.