Core.Common.Controls.TreeView.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Further replaced mock of TreeViewControl with actual TreeViewControl instance where possible. Related to Issue [WTI-634]

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

Former-commit-id: d59e2daccb920637514bf86384be9f52dc21286f

Former-commit-id: 23c5bccfdb27913d51542bd4204a714938246f61

  1. … 25 more files in changeset.
* Fixes for WTI-Review-593: ** Reformatted code to improve code coherence. ** Added using clauses for disposable TreeView. ** Made variable explicit. Related to Issue [WTI-518]

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

Former-commit-id: 3190cc2f932be36eaa70bbcce614b71c0cf2b299

Former-commit-id: c7be015e8a70c887dd965206f34cb5b6fb73df1b

  1. … 1 more file in changeset.
Prevented exception thrown (but not visible in interface) by dragging data from outside the application. Prevented blinking of treeview placeholder when moving cursor over node with dragged data (only a problem when hovering over the parent of the dragged data) Related to Issue [WTI-518]

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

Former-commit-id: dd11030a9297197703e8d1bbf5a8d35b92574c4c

Former-commit-id: 3165cfe84323e1b407e3ab03d21cdc7da5892e87

  1. … 1 more file in changeset.
Added shortcuts for Genereer scenario's... and Is relevant context menu items. Added shortcut for Genereer scenario's... button in PipingCalculationsView. Prevented CalculationGroup from being selected when making a failure mechanism relevant. Related to Issue [WTI-429]

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

Former-commit-id: fe1d165008e29b2d80b849e232a5080f1ca9f9bc

Former-commit-id: 0df2f5a2699ad68775f2ccea7d68d35633dfb98c

  1. … 15 more files in changeset.
Added test in DragDropHandlerTest for dragging a tree node. Related to Issue [WTI-481]

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

Former-commit-id: c9bc6b93169257659a0cde7ecccbecbe32c48ea4

Former-commit-id: 18bbd195c189e286ea28edd6151f13408738fd81

    • -0
    • +1
    ./Core.Common.Controls.TreeView.Test.csproj
    • -0
    • +51
    ./DragDropHandlerTest.cs
removed select node on MouseDown as this would immediately put the node in rename mode after the MouseUp event. select node on drag

Related to Issue [WTI-481]

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

Former-commit-id: 291ee6ab07581adf525f81b0193cd82387bea37f

Former-commit-id: 2b9dc9b7085e0836aee8dac078aee1c5e024a365

  1. … 2 more files in changeset.
Changes after review. Related to Issue [WTI-481]

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

Former-commit-id: e7781cb34ea2dfe470d3c4f4bed71ec3a27eb35c

Former-commit-id: db1af0dda53c37d3d94c4371b2f9d97957e79699

  1. … 1 more file in changeset.
* TreeViewControl.SelectedData is now set on 'MouseDown' event, instead of MouseClick. * Removed TreeViewControl.PointToClient(Cursor.Position) conversion, as point coordinates are already directly provided by event arguments. Related to Issue [WTI-481]

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

Former-commit-id: 17a5e27e57cbf648256e56a4e02fec480bdf4654

Former-commit-id: d188ae129599d356b17f98bf9f87ea6010feb07b

  1. … 1 more file in changeset.
* Fixed bug with DialogHandlers containing exceptions. Those exceptions only occur in a different thread (running the dialog), and will not cause the unit test to fail. Moved assertions out of the handlers. Related to Issue [WTI-364]

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

Former-commit-id: 504042ef5c35dd3417e25cb20dd839894e369e68

Former-commit-id: 7e6e5ccf063c7fa5ebf548694190971db30a0304

  1. … 4 more files in changeset.
Performed some final cleanups Related to Issue [WTI-391]

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

Former-commit-id: 4b307d999c063706568877d8079cecbb2794b44a

Former-commit-id: e35fbbefd38de1d4bef20842a9018237956b38ab

    • -10
    • +0
    ./Core.Common.Controls.TreeView.Test.csproj
  1. … 6 more files in changeset.
Extended TreeNodeInfoTest Related to Issue [WTI-391]

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

Former-commit-id: 014319354ff5fee7f9eab497a39ee65224132074

Former-commit-id: 4b61624703af18ad0a59a68271e21e218852d9ef

Added tests for TreeViewControl. Related to Issue [WTI-391]

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

Former-commit-id: b06840fd8248113a1b5cf1f6fd41e2886c72d6cd

Former-commit-id: c96eaf87cf00ea3d16c832af5de0ea3bc580fc77

    • -1162
    • +1078
    ./TreeViewControlTest.cs
Added tests for TreeViewControl. Related to Issue [WTI-391]

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

Former-commit-id: 7fd081b05730f78118e2cc45a24bad31bfd4d2a0

Added tests for TreeViewControl. Related to Issue [WTI-391]

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

Former-commit-id: f7e1cba24d250871fc0fc5391333bd65b0268954

    • -1
    • +1
    ./Core.Common.Controls.TreeView.Test.csproj
    • -0
    • +1017
    ./TreeViewControlTest.cs
  1. … 1 more file in changeset.
Added TreeNodeInfoTest Related to Issue [WTI-391]

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

Former-commit-id: d598b5a7f04c2514fb08bcb9182f8dabc4fa1c10

    • -0
    • +1
    ./Core.Common.Controls.TreeView.Test.csproj
    • -0
    • +195
    ./TreeNodeInfoTest.cs
Performed some final cleanups => Found them while writing code documentation Related to Issue [WTI-348]

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

Former-commit-id: 2b0cabb17cae1a5408b4705fe14b7bd75cf07a4e

    • -1
    • +0
    ./Core.Common.Controls.TreeView.Test.csproj
  1. … 4 more files in changeset.
Cleaned up some mess Related to Issue [WTI-347]

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

Former-commit-id: fcadeef7be3c8343893847decc88b6fd33d4be62

    • -1
    • +0
    ./Core.Common.Controls.TreeView.Test.csproj
    • -368
    • +0
    ./TreeViewNodePresenterBaseTest.cs
  1. … 21 more files in changeset.
Got rid of TreeNodeExpandCollapseState Related to Issue [WTI-347]

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

Former-commit-id: 2341aed944299836200188be2f5d6e447c2e00da

    • -1
    • +0
    ./Core.Common.Controls.TreeView.Test.csproj
    • -381
    • +0
    ./TreeNodeExpandCollapseStateTest.cs
  1. … 6 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

    • -2
    • +0
    ./Core.Common.Controls.TreeView.Test.csproj
    • -381
    • +381
    ./TreeNodeExpandCollapseStateTest.cs
    • -62
    • +62
    ./TreeNodeGraphicExtensionsTest.cs
    • -558
    • +635
    ./TreeViewControllerTest.cs
    • -368
    • +368
    ./TreeViewNodePresenterBaseTest.cs
  1. … 124 more files in changeset.
Comment TreeView tests => Will rewrite them as part of this issue Related to Issue [WTI-184]

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

Former-commit-id: 14ca59a8d43515fac32121cee4dc05e1f3d0053f

    • -2
    • +0
    ./Core.Common.Controls.TreeView.Test.csproj
    • -381
    • +381
    ./TreeNodeExpandCollapseStateTest.cs
    • -62
    • +62
    ./TreeNodeGraphicExtensionsTest.cs
    • -558
    • +635
    ./TreeViewControllerTest.cs
Added TreeNodeInfo conversion null checks Related to Issue [WTI-184]

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

Former-commit-id: 746356f74c304e4da22f439a86e6b0b75ccd8e2c

  1. … 3 more files in changeset.
Got rid of some nod presenters (old implementation of map) Related to Issue [WTI-184]

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

Former-commit-id: ec719cc8ac066fb0d8d0e8aad4f35292b867baf4

    • -368
    • +368
    ./TreeViewNodePresenterBaseTest.cs
  1. … 14 more files in changeset.
* Removed unused reflection methods from Core.Common.Utils. * Covered and documented Core.Common.Utils/Reflection. * Added reused of reflection or assembly based methods. Related to Issue [WTI-187]

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

Former-commit-id: f9791f3260e1c9559eb431001c20ab39ec197f4d

  1. … 17 more files in changeset.
Further cleaned up TreeView and TreeNode Related to Issue [WTI-184]

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

Former-commit-id: 5a1c2b497e7a8fb386c061df8744f53460bf7f96

  1. … 2 more files in changeset.
Further cleaned up TreeView and TreeNode Related to Issue [WTI-184]

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

Former-commit-id: 20adfc3049ec40f74114b7c001a8d3487d672144

  1. … 3 more files in changeset.
Got rid of IsLoaded property in TreeNode Related to Issue [WTI-184]

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

Former-commit-id: ef6bb748e5a82cf9b8b21aae198bdf463bc714a6

  1. … 5 more files in changeset.
Further cleaned up TreeView and TreeNode Related to Issue [WTI-184]

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

Former-commit-id: 522412f5e68d533f919e5478e36698eb5619a4c7

  1. … 6 more files in changeset.
Removed property change logic from ITreeNodePresenter Related to Issue [WTI-184]

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

Former-commit-id: 81285906f6092cd62ec02bf415d5577bad87bcaf

  1. … 11 more files in changeset.
Removed collection change logic from ITreeNodePresenter Related to Issue [WTI-184]

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

Former-commit-id: 002c5c680613971c42268d7fa1b90bbde1995b0a

  1. … 13 more files in changeset.
Fixed some Resharper code issues in Core.Common.Controls.TreeView Related to Issue [WTI-184]

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

Former-commit-id: c9386f39496477555b978f844602cb77e4a5c6b8

  1. … 7 more files in changeset.