PipingCalculationScenarioContextTreeNodeInfoTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved all TreeNodeInfo tests and other info tests from forms test project to plugin test project. Related to Issue [WTI-773]

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

Former-commit-id: b845a4c5c923896a2059ff46ac7dd5eb076dd82e

Former-commit-id: bbf06f92d9b3fd77e194139bffff7de75b4cc1b4

    • -692
    • +0
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 239 more files in changeset.
Performed Resharper cleanup

Related to Issue [WTI-1008]

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

Former-commit-id: 23d17fd6b5257a25b167839d9106eea6fa7be554

Former-commit-id: 4a817a07bc646924777514e78010c89bc0fdf9b5

    • -1
    • +1
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 114 more files in changeset.
Incorporated feature: - User can select if he wants to manually enter the assessment level: -- If yes, dropdown box hydraulic boundary locations disappears and the assessment level box becomes editable -- If no, dropdown box hydraulic boundary location appears and the assessment level box becomes readonly and synchronized with values of the selected hydraulic boundary location - Adapted the affected Create and Read extensions to reflect the new situation - Adjusted the validation which is now a function of the UseAssessmentLevelManualInput - Adjusted failing tests, implemented new tests Related to Issue [WTI-1014]

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

Former-commit-id: ae9ad69faa9fc522800632c7944d8b790dac770f

Former-commit-id: d200214e586def9e76afba8695f2f52963026039

    • -2
    • +2
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 18 more files in changeset.
Adjusted validation routine for the "Toetspeil" property in Piping: - When HBL is null (not selected), validation will only generate an error if: -- AssessmentLevel is NaN, positive or negative infinity -- Same for the values of PiezometricHeadExit - Tree node info, activity and service tests are adjusted. One more message is generated in case there is an invalid calculation (both AssessmentLevel and the related PiezometricHeadExit related error will be generated)

Related to Issue [WTI-1014]

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

Former-commit-id: d45ce3a6be2f6f1f4eb08a664684c7096e1d96c2

Former-commit-id: 1c03483a86aa8b4ae5ee233a43d68d322dd08f31

    • -2
    • +2
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 8 more files in changeset.
Introduced PipingOutputContext to hold references to PipingOutput and PipingSemiProbabilisticOutput. Added intermediate results from PipingOutput to the piping output property control. Related to Issue [WTI-1004]

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

Former-commit-id: 3837c47c98b0a8898a59b3fd73f40d331a459a73

Former-commit-id: 380efd80fd7fbec74f86da3ce1b5027b8cc87c94

    • -1
    • +4
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 19 more files in changeset.
- Updated FailureMechanismContributionNormChangeHandler.ChangeNorm's signature to pass along the norm, instead of the return period - Had to update all tests that create an AssessmentSection that was defined as a return period Related to Issue [WTI-1019]

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

Former-commit-id: 00e291aa4d0d4d90e60e41432032bc2bf6e3d847

Former-commit-id: 85d3c72325fb1550f01ddf9ca8716034496aa175

    • -10
    • +9
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 33 more files in changeset.
* improved xml docs. * using hard casts instead. Related to Issue [WTI-983]

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

Former-commit-id: 8cf16bfb28f322d125080decb66035c14e5303bc

Former-commit-id: 615463440e7a0040fb53ffcf55dfe871bc42cfc1

    • -2
    • +2
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Removed CommentContext Related to Issue [WTI-983]

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

Former-commit-id: 8d56e214482a920714e272e0603ba492b669c9cd

Former-commit-id: 35ffbd5e3a533694d9b17097a4a9102dca33f137

    • -8
    • +5
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 33 more files in changeset.
Removed ICommentable Related to Issue [WTI-983]

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

Former-commit-id: 3d96e9326e4b434624beb5bdba4c22c1d51e9208

Former-commit-id: b02773ea52b0f411aaa0b88c5013aa57161d87ee

    • -2
    • +2
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 36 more files in changeset.
- Removed ICommentable from ICalculation and replaced it with a Commentable property Related to Issue [WTI-983]

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

Former-commit-id: d58e8379d2a7a2ac41eb68aec287b032b325ed7d

Former-commit-id: 85de1e68b87e73b7e36e44ada2077190b55de29a

    • -2
    • +2
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 68 more files in changeset.
Review related changes Related to Issue [WTI-953]

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

Former-commit-id: 96aed549dde17f96f25cb6559c4da18647c1f963

Former-commit-id: 0d919dc500e8dd1144dbbc06d657117781aed7f3

    • -1
    • +1
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 16 more files in changeset.
Improved some output related piping tests Related to Issue [WTI-953]

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

Former-commit-id: dfa6e6d429f3bdbd02919943bb124875eac5a851

Former-commit-id: 62c23b1578d4f3fd291738224fc3a990a377000a

    • -2
    • +7
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 10 more files in changeset.
Moved some piping calculation scenario factory related testutils Related to Issue [WTI-953]

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

Former-commit-id: 52a4be04dc6c4f897a0552319046989a43b13ede

Former-commit-id: 06aa1e04cad76ca900ff19365d0cbe57b5cf25fe

    • -2
    • +2
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 9 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

    • -2
    • +2
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 13 more files in changeset.
Implemented improvements of review 991. Related to Issue [WTI-819]

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

Former-commit-id: 4d245141dc0218dba0e5d3a44ef2946da346ffb5

Former-commit-id: e01006e92e9da10f84b317233f28797fc4977961

    • -1
    • +1
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 59 more files in changeset.
* Dispose of created/replaced ContextMenuStrip. * Moved TreeNodeInfo for ForeshoreProfileContext from WaveImpactAsphalt to Ringtoets.Common. * Created test for ForeshoreProfileContext Related to Issue [WTI-721]

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

Former-commit-id: 34c6a5742dd41933fd9cc046e85b257964eb73d2

Former-commit-id: f698b89818105804f9d22b02186f42f4bccd822d

    • -72
    • +79
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 35 more files in changeset.
Merged revision(s) 5006-5019 from branches/Release/16_1_1: Resharper cleanup Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

constants now are at the beginning of test files.

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Cleanup project references.

Related to Issue WTI 737

........

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

Former-commit-id: 21f2b2d3f74765437bc2f5ac6001d62a6c3afd98

Former-commit-id: 79979c7e6cb96a998c3b1a0d4fc4d9bd4bf10566

    • -8
    • +8
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 219 more files in changeset.
Resharper cleanup

Related to Issue [WTI-739]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_1_1@5014 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d91ce4a5a30192a5e681787bcb49e8390d72f48a

Former-commit-id: 4fd5daa3311c8c0834b1b339774d9cad7206b3b0

    • -8
    • +8
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 54 more files in changeset.
Resharper cleanup

Related to Issue [WTI-739]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_1_1@5014 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f1c0241021116a26e7621a05d25419e7a0b1e13b

Former-commit-id: df70e1d48d043e3b89e22aad9359f43c7bac40f1

    • -8
    • +8
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 54 more files in changeset.
* Cleanup Ringtoets.Piping.Forms.Test Related to Issue [WTI-737]

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

Former-commit-id: a09f571aab1f3b0c0df6138b2e7c3f6c2fd482ca

Former-commit-id: 8d62c1128ee1ea2b9fd4e27781d90801e40788a7

    • -8
    • +3
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 22 more files in changeset.
* Removed unused/obsolete context menu items from Context menus in the application. Related to Issue [WTI-731]

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

Former-commit-id: 133d36b652b621feb29d54e0cd89c7f6c476887a

Former-commit-id: 3549f3e84834102177d8583c09b298f3d92fcf31

    • -3
    • +0
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 26 more files in changeset.
- Renamed derived classes of *GuiPlugin* - removed unused resource Related to Issue [WTI-539]

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

Former-commit-id: 58102f6e709295f4a14681a3135926ce27d2eb4e

Former-commit-id: e58e4aba30a88a7639369b703019332ac660cb58

    • -2
    • +2
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 152 more files in changeset.
* Disposing of GuiPlugin implementations in TreeNodeInfo tests. ** Reformatted related code as well. * Some cleanup in various places. Related to Issue [WTI-636]

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

Former-commit-id: 4524f3c4c9e7477be29dcdf62a24d5acab47b329

Former-commit-id: 498b3880c77139d272b824e9b815b990cc2aa31f

    • -11
    • +15
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 64 more files in changeset.
Implemented Validate, Validate all in group and Validate all in FailureMechanism context menu item creation methods in RingtoetsContextMenuItemFactory. Removed validation of FailureMechanismSection as they are not required to perform a calculation. Related to Issue [WTI-671]

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

Former-commit-id: 425bc494b5bb9d61c60ed6b18415d0f56bf03ed3

Former-commit-id: 05c43e9cbf19bdb02d966dfbb1f43bd53ee9d634

    • -77
    • +0
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 11 more files in changeset.
Updated expectations. Refactored CalculateAll and ValidateAll methods for better reuse. Related to Issue [WTI-671]

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

Former-commit-id: b8f24447f514f789716462f711f0abd49165c056

Former-commit-id: 2fd795ac6d7250467ce6d4272f51cd94d924118c

    • -2
    • +2
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 4 more files in changeset.
* Fixed for WTI-Review-639: ** Moved Resources to correct projects. ** Fixed typo. ** Changes softcast to hardcast in tests where type is assumed to be correct. ** Added using statements and reformatted code related to tests that created a TreeViewControl. Related to Issue [WTI-616]

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

Former-commit-id: ac70deb711138ebaf87639e628c18362f38c27b6

Former-commit-id: 50bad4c9c0122ba15c26d49b015ae22de2e995e0

    • -293
    • +315
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 12 more files in changeset.
Changes after review - Moved some resources. - Changed xml documentation. - Improved tests. Related to Issue [WTI-616]

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

Former-commit-id: 4ceda0de586616bdfe6a5c119790dd7d61c1ea3c

Former-commit-id: 2342043eca8ee4a73376853ad1232fee814eb51c

    • -27
    • +27
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 46 more files in changeset.
Modified the list of scenario's for a section so that it isn't maintained in the sectionresult, but rather obtained using the current scenario's in the failure mechanism. Related to Issue [WTI-647]

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

Former-commit-id: 8bd2d6351cdcfac8e7d69ab98909c963906f75c8

Former-commit-id: c8c004a51e853218708f5a431ef496fdb7df326c

    • -4
    • +3
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 45 more files in changeset.
- Added validation so that piping calculate context menu is disabled when no failure mechanism sections implemented - Moved resources. - Used class instead of mock in tests. Related to Issue [WTI-616]

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

Former-commit-id: 679ef3fb6dddf159249b01c5ce92335925057e9d

Former-commit-id: c3e5d8db87e4ffbdf497277b76c47d4c50efef1d

    • -25
    • +86
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 17 more files in changeset.
* Turned CommentContext and FailureMechanismSectionResultContext into a WrappedObjectContextBase * Got rid of test duplication Related to Issue [WTI-543]

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

Former-commit-id: 6f363150c9dd568464e414dca4dff2f8c320f784

Former-commit-id: 12573a37d4a9bb7c27ed5936da113aed786d9397

    • -2
    • +2
    ./PipingCalculationScenarioContextTreeNodeInfoTest.cs
  1. … 27 more files in changeset.