Ringtoets.HeightStructures.Forms.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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

    • -0
    • +4
    ./Ringtoets.HeightStructures.Forms.Test.csproj
    • -57
    • +27
    ./Views/HeightStructuresFailureMechanismResultViewTest.cs
  1. … 184 more files in changeset.
renamed variables assessmentSectionMock to assessmentSectionStub where a Stub was instantiated instead of a Mock. Made method in AdvancedMath2DTest static and updated line comments. Implemented resharper suggestions for strings in source code.

Related to Issue [WTI-842]

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

Former-commit-id: ee48e8f7e112fe98f647a77833146b0ae1ef2a25

Former-commit-id: de5ad5e890084015a40b4c78b861dcddbf360386

    • -3
    • +3
    ./PresentationObjects/HeightStructuresContextTest.cs
    • -3
    • +3
    ./PresentationObjects/HeightStructuresInputContextTest.cs
  1. … 34 more files in changeset.
Added generic view for other (not implemented) failure mechanisms. Related to Issue [WTI-843]

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

Former-commit-id: 720ea4e67345ae6b9c9d72fbe3a1d0d7d55035a8

Former-commit-id: 3b3e9990fd99a239ec423a1f7420bbf84980be98

    • -0
    • +2
    ./Views/HeightStructuresFailureMechanismViewTest.cs
  1. … 22 more files in changeset.
- Minor review changes - Added asserts to fully unit test the context classes - Renamed property ParentFailureMechanism to FailureMechanism (discussed with bouvrie) Related to Issue [WTI-966]

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

Former-commit-id: 6c10621509bff7310f1a2b84981723f352cff115

Former-commit-id: 1030cff2d8e177623e8997c9e67c29cfddc3ea8c

    • -0
    • +1
    ./PresentationObjects/HeightStructuresContextTest.cs
    • -1
    • +1
    ./TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs
  1. … 9 more files in changeset.
Added open item for remaining (implemented) failure mechanism views. Added failure mechanism view for height structures. Related to Issue [WTI-843]

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

Former-commit-id: ed323862925f9e7f71d3ec404309ef60b57c0aa5

Former-commit-id: 23ba3a0bbc6714dd9d0b802f28a3ffcb899737f0

    • -0
    • +13
    ./Ringtoets.HeightStructures.Forms.Test.csproj
    • -5
    • +9
    ./TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs
    • -0
    • +684
    ./Views/HeightStructuresFailureMechanismViewTest.cs
  1. … 19 more files in changeset.
- Updated PipingFailureMechanismResultView.cs with new error messages - Updated ResultView error messages Related to Issue [WTI-943]

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

Former-commit-id: da02c57c0ac9669274c0dcabfabd79e616f82d22

Former-commit-id: 4e2641bfad2bf52e8a9f3da2a66ceb9465095eb3

    • -2
    • +2
    ./Views/HeightStructuresFailureMechanismResultViewTest.cs
  1. … 10 more files in changeset.
- Added test for height structures - Updated Error texts for section result with and without calculation for stability point structures Related to Issue [WTI-943]

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

Former-commit-id: d54e2bc567b1c4828fd0d3dc40f0fb58bf2ca3a9

Former-commit-id: fc165afd4bfd3f3e8f01792a0841beca4dec742f

    • -1
    • +192
    ./Views/HeightStructuresFailureMechanismResultViewTest.cs
  1. … 9 more files in changeset.
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

Related to Issue [WTI-985]

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

Former-commit-id: d10761100637c3b167e5103509207d1d08dc9b91

Former-commit-id: f74453f5648abfd723aab097807e0f6fb90e3bd1

    • -43
    • +21
    ./Views/HeightStructuresFailureMechanismResultViewTest.cs
  1. … 1 more file in changeset.
- Added test for ChangeCheckBox in ClosingStructures - Updated Error texts for section result with and without calculation for height structures Related to Issue [WTI-943]

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

Former-commit-id: c87ed7f93788bef1b6969ae615845614e89e819b

Former-commit-id: f56a87482e4063cd6a65abcfe9c7e8b5d90603a0

    • -5
    • +6
    ./Views/HeightStructuresFailureMechanismResultViewTest.cs
    • -4
    • +122
    ./Views/HeightStructuresFailureMechanismSectionResultRowTest.cs
  1. … 3 more files in changeset.
* Removed unit tests that are already covered by more complex unit test. * Extended StabilityPointStructuresContext with parent failuremechanism. * Implemented context menu items to delete StabilityPointStructure instances. Related to Issue [WTI-966]

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

Former-commit-id: 1277bbd76f439fe867c6cebadd054f60ff4d38fe

Former-commit-id: e58d9d47260db8e8e470794271aa311171b3a714

    • -117
    • +1
    ./TreeNodeInfos/HeightStructureTreeNodeInfoTest.cs
  1. … 11 more files in changeset.
Changed resources. Related to Issue [WTI-928]

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

Former-commit-id: 43d9cfc59bafef1364ebf1e1ddaa20f6aa269bff

Former-commit-id: 200bf614d14ecd5f4fb2cc59b3da8a95e026f75a

    • -1
    • +1
    ./TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs
    • -2
    • +2
    ./TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs
    • -2
    • +2
    ./TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs
  1. … 44 more files in changeset.
Changes after review. Related to Issue [WTI-928]

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

Former-commit-id: 201e5b35b093ae9c9665a9382ec24d081b30b051

Former-commit-id: ebcf817df7eb0524c49390febe9611d8eb5297e7

    • -4
    • +2
    ./TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs
    • -8
    • +4
    ./TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs
    • -8
    • +4
    ./TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs
  1. … 20 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

    • -1
    • +1
    ./PropertyClasses/HeightStructuresInputContextPropertiesTest.cs
    • -8
    • +0
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 38 more files in changeset.
* Implemented removal of ClosingStructure instances using context menu items from ClosingStructure failure mechanisms, and the calculations that reference those removed profiles. Calculations losing their Structure will also be removed as eligible calculations for FailureMechanismSectionResults. Related to Issue [WTI-966]

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

Former-commit-id: 721d5792020b764ee874122aa6f6a4e7b429d501

Former-commit-id: c90fdf069dad8ac3baf01a1d70e85acdd9e16e92

    • -3
    • +3
    ./TreeNodeInfos/HeightStructureTreeNodeInfoTest.cs
  1. … 8 more files in changeset.
* Implemented removal of HeightStructure instances using context menu items from HeightStructure failure mechanisms, and the calculations that reference those removed profiles. Calculations losing their Structure will also be removed as eligible calculations for FailureMechanismSectionResults.

Related to Issue [WTI-966]

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

Former-commit-id: d6a2ac1075fd5332e3273f3b24c21396502c5e76

Former-commit-id: c3d25a94afd99c63decece079edbb70e5733942a

    • -5
    • +24
    ./PresentationObjects/HeightStructuresContextTest.cs
    • -2
    • +246
    ./TreeNodeInfos/HeightStructureTreeNodeInfoTest.cs
    • -17
    • +24
    ./TreeNodeInfos/HeightStructuresContextTreeNodeInfoTest.cs
    • -0
    • +1
    ./TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs
  1. … 3 more files in changeset.
* Implemented removal of ForeshoreProfile instances using context menu items from StabilityStoneCover, GrassCoverErosionOutwards and WaveImpactAsphaltCover failure mechanisms, and the calculations that reference those removed profiles. Related to Issue [WTI-965]

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

Former-commit-id: eaffa79d1649c76df1c77bd528d3f68c535c931f

Former-commit-id: 508cb7ad5864e9c550d8f70e4ad9be2373eae45a

    • -0
    • +1
    ./TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs
  1. … 22 more files in changeset.
Ensured DeviationWaveDirection is no longer visible in interface for height structures Related to Issue [WTI-921]

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

Former-commit-id: e2ce2906e7f385590e3675c64562529bb7d950ae

Former-commit-id: ec065b9245b56e40670d6c6ea07e33d353dbaefc

    • -50
    • +1
    ./PropertyClasses/HeightStructuresInputContextPropertiesTest.cs
  1. … 1 more file in changeset.
Moved test data around. Added test for invalid settings databases. Related to Issue [WTI-919]

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

Former-commit-id: 46f9c6e4be7dbbb2998ba083bc9981e38208ee37

Former-commit-id: f22e9626a59acc2e51422dfc525d0774d9595e6a

    • -1
    • +1
    ./TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs
    • -1
    • +1
    ./TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs
    • -1
    • +1
    ./TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs
  1. … 50 more files in changeset.
Added calculatorConfig in tests for height structures.

Related to Issue [WTI-921]

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

Former-commit-id: 9b30ce17a09cbdc9a1923ed2e1e1054f98eecbbc

Former-commit-id: 59fb43b7b8f51e32c84768ec4c5713f900b168f8

    • -1
    • +0
    ./TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Test successful calculation instead of failing calculations. Related to Issue [WTI-921]

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

Former-commit-id: d4d46f20b80b959db39a9a1adee1529e0fa027b5

Former-commit-id: 05916c31c249c2fc37da0e0b2d3e70a1047b9ff1

    • -11
    • +11
    ./TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs
  1. … 4 more files in changeset.
Improved test expectancies Related to Issue [WTI-921]

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

Former-commit-id: dfb8ce832a0f99a474ba54c16ec007ccaccecb07

Former-commit-id: a5350f2b53c0fc2a616caa15cd2b766b6ac715de

    • -2
    • +6
    ./TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs
    • -5
    • +8
    ./TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs
  1. … 4 more files in changeset.
Ensure "Copy Local" is correctly set for all project references.

Paired with janssen

Related to Issue [WTI-931]

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

Former-commit-id: 1a285b893488098d515aa5e5827909e39345af9e

Former-commit-id: 96fea1b85e27ae87d361d5996d7a6d16181edd0e

    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 7 more files in changeset.
* minor code cleanup Related to Issue [WTI-927]

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

Former-commit-id: d44d886c2d596cbbd8749e46b4bc0b35d341b6bd

Former-commit-id: ebb371cb01e4f3df4d14384e775ea76ee6791f1c

    • -2
    • +2
    ./TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs
  1. … 2 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
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 97 more files in changeset.
Improved some tests by using HydraRingCalculatorFactoryConfig Related to Issue [WTI-921]

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

Former-commit-id: f09c1dd27fb560a56694125e29550ef09dc0fb6c

Former-commit-id: d1df8637395dbb481b15047725abb967bc38917f

    • -0
    • +4
    ./Ringtoets.HeightStructures.Forms.Test.csproj
    • -1
    • +7
    ./TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs
    • -12
    • +12
    ./TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs
    • -12
    • +12
    ./TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs
  1. … 11 more files in changeset.
Incorporated review comments: - Editorial changes: moved lines around to improve consistency. Checked for similar tests across the Structures - Extracted function to retrieve validation rules depending on the calculation type in ClosingStructuresCalculationService - Changed parameter names

Related to Issue [WTI-927]

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

Former-commit-id: e1580d2ed171698fd39b5bc43af134da09314a84

Former-commit-id: f5567d00dde1ac54ef7a753d24bc7c9d73dc1ff8

    • -8
    • +8
    ./TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs
  1. … 8 more files in changeset.
Deltares clean-up for Ringtoets.HeightStructures Related to Issue [WTI-931]

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

Former-commit-id: 833c29cff59857b9765986d45ba62a90f0355883

Former-commit-id: 806406b6048b92edff660777125323394608cd76

    • -1
    • +0
    ./PropertyClasses/HeightStructuresFailureMechanismPropertiesTest.cs
    • -3
    • +3
    ./Views/HeightStructuresScenariosViewTest.cs
  1. … 6 more files in changeset.
Implemented Hydra-Ring last error handling for height structures.

Related to Issue [WTI-928]

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

Former-commit-id: fd80f11b26b148da951d580a6d2a6089f0dea398

Former-commit-id: 89c17a9c27bb3285ee9cf58df1847604a47ed5e4

    • -2
    • +2
    ./TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs
    • -2
    • +2
    ./TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs
  1. … 9 more files in changeset.
Review related changes Related to Issue [WTI-556]

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

Former-commit-id: 0cf1f8776919dacfbfa186feeb66eaf4bab0cbc3

Former-commit-id: e5dcf337529347eaa7b7b46554b65b47a4fa44ec

    • -8
    • +2
    ./PropertyClasses/HeightStructuresInputContextPropertiesTest.cs
  1. … 3 more files in changeset.
Show temp Hydra-Ring working directory in log messages instead of output file contents. Related to Issue [WTI-928]

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

Former-commit-id: ffee509c70a3b27af0b78536abc002b38b1a3d2a

Former-commit-id: 8c1f43038a30d3db98b08807548c7fee71164814

    • -1
    • +1
    ./TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs
    • -2
    • +2
    ./TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs
    • -2
    • +2
    ./TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs
  1. … 70 more files in changeset.