Core.Common.Gui.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added tests for adding separators to the context menu through the ContextMenuBuilder. Related to Issue [WTI-172]

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

Former-commit-id: 35fabf7b8a94fdd2f7cd1c511e9a726d88d93fcf

    • -1
    • +79
    ./ContextMenu/ContextMenuBuilderTest.cs
Added possibility to add an item to the ContextMenu which opens a view, through the ContextMenuBuilder. Related to Issue [WTI-172]

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

Former-commit-id: 23f1e30cd649bd1977eed68cf8e7c9e05b1e2d97

    • -2
    • +47
    ./ContextMenu/ContextMenuBuilderTest.cs
    • -49
    • +122
    ./ContextMenu/GuiContextMenuItemFactoryTest.cs
  1. … 14 more files in changeset.
Have ContextMenuItemFactory constructors require necessary context information instead of having to provide it to each method repeatedly. Removed ICommandHandler requirement for PlaceholderWithReadonlyNameNodePresenter.

Related to Issue [WTI-172]

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

Former-commit-id: b9ed449af5de18bdf89fe62799989b15c841084a

    • -17
    • +54
    ./ContextMenu/GuiContextMenuItemFactoryTest.cs
    • -5
    • +28
    ./ContextMenu/TreeViewContextMenuItemFactoryTest.cs
  1. … 7 more files in changeset.
Split up the ContextMenuItemFactory into a GuiContextMenuItemFactory and a TreeViewContextMenuItemFactory, which are responsible for creating gui context or treeview context dependent menu items. Renamed IContextMenuProvider to IContextMenuBuilderProvider to better meet the intention of the interface. Related to Issue [WTI-172]

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

Former-commit-id: cd15bb154bba2f952304f8a8955dc6f922abf1c1

    • -0
    • +219
    ./ContextMenu/ContextMenuBuilderTest.cs
    • -0
    • +260
    ./ContextMenu/GuiContextMenuItemFactoryTest.cs
    • -0
    • +71
    ./ContextMenu/TreeViewContextMenuItemFactoryTest.cs
  1. … 16 more files in changeset.
reverted changes from rev 1009 for Tests projects in order to keep paths for the test-data files. Also they are not important to keep in Solution\bin folder. UMLs project reverted as well. Related to Issue [WTI-148]

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

Former-commit-id: b5e875391c3b9f3c190b7078802e7bb704520924

  1. … 35 more files in changeset.
all projects are build into SolutionDir\bin directory. Installer is also redirected to this dir. Related to Issue [WTI-148]

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

Former-commit-id: b930a00c4632ec165638f460385728583e825e17

  1. … 71 more files in changeset.
Introduced ContextMenuBuilder in stead of the ContextMenuFactory. Builder is responsible for calling ContextMenuItemFactory methods to configure a ContextMenu. Can be used to construct a menu using items which require the gui context, to add custom items and to add separators. Removed ITreeNode parameter of GetChildNodeObjects (only based on data)Moved resources from the Ringtoets.Common.Forms to Core.Common.Gui Removed unused methods in ContextMenuStripExtensions Added expand all and collapse all items to the ContextMenuItemFactory. Moved ContextMenuBuilder and ContextMenuItemFactory to sub folder. Related to Issue [WTI-172]

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

Former-commit-id: 9eefacfdd318334fb06e17b8a94422bee07e4674

  1. … 58 more files in changeset.
Added click handler for the properties item in the context menu. Related to Issue [WTI-172]

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

Former-commit-id: 51836ca424bda6e9d6768ffc035270e201b3c929

    • -0
    • +243
    ./ContextMenuItemFactoryTest.cs
  1. … 1 more file in changeset.
Prevent .pdb getting copied for anything but Debug in test projects. Related to Issue [WTI-64]

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

Former-commit-id: 7120d5b1b5e117098f2ef37a9cd2805a970d195d

  1. … 29 more files in changeset.
improvements followed by the review. Related to Issue [WTI-147]

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

Former-commit-id: f5f01b241a44679110c9e705941ff86943b70b8b

  1. … 2 more files in changeset.
Moved *nunit.framework* (from 2.5.11) to NUGet (to version 2.6.4) - Fixed incorrect order of *SoilProfiles* and *SurfaceLines*. With the older version of NUnit, the test failed to identify this incorrect order Related to Issue [WTI-100]

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

Former-commit-id: 63d5be1e75f3e481c99b802445511d545c4cd668

  1. … 59 more files in changeset.
implemented an ability to hide progress bar Related to Issue [WTI-147]

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

Former-commit-id: 0fe156153ecc2015fec189c3885c72eb1230001b

  1. … 2 more files in changeset.
* Implemented review comments of WTI-Review-130: ** Fixed output paths for projects; ** Removed unsupported configurations; ** Improved comments. Related to Issue [WTI-139]

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

Former-commit-id: c9e89aad465317fe084794b2643f5ba36cbdc489

  1. … 59 more files in changeset.
* Created new configuration CreateInstallerWithDemoProject * Create Ringtoets.Demo project to add testing utils to the application ** Testing utils only available in Debug, Release and CreateInstallerWithDemoProject configurations, through the INCLUDE_DEMOPROJECT preprocessor symbol

Related to Issue [WTI-139]

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

Former-commit-id: 148370829781060c53c54af79d47d20e201453f3

  1. … 75 more files in changeset.
Removed redundant comment Related to Issue [WTI-104]

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

Former-commit-id: 1422becb7be9e6778d38fbdc1bdee9afca799008

* Changed ExpandableArrayConverter to show child properties with index starting from 1 instead of 0. * Improved test coverage for ExpandableArrayConverter Related to Issue [WTI-20]

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

Former-commit-id: 5dddedd73719227f9924d82d626a99fa1a15cec9

    • -0
    • +91
    ./ExpandableArrayConverterTest.cs
  1. … 1 more file in changeset.
reverting prev changes Related to Issue [WTI-104]

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

Former-commit-id: 857e3a1718478d11b491eba402fd68776e7a40ea

committing missing csproj Related to Issue [WTI-104]

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

Former-commit-id: a4c4a67d47f4f1594e7095cd31752be0a36fe124

    • -0
    • +6
    ./Core.Common.Gui.Tests.csproj.user
processed reviews. Improved project structure in solution, adapted names. Related to Issue [WTI-104]

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

Former-commit-id: b6120c730806131937bd7127bea7719022102011

    • -0
    • +66
    ./Core.Common.Gui.Tests.csproj
    • -0
    • +87
    ./Forms/SplashScreenTest.cs
    • -0
    • +31
    ./Properties/AssemblyInfo.cs
  1. … 3 more files in changeset.