Application.Ringtoets.Storage.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- Extended tests with all possible values - Combined similar tests - Set enum values of AssessmentLayerTwoAResult to 1,2, and 3 -- WARNING, AssessmentLayerTwoAResult saved in older projects will not be properly loaded without an update script paired with tang_ds Related to Issue [WTI-985]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6761 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a5b45013d8d7a818133930fc28ebd90f490f0102

Former-commit-id: 951781de1ded290961bd1b67cfc7fe8599907e44

    • -1
    • +1
    ./Create/ClosingStructures/ClosingStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
    • -4
    • +6
    ./Create/DuneErosion/DuneErosionFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +0
    ./Create/ForeshoreProfileCreateExtensionsTest.cs
    • -1
    • +2
    ./Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -2
    • +3
    ./Create/GrassCoverSlipOffInwards/GrassCoverSlipOffInwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +2
    ./Create/GrassCoverSlipOffOutwards/GrassCoverSlipOffOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +2
    ./Create/PipingStructure/PipingStructureFailureMechanismSectionResultCreateExtensionsTest.cs
    • -4
    • +6
    ./Create/StabilityStoneCover/StabilityStoneCoverFailureMechanismSectionResultCreateExtensionsTest.cs
    • -32
    • +7
    ./Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensionsTest.cs
    • -31
    • +7
    ./Read/DuneErosion/DuneErosionSectionResultEntityReadExtensionsTest.cs
    • -1
    • +0
    ./Read/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationEntityReadExtensionsTest.cs
    • -34
    • +7
    ./Read/GrassCoverSlipOffInwardsSectionResultEntityReadExtensionsTest.cs
  1. … 23 more files in changeset.
- Resolved compilation errors by introducing the AssessmentLayerOneState when applicable - Added the DataGridViewCellTester for the tests that explicitly tested the cell Style properties

Merged revision(s) 6630-6714 from branches/WTI-985:

Added enum indicating the state of assessment layer one

........

Added enum indicating the state of assessment layer one

........

- Incorporated enum for AssessmentLayerOne in the failure mechanism section

- Fixed tests that are directly related to the failure mechanism section

Note: derived views and corresponding tests are NOT fixed yet

........

- Fixed tests for Q-variant failureMechanisms

........

- Fixed ReadExtensions for storage

........

- Fixed ReadExtension tests for storage

........

Fixed issues on the RingtoetsProjectTestHelper:

- Introduced private method to generate a random state of AssessmentLayerOne

........

Fixed issues on the AssessmentLayerOneState:

- Corrected strings that are displayed in the view

- Created a protected method to provide access for every derived failure mechanism view to the Enumwrapper for AssessmentLayerOneState

........

Implemented feature on the ClosingStructuresFailureMechanismResultView:

- Replaced the checkbox with a dropdown colum containing the AssessmentLayerOneState value

- Fixed or expanded tests

........

Implemented feature on the GrassCoverErosionInwardsFailureMechanismResultView:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Removed test that asserts the toggling of the checkbox: test is obsolete because it's replaced with a dropdown box

- Extended test for assessing that the right columns are visible when a failure mechanism is present

(Editorial) For the closing structure failure mechanism

- Write out string resource values when testing

........

Implemented feature on the GrassCoverErosionOutwardsFailureMechanismResultView:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing test

........

Extended tests:

- Assess the behaviour of the datagrid row for every state of AssessmentLayerOneState

........

Implemented feature on the GrassCoverErosionInwardsFailureMechanismResultView:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Removed test that asserts the toggling of the checkbox: test is obsolete because it's replaced with a dropdown box

- Extended test for assessing that the right columns are visible when a failure mechanism is present

........

Implemented feature on the Piping FailureMechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Removed test that asserts the toggling of the checkbox: test is obsolete because it's replaced with a dropdown box

- Extended test for assessing that the right columns are visible when a failure mechanism is present

........

Extended tests:

- Added additional section when assessing the behaviour of the three possible states of AssessmentLayerOne

........

Implemented feature on the Stability point structures FailureMechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

........

(Editorial) For the grass cover erosion outwards failure mechanism

- Write out string resource values when testing string values of the column headers

........

Implemented feature on the Stability stone cover FailureMechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Added assertions for when cells are enabled. This includes an additional test that verifies the behaviour when the state changes to "sufficient" for assessmentLayerOne

........

Implemented feature on the wave impact asphalt cover FailureMechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

........

Removed obsolete reference to RingtoetsCommonFormsResources in the tests

........

Created project to include helper classes for asserting Forms related projects

........

Created project to include helper classes for asserting Forms related projects:

- Reverted accidental change on Common.Data.TestUtil project

........

Created project to include helper classes for asserting Forms related projects:

- Created helper class to assert whether DataGridViewCells are in an enabled or disabled state

........

Created project to include helper classes for asserting Forms related projects:

- Created helper class to assert whether DataGridViewCells are in an enabled or disabled state

........

Extracted base method to add assessment section name and assessment section layer one columns

........

Improved helper class DataGridViewCellsTester:

- Enabled state does not always mean readonly, assertion behaviour can be toggled

- Documented when AssertionException can be thrown

........

Refactoring:

- For the mechanisms that already implement the dropdown box for assessment layer one: use an override of the AddDataGridColumns to set the correct columns

- Aforementioned function already sets the section name and dropdown box for assessment layer one per default

........

Incorporated helper class DataGridViewCellsTester:

- Replaced every instance of a local cell enabled/disabled assertion with the DataGridViewCellsTester

........

Implemented feature on the dune erosion failure mechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature on the grass cover slipoff inwards failure mechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Removed obsolete RingtoetsCommonResource reference

........

Implemented feature on the grass cover slipoff outwards failure mechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for the macro stability related failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for piping structure failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for strength stability lengthwise construction failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for technical innovation failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for water pressure asphalt cover failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Fixed ReadExtension tests for storage:

- Compilation error when trying to run this test due to invalid cast from bool to the AssessmentLayerOneState

........

Fixed ReadExtension entity tests for storage:

- Adapted read entity tests to assess for the enum AssessmentLayerOneState instead of a boolean for LayerOne. Entities were already adjusted due to changes in the FailureMechanismSectionResult

........

* Updated database design (new comments added).

* Defined default value for FailureMechanismSectionResult.

* Specified concrete values for AssessmentLayerOneState.

........

Related to Issue [WTI-985]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6730 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 417e584767297df8e93c02b36a0af938af02894c

Former-commit-id: 03a26b4cac7f05f4cf9dfde404b76d15b41d82cb

    • -1
    • +3
    ./Create/ClosingStructures/ClosingStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +1
    ./Create/DuneErosion/DuneErosionFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +3
    ./Create/GrassCoverErosionInwards/GrassCoverErosionInwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +2
    ./Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +2
    ./Create/GrassCoverSlipOffInwards/GrassCoverSlipOffInwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +2
    ./Create/GrassCoverSlipOffOutwards/GrassCoverSlipOffOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +3
    ./Create/HeightStructures/HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +3
    ./Create/MacrostabilityInwards/MacrostabilityInwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +3
    ./Create/MacrostabilityOutwards/MacrostabilityOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +2
    ./Create/Microstability/MicrostabilityFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +3
    ./Create/Piping/PipingFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +2
    ./Create/PipingStructure/PipingStructureFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +3
    ./Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +1
    ./Create/StabilityStoneCover/StabilityStoneCoverFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +3
    ./Create/StrengthStabilityLengthwise/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 171 more files in changeset.
Fixed ReadExtension entity tests for storage: - Adapted read entity tests to assess for the enum AssessmentLayerOneState instead of a boolean for LayerOne. Entities were already adjusted due to changes in the FailureMechanismSectionResult Related to Issue [WTI-985]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-985@6705 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0773c8e5db450c36f1a4fc15b924323307158a42

Former-commit-id: cc336f74006671891d138b3bc04dfc6aa71d9bcf

    • -3
    • +6
    ./Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensionsTest.cs
    • -4
    • +5
    ./Read/DuneErosion/DuneErosionSectionResultEntityReadExtensionsTest.cs
    • -4
    • +5
    ./Read/GrassCoverSlipOffInwardsSectionResultEntityReadExtensionsTest.cs
    • -4
    • +5
    ./Read/GrassCoverSlipOffOutwardsSectionResultEntityReadExtensionsTest.cs
    • -3
    • +6
    ./Read/HeightStructures/HeightStructuresSectionResultEntityReadExtensionsTest.cs
    • -3
    • +6
    ./Read/MacrostabilityInwardsSectionResultEntityReadExtensionsTest.cs
    • -6
    • +11
    ./Read/MacrostabilityOutwardsSectionResultEntityReadExtensionsTest.cs
    • -4
    • +5
    ./Read/MicrostabilitySectionResultEntityReadExtensionsTest.cs
    • -3
    • +6
    ./Read/Piping/PipingSectionResultEntityReadExtensionsTest.cs
    • -4
    • +5
    ./Read/PipingStructures/PipingStructureSectionResultEntityReadExtensionsTest.cs
    • -4
    • +5
    ./Read/StabilityStoneCover/StabilityStoneCoverSectionResultEntityReadExtensionsTest.cs
    • -3
    • +6
    ./Read/StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest.cs
  1. … 3 more files in changeset.
Fixed ReadExtension tests for storage: - Compilation error when trying to run this test due to invalid cast from bool to the AssessmentLayerOneState Related to Issue [WTI-985]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-985@6699 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 12df31c358a5d2900d783354053af249ad5b3ce7

Former-commit-id: f80a618b1d30575f0d0260b89e881ea237c6f85c

    • -1
    • +3
    ./Create/GrassCoverErosionInwards/GrassCoverErosionInwardsFailureMechanismSectionResultCreateExtensionsTest.cs
used lower case after colon when using FileReaderErrorMessageBuilder. Added FirstToLower method in StringExtensions. Related to Issue [WTI-948]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6693 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e9d3cccc3d91f565fc53bdfffabb2449c517437e

Former-commit-id: b80c97fbcc39c0000d0348fb5fa4591371f53bed

    • -1
    • +1
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
  1. … 57 more files in changeset.
- Fixed ReadExtension tests for storage

Related to Issue [WTI-985]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-985@6636 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b3d3d38408158f2d6ee7cfc9caeae4f7dd03829c

Former-commit-id: b068b7b0f25057dcc6b9f96f241d02a451d99cf1

    • -1
    • +3
    ./Create/ClosingStructures/ClosingStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +1
    ./Create/DuneErosion/DuneErosionFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +2
    ./Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +2
    ./Create/GrassCoverSlipOffInwards/GrassCoverSlipOffInwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +2
    ./Create/GrassCoverSlipOffOutwards/GrassCoverSlipOffOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +3
    ./Create/HeightStructures/HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +3
    ./Create/MacrostabilityInwards/MacrostabilityInwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +3
    ./Create/MacrostabilityOutwards/MacrostabilityOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +2
    ./Create/Microstability/MicrostabilityFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +3
    ./Create/Piping/PipingFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +2
    ./Create/PipingStructure/PipingStructureFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +3
    ./Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +1
    ./Create/StabilityStoneCover/StabilityStoneCoverFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +3
    ./Create/StrengthStabilityLengthwise/StrengthStabilityLengthwiseConstructionFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +3
    ./Create/TechnicalInnovation/TechnicalInnovationFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +3
    ./Create/WaterPressureAsphaltCover/WaterPressureAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest.cs
    • -1
    • +3
    ./Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensionsTest.cs
* Cleanup. * Introduced TestDikeProfile and it's usage. * Removed unit test that was already coverd by more complex unit test. * Set Copy Local to false. Related to Issue [WTI-960]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6607 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e494e630c830b70d557a56bd392d185935b023de

Former-commit-id: 88f512dd0bc4828e192c30ec8343a54665713782

    • -12
    • +5
    ./Read/ReadConversionCollectorTest.cs
  1. … 26 more files in changeset.
* Removed unit tests that were already covered by slightly more complex unit test. * Moved TestForeshoreProfile and improved it's reuse. ** Removed references where no longer required. * Renamed ForeshoreTreeNodeInfoTest to ForeshoreProfileTreeNodeInfoTest, and also some cleanup. Related to Issue [WTI-965]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6589 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 4de737bc59cf63abb6637a75d874aab2fd0e3b95

Former-commit-id: f88ad8e6054a3c1917dfe283c28ccb541223c9e4

    • -0
    • +1
    ./Create/ClosingStructures/ClosingStructuresFailureMechanismCreateExtensionsTest.cs
    • -0
    • +1
    ./Create/HeightStructures/HeightStructuresFailureMechanismCreateExtensionsTest.cs
    • -0
    • +1
    ./Create/StabilityStoneCover/StabilityStoneCoverFailureMechanismCreateExtensionsTest.cs
    • -1
    • +1
    ./Create/StructuresCalculationCreateExtensionsTest.cs
  1. … 31 more files in changeset.
Cleaned up some affected tests Related to Issue [WTI-953]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6555 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: c64608c80f65afb621ebe77fff67eefc13b96e2d

Former-commit-id: ab3847253432e3a54712ce6a5ae5eb3795eb1987

    • -1
    • +1
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
  1. … 4 more files in changeset.
* Increased database versions for trunk (part of the release and trunk becoming 16.4.X) Related to Issue [WTI-930]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6544 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 3a6e1d65ae9d9c1f09287930d338893d903d03cc

Former-commit-id: 8b4c37ea5750345437929e6a540070cd64f10875

  1. … 1 more file in changeset.
Deltares clean-up Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6498 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 63ac7722f8d3890848384ee20816ead3f90cb796

Former-commit-id: d2a9cf4a79400ddb42314b6db73f84ca256b0dc2

    • -1
    • +0
    ./Create/MacrostabilityInwards/MacrostabilityInwardsFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 24 more files in changeset.
- Updated entity framework template files to generate more properly formatted files - Added tests for RingtoetsEntities - Removed 'e' from caught exception in GrassCoverErosionInwardsCalculationServiceTest to prevent error notification Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6483 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ae0bc6afd182e81158d11e7760f63e2ac3cc7aa7

Former-commit-id: fd257f1df6df1e0ec36c7dac7eebcc9f8cb9856e

    • -0
    • +1
    ./Application.Ringtoets.Storage.Test.csproj
    • -0
    • +87
    ./DbContext/RingtoetsEntitiesTest.cs
  1. … 64 more files in changeset.
(Editorial) - Added missing license headers - Reformatted some of the *.config files in case no return was present between the XML header and license information

Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6479 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5dfd4dc63c35031adc767ea3a2c4f4e24d7ed898

Former-commit-id: 0f3568dc4158e992538fd5781ff0ab0d52355d37

  1. … 41 more files in changeset.
* Added standard serialization constructor to all Exception classes. * Explicitly defined culture for string.Format methods. * Replaced IFileImporter.ProgressChanged property to method (recommendation by C# coding conventions) * Renamed classes containing win32.dll invokes to NativeMethods (recommendation by C# coding conventions)

Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6471 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 78fae4fb038935c7a58a0fb534baa750b173d589

Former-commit-id: fc7d0938a3677be66218915a3e665a9cc6757df9

    • -0
    • +23
    ./Exceptions/CannotDeleteBackupFileExceptionTest.cs
    • -0
    • +23
    ./Exceptions/EntityNotFoundExceptionTest.cs
  1. … 163 more files in changeset.
- Remove unused Resources (not only strings but also images) Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6456 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5fcb4c568aadab11174e122f38886a0f9675c6c0

Former-commit-id: 87e1789b44168390c57e0a7cf2a41880cff31d74

  1. … 23 more files in changeset.
* Resolved solvable Resharper issues. * Fixed typo in display name of Linear Model for StabilityPointStructure calculation input. * Fixed inheritance bug related to Attribute in whole solution. Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6438 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 7ac9feb47be8d8ec2ee3c83ff914611134305f09

Former-commit-id: 04c41b2f251475618637cce83329e34639907d61

    • -16
    • +2
    ./Create/DuneErosion/DuneErosionFailureMechanismSectionResultCreateExtensionsTest.cs
    • -16
    • +2
    ./Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -21
    • +2
    ./Create/GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsOutputCreateExtensionsTest.cs
    • -16
    • +2
    ./Create/GrassCoverSlipOffInwards/GrassCoverSlipOffInwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -16
    • +2
    ./Create/GrassCoverSlipOffOutwards/GrassCoverSlipOffOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -16
    • +3
    ./Create/MacrostabilityInwards/MacrostabilityInwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -17
    • +3
    ./Create/MacrostabilityOutwards/MacrostabilityOutwardsFailureMechanismSectionResultCreateExtensionsTest.cs
    • -16
    • +2
    ./Create/Microstability/MicrostabilityFailureMechanismSectionResultCreateExtensionsTest.cs
    • -16
    • +2
    ./Create/Piping/PipingFailureMechanismSectionResultCreateExtensionsTest.cs
    • -22
    • +2
    ./Create/Piping/PipingOutputCreateExtensionsTest.cs
    • -18
    • +1
    ./Create/Piping/PipingProbabilityAssessmentInputCreateExtensionsTest.cs
  1. … 96 more files in changeset.
- Check the code coverage configuration of the trunk Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6436 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 60655265b27b5521f0a53b0998b9ce77e069342f

Former-commit-id: e0560a24c08e4583c331a82ea5348baac1a32bfe

    • -0
    • +1
    ./Application.Ringtoets.Storage.Test.csproj
  1. … 97 more files in changeset.
Incorporated review comments / general cleanup of tests - (Editorial) removed brackets surrounding () => Foo = Bar(); calls when applicable/possible

Related to Issue [WTI-927]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6428 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6279cf0f92e90580a616b3e546c1497f56f4c00a

Former-commit-id: 0b1cdf9e5e874a9368801d156358c56928f69aa4

  1. … 13 more files in changeset.
Deltares clean-up for Application.Ringtoets Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6391 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: cc5e41e46e833ce80b0dcfe2040b83751f8e83b9

Former-commit-id: 4ffc1daa3680e3f1fa80abcab14c92231b913638

    • -2
    • +2
    ./Create/StructuresCalculationCreateExtensionsTest.cs
    • -5
    • +5
    ./Read/AssessmentSectionEntityReadExtensionsTest.cs
    • -24
    • +24
    ./Read/CalculationGroupEntityReadExtentionsTest.cs
    • -4
    • +4
    ./Read/IProbabilityAssessmentOutputEntityReadExtensionsTest.cs
    • -4
    • +4
    ./Read/IStructureCalculationEntityReadExtensionsTest.cs
  1. … 8 more files in changeset.
- Renamed StabilityPointStructureCalculationEntity to StabilityPointStructuresCalculationEntity - Added XMLdoc paired with bouvrie Related to Issue [WTI-913]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6372 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d13ab62f4f9aa96036cd4838784b4cc7129e6228

Former-commit-id: e864ff88a4452d921134974c39f949cf9be3348d

    • -1
    • +1
    ./Application.Ringtoets.Storage.Test.csproj
    • -0
    • +429
    ./Read/StabilityPointStructures/StabilityPointStructuresCalculationEntityReadExtensionsTest.cs
  1. … 4 more files in changeset.
- Added missing tests Related to Issue [WTI-916]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6370 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 283a878cffb82b2e4011860bab37b887c29e84ad

Former-commit-id: fd3e95efb535d120599b05060abbb38b830a75a5

- Extended RingtoetsProjectTestHelper and tests

Related to Issue [WTI-916]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6364 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 34da07331d186fa59a5103e911ed44716cfed9dd

Former-commit-id: 0957e34befc81909cfa4d8859a3586a4a60ae7e1

    • -44
    • +106
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
  1. … 4 more files in changeset.
- Set association between section result and calculation for Stability Point Structure for reading - Moved PipingStructureSectionResultEntityReadExtensions to the correct namespace - Updated XMLdocs - Restructured FailureMechanismEntityReadExtensions Related to Issue [WTI-916]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6360 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 7095f68e80b7ddb29d0a8c4319f00b101c89316a

Former-commit-id: f7402faa1eafaed12331526b9bbf9d021ddafa9f

    • -1
    • +1
    ./Application.Ringtoets.Storage.Test.csproj
    • -1
    • +1
    ./Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensionsTest.cs
    • -108
    • +0
    ./Read/Piping/PipingStructureSectionResultEntityReadExtensionsTest.cs
    • -0
    • +108
    ./Read/PipingStructures/PipingStructureSectionResultEntityReadExtensionsTest.cs
    • -0
    • +149
    ./Read/ReadConversionCollectorTest.cs
  1. … 8 more files in changeset.
- Set association between section result and calculation for Stability Point Structure for reading - Extended some tests with missing assertion Related to Issue [WTI-916]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6359 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 70f368f73958ebd32412b2ca52419a5e6f8842b7

Former-commit-id: 5bc38a0e1a7b8b8908877876824fa28c8010778b

    • -0
    • +1
    ./Create/ClosingStructures/ClosingStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
    • -0
    • +1
    ./Create/HeightStructures/HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
    • -0
    • +151
    ./Create/PersistenceRegistryTest.cs
    • -0
    • +24
    ./Create/StabilityPointStructures/StabilityPointStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 2 more files in changeset.
- Extended RingtoetsProjectTestHelper and tests Related to Issue [WTI-914]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6352 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 790f6edbccd9f6572e7eafc9b8cc6555cfe689d6

Former-commit-id: 540f71d5285acf04b081ce3a21efff1f764eecf3

    • -37
    • +37
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
  1. … 2 more files in changeset.
- Implemented reading of data for StabilityPointStructuresOutputEntity Related to Issue [WTI-914]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6350 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a888c50f144c29f3be99f1558a38fb0c86b43457

Former-commit-id: 112f6979c8174c5b4498ef57d8e3ae8263636a18

    • -1
    • +0
    ./Read/ClosingStructures/ClosingStructuresCalculationEntityReadExtensionsTest.cs
  1. … 1 more file in changeset.
- Implemented creation of data for StabilityPointStructuresOutputEntity - Reformatted StructuresCalculationCreateExtensions Related to Issue [WTI-914]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6349 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6a1ec70cc3ba424013eb26e31e64d65e2e341365

Former-commit-id: 18b9358e11974eb6d05e090fef96b1fba60e3dbd

    • -0
    • +23
    ./Create/StructuresCalculationCreateExtensionsTest.cs
  1. … 3 more files in changeset.
* Integrated the new Read and Create extension methods for StabilityPointStructure calculations in the CalculationGroup extension methods and StabilityPointStructureFailureMechanism read extension. * Added missing CalculationGroup assert method for ClosingStructure Related to Issue [WTI-913]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6345 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ed8bb60a371019ace863fe9be91423bda4c274af

Former-commit-id: 4e8bc02ae614fb26f5e2a0c97f60398ca03158f8

    • -0
    • +88
    ./Create/CalculationGroupCreateExtensionsTest.cs
    • -0
    • +64
    ./IntegrationTests/StorageSqLiteIntegrationTest.cs
    • -0
    • +194
    ./Read/CalculationGroupEntityReadExtentionsTest.cs
    • -4
    • +55
    ./Read/FailureMechanismEntityReadExtensionsTest.cs
  1. … 6 more files in changeset.
* Fixed reference * Create and Read extension methods for persisting StabilityPointStructure Calculations Related to Issue [WTI-913]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6342 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 56d1bbf3fdaa0ef2a7418f34ac358e2149ede40c

Former-commit-id: a631908a8d0c192685b2da4d00bbcb3ddd129cda

    • -0
    • +1
    ./Application.Ringtoets.Storage.Test.csproj
    • -1
    • +492
    ./Create/StructuresCalculationCreateExtensionsTest.cs
    • -0
    • +364
    ./Read/StabilityPointStructures/StabilityPointStructureCalculationEntityReadExtensionsTest.cs
  1. … 5 more files in changeset.
Added or modified tests for asserting that read entities are also registered if reused elsewhere. Related to Issue [WTI-910]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6340 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 01e75dfa5cf4d3d5a6955c8d84f71edd6601b59c

Former-commit-id: f1320e8c1ce852f7f41575a45a2fa6dcd06d0143

    • -2
    • +19
    ./Read/ClosingStructures/ClosingStructuresCalculationEntityReadExtensionsTest.cs
    • -4
    • +7
    ./Read/FailureMechanismSectionEntityReadExtensionsTest.cs
    • -0
    • +21
    ./Read/ForeshoreProfileReadExtensionsTest.cs
    • -2
    • +19
    ./Read/HeightStructures/HeightStructuresCalculationEntityReadExtensionsTest.cs
    • -1
    • +3
    ./Read/HydraulicLocationEntityReadExtensionsTest.cs
    • -1
    • +3
    ./Read/Piping/SoilProfileEntityReadExtensionsTest.cs
    • -1
    • +3
    ./Read/Piping/StochasticSoilModelEntityReadExtensionsTest.cs
    • -1
    • +3
    ./Read/Piping/StochasticSoilProfileEntityReadExtensionsTest.cs
    • -0
    • +21
    ./Read/Piping/SurfaceLineEntityReadExtensionsTest.cs