FailureMechanismPlaceholderTreeNodeInfoTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed FailureMechanismPlaceholder* to StandAloneFailureMechanism* Related to Issue [WTI-515]

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

Former-commit-id: 43edefd19815b6c702c1a8c50452695c7da9ab5e

Former-commit-id: ebb9d69c2b61ad2315d402635574e38929ce6f8e

    • -464
    • +0
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 35 more files in changeset.
Added required code parameter to FailureMechanismBase. Made name required for FailureMechanismBase. Added code column to ContributionView. Related to Issue [WTI-508]

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

Former-commit-id: 65c9d838f484d29b60c50e7fb6b364e3b9a8920a

Former-commit-id: f277a4cf9e193d6ce49b4b1e4a0e2b0ffb1b6141

    • -9
    • +9
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 23 more files in changeset.
Move some final tests to TreeNodeInfo tests Removed DefaultFailureMechanismTreeNodeInfo Related to Issue [WTI-460]

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

Former-commit-id: bc0fa5ffeb51ec8374fa6f044b1b065c0d0b5a68

Former-commit-id: baa499f7ffe5f090e8bfc015ac1394b5dd5c58e9

    • -0
    • +43
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 6 more files in changeset.
Move some tests to TreeNodeInfo tests Related to Issue [WTI-460]

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

Former-commit-id: c71158c659b7ee5d4a1d9b8fd385f24834578239

Former-commit-id: 8b49dbfc5ac371cdbf14cbd6d616e0dda4bae887

    • -3
    • +45
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 3 more files in changeset.
Move some tests to TreeNodeInfo tests Related to Issue [WTI-460]

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

Former-commit-id: afb0e17946c3eee9b7b823137560d142e8f52ac1

Former-commit-id: abfc04ad07871bb338bb3cadaa972aa745280cb6

    • -1
    • +34
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 3 more files in changeset.
Added tests for the custom IsRelevant context menu item. Renamed Test file to *Test Related to Issue [WTI-429]

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

Former-commit-id: ab67165794a0c7fc2947cda4f1f1677d3a3d0556

Former-commit-id: bac78f1968f1aeb2a8f27d905230fddcb69c1268

    • -1
    • +5
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 5 more files in changeset.
* Added context menu items for failure mechanisms to change the relevancy of failure mechanisms. ** When a failure mechanism is changed from relevant to irrelevant, the corresponding views are being closed. Related to Issue [WTI-429]

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

Former-commit-id: dae0260817a03138ef3bebbe6b64fa81ef3ea60a

Former-commit-id: 1eae80db6f6ee468c02300def468878fdf1801d3

    • -2
    • +55
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 12 more files in changeset.
- Added property *Code* to Failure mechanisms. Related to Issue [WTI-462]

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

Former-commit-id: bd37be69c228236a69b2ef12dc6134f290218027

Former-commit-id: ad7c4aa64070da4693653bbcdc286728f16d96da

    • -5
    • +23
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 25 more files in changeset.
* Introduced common implementation for TreeNodeInfo related to IFailureMechanism implementations. ** DefaultFailureMechanismTreeNodeInfo is reused among all currently available failure mechanisms. ** DefaultFailureMechanismTreeNodeInfo holds implementation for failure mechanisms that have been deemed irrelevant. ** Moved FailureMechanismIcon from Ringtoets.Integration.Forms to Ringtoets.Common.Forms. Related to Issue [WTI-428]

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

Former-commit-id: 445ee4fd71062c927fe88ea3cea15f213cd0a36b

Former-commit-id: bc687d6bd4de4b323b97b72ef0aba35fd457f67c

    • -60
    • +80
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 29 more files in changeset.
* Changes for WTI-Review-469: ** Renamed IComment to ICommentable and updates XML docs. ** ICommentContext and CommentView do not have IAssessmentSection properties any more. Instead RingtoetsGuiPlugin view-closure code has been improved. *** Also fixed bug: Deleting a piping calculation group now does properly close an open CommentView for any child calculation at any depth. *** Improved test coverage for closing CommentView for various data. ** Some cleanup *** Reformatted code to reduce long lines of code. *** Reordered lines of code to improve code coherence. *** Not making mocks of simple objects, neither of IDisposable concrete objects. *** Closure of MockRepositories with VerifyAll methods.

Related to Issue [WTI-432]

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

Former-commit-id: a73e75f933d656c7b099234a683edf7a0fa368a4

Former-commit-id: 2993abae0543056ba28925d3595f06a3cbc903ea

    • -3
    • +11
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 22 more files in changeset.
Changes after review. Related to Issue [WTI-422]

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

Former-commit-id: e378a5044c756f8104f59efe21850853fb265a6d

Former-commit-id: 26e08ea46766bff51548e62e0760bba5ad1872ea

    • -2
    • +2
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 60 more files in changeset.
- Implemented treenode for comments in failure mechanism and calculations. - Made view general. Related to Issue [WTI-432]

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

Former-commit-id: 30018229e1986cae4bc2482790efba851103c128

Former-commit-id: 1ff2af6a5de52c68b7328a2ae0685e1a8268435b

    • -5
    • +7
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 26 more files in changeset.
Added possibility to assert for log messages and log levels. Implemented IObservable on HydraulicBoundaryDatabaseContext to reroute attach/detach/notify to the assessmentSection instead. HydraulicBoundaryDatabaseImporter now works on the assessment section instead of the HydraulicBoundaryDatabaseContext. Refactored RingtoetsGuiPlugin to use IAssessmentSection rather than HydraulicBoundaryDatabaseContext in methods for opening a project file. Refactored to remove early returns in SelectDatabaseFile Added ProjectOpened listener to check for possibility to open the hydraulic database from the saved project. Refactored TreeNodeInfo tests so that dispose is taken out of the TearDown method so that verify can be called in the test rather than in the teardown.

Related to Issue [WTI-329]

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

Former-commit-id: e952cc1b1089a3ff69cbd50a8d7a46f82a9f3659

Former-commit-id: baa90cb0d08b480946f020297e3ef473199ff4b5

    • -73
    • +113
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 29 more files in changeset.
Added folders for AssessmentSection and FailureMechanism in Ringtoets.Common.Data. Related to Issue [WTI-432]

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

Former-commit-id: 1fc0cbe4ee37c6965f4c379f14cb08f3cc97cb23

Former-commit-id: ed20cfc1d253bbf457dbbb1f77de0910155f979c

    • -0
    • +2
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 147 more files in changeset.
Changes after review. Related to Issue [WTI-422]

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

Former-commit-id: 3a3817d4a286c9c6bd3f49bc31fe611d59e49ac3

Former-commit-id: 57792c4536e20dd4ec73bc6ea1b2ab51ccf2b576

    • -2
    • +2
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 74 more files in changeset.
* Refactored AssessmentSectionBase to interface IAssessmentSection Related to Issue [WTI-408]

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

Former-commit-id: 0ac96bed13f2549620ff33fe394ebd391e5e1c4b

Former-commit-id: 13184bd3d3591df0ff78939910a7ccc28438d782

    • -2
    • +2
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 75 more files in changeset.
Added context item for FailureMechanismSectionResult Related to Issue [WTI-422]

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

Former-commit-id: 3f80b1c489539b5554f149e4f4ff73ee7469fbb4

Former-commit-id: 09bc786a07dbd73375a399cccdecef720e158dbc

    • -1
    • +4
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 9 more files in changeset.
Moved view and tree node info to Ringtoets integration. Related to Issue [WTI-422]

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

Former-commit-id: bcdef95680ce36cb630b133c9e43ce4621b5b9ea

Former-commit-id: 1d623b6cced5b6f30be6f6eb492ed623f3984754

    • -1
    • +1
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 30 more files in changeset.
* Removed 'SectionDivisions' placeholders from FailureMechanisms * Introduced FailureMechanismSectionsContext. * FailureMechanismSectionsContext is used as child tree-node-info of FailureMechanismContexts. Related to Issue [WTI-365]

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

Former-commit-id: b568c94e9d0c8b445e28930b56b49c135ac1bbda

Former-commit-id: 5b9837fa4e11dd1f1aea4a723820c3e275828c11

    • -2
    • +9
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 20 more files in changeset.
* Renamed FailureMechanismPlaceHolderContext to FailureMechanismPlaceholderContext (consistent with wrapped data class) * GuiPlugins that used to define nodes for IFailureMechanism now do for their 'FailureMechanism'...Context counterpart. Related to Issue [WTI-365]

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

Former-commit-id: d821991a08dc3976dfbebf8981335d77385c8b9e

Former-commit-id: 26caf75c47746141f92fa9b009f597705a9d07d8

    • -4
    • +17
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 14 more files in changeset.
* Added TearDown methods to dispose with created RingtoetsGuiPlugin. * Replaced placeholder for RefereceLine for actual data (ReferenceLineContext, as prep for subsequent ReferenceLineImporter).

Related to Issue [WTI-364]

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

Former-commit-id: 063e21d626ebc731dd1347258f00850736955205

Former-commit-id: 3bb4b1a6144b92d3b5d51e5b57c160be73b66bd2

    • -0
    • +6
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 19 more files in changeset.
Extended TreeNodeInfo interface => Added EnsureVisibleOnCreate Related to Issue [WTI-347]

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

Former-commit-id: 628e2763ef0f8984bfdec2925395aa7497f97538

    • -1
    • +1
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 20 more files in changeset.
Improved TreeNodeInfo interface => Improved ContextMenu Related to Issue [WTI-347]

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

Former-commit-id: 920cbe0acc1b85e9aa5a3a847571adacd394c5ed

    • -7
    • +4
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 30 more files in changeset.
Improved TreeNodeInfo API Related to Issue [WTI-347]

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

Former-commit-id: 5985fdc068d4b1305e832532c6852ab22991d9c7

    • -4
    • +4
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 24 more files in changeset.
Added TreeViewController parameter to ContextMenuBuilder Related to Issue [WTI-347]

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

Former-commit-id: 3e9b33f24b18f038dd59e420a6aa5188d1a9ad3a

    • -4
    • +6
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 30 more files in changeset.
Reintegrate branch to trunk. Related to Issue [WTI-184]

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

Former-commit-id: 823eca02392f29a5efa73ad3cbf3925824c622cc

    • -0
    • +171
    ./FailureMechanismPlaceholderTreeNodeInfoTest.cs
  1. … 131 more files in changeset.