FailureMechanismContributionContextTreeNodeInfoTest.cs

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

    • -4
    • +2
    ./FailureMechanismContributionContextTreeNodeInfoTest.cs
  1. … 33 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

    • -2
    • +0
    ./FailureMechanismContributionContextTreeNodeInfoTest.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

    • -6
    • +6
    ./FailureMechanismContributionContextTreeNodeInfoTest.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

    • -0
    • +9
    ./FailureMechanismContributionContextTreeNodeInfoTest.cs
  1. … 64 more files in changeset.
Code cleanup. Replaced mock of TreeViewControl with actual TreeViewControl instance where possible. Dispose SurfaceLine selection view and DikeProfile selection views (for when generating calculations) Related to Issue [WTI-634]

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

Former-commit-id: e6c6a59d721729e2c0c05006ba933b0e05f19620

Former-commit-id: e2e1fef2cb68042001aab2c8c9a639e1ea4b0139

    • -9
    • +11
    ./FailureMechanismContributionContextTreeNodeInfoTest.cs
  1. … 38 more files in changeset.
* Updates icons for FailureMechanismContribution and FailureMechanismSectionResult UI elements.

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

Former-commit-id: 12839cbf2970f5cce5c42f16641f9ef1a947af26

Former-commit-id: 3d486cf1b79fd7dcf350f373d196f1adb864615c

    • -1
    • +1
    ./FailureMechanismContributionContextTreeNodeInfoTest.cs
  1. … 9 more files in changeset.
- small review changes Related to Issue [WTI-409]

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

Former-commit-id: 133cf8dc48234534483596c935a91fef2afb979f

Former-commit-id: 8dd619dab9d2af2a34a363b00492757cc75e4520

    • -5
    • +23
    ./FailureMechanismContributionContextTreeNodeInfoTest.cs
  1. … 23 more files in changeset.
- Fixed bug for context menu for opening FailureMechanismContributionView. - Refactored the FailureMechanismContributionView so it won't use the context anymore. Related to Issue [WTI-409]

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

Former-commit-id: e105fad1fe277507a69f65ec312cd65344325034

Former-commit-id: 9d2fa0154fb063cd8632ffbb6d725720500e163f

    • -6
    • +4
    ./FailureMechanismContributionContextTreeNodeInfoTest.cs
  1. … 5 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

    • -38
    • +56
    ./FailureMechanismContributionContextTreeNodeInfoTest.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
    ./FailureMechanismContributionContextTreeNodeInfoTest.cs
  1. … 147 more files in changeset.
* Introduced FailureMechanismContributionContext as view model object for FailureMechanismContribution. * Refactored FailureMechanismContributionView to work with the new context object. Related to Issue [WTI-409]

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

Former-commit-id: 943ee2ed71b8dc693264bc3d070438318a47e857

Former-commit-id: 01d6bfc79a5ab2da6fae76cbe1ba519a09b9dc4b

    • -0
    • +115
    ./FailureMechanismContributionContextTreeNodeInfoTest.cs
  1. … 14 more files in changeset.