Core.Common.Gui.TestUtils

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Temp version, with decorator (and delete), but disabled and lookup table

Back to Framework 4.5

Related to Issue [WTI-199]

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

Former-commit-id: 3abcac765abfc25bd2fe1d34994e4130e96a50ba

  1. … 96 more files in changeset.
Renamed TestUtils to TestUtil Related to Issue [WTI-184]

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

Former-commit-id: d7daba7b69132117103600f3370c1324765c1c86

    • -109
    • +0
    ./ContextMenu/CustomItemsOnlyContextMenuBuilder.cs
    • -34
    • +0
    ./ContextMenu/SimpleContextMenuBuilderProvider.cs
    • -123
    • +0
    ./Core.Common.Gui.TestUtils.csproj
  1. … 135 more files in changeset.
Fixed typo in TestUtils class Related to Issue [WTI-184]

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

Former-commit-id: a9b88520fc2b071c890923cdf03394028a09a79e

    • -35
    • +0
    ./ContextMenu/SimpleContextMenuBuilderProvder.cs
    • -0
    • +34
    ./ContextMenu/SimpleContextMenuBuilderProvider.cs
  1. … 2 more files in changeset.
SQLite database with load and save project Related to Issue [WTI-199]

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

Former-commit-id: 87c7609f9f912ed4e4fc8e5d5b0e7f6c3589e05d

  1. … 163 more files in changeset.
Added docs. Made expectations in tests more explicit for expected arguments. Cleanups of resources and references. Added templates used for creating a new test and a new exception. Related to Issue [WTI-172]

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

Former-commit-id: 0220216426d4640e6076fa76995e4116880fce00

  1. … 13 more files in changeset.
Updated namespaces for just moved TreeView stuff Related to Issue [WTI-183]

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

Former-commit-id: 13781d9e2f372b0ec1796e6aff71f9d2fb6034e8

    • -0
    • +1
    ./ContextMenu/SimpleContextMenuBuilderProvder.cs
  1. … 69 more files in changeset.
Moved TreeView stuff to Core.Common.Controls.Swf Related to Issue [WTI-183]

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

Former-commit-id: 2d3575aca6cd8225ef2e49ac31ddbecc0afe3dfa

    • -1
    • +0
    ./ContextMenu/SimpleContextMenuBuilderProvder.cs
  1. … 21 more files in changeset.
* Improved consistency between PipingCalculationGroup and PipingFailureMechanism node presenters context menus. ** PipingCalculationGroupContextNodePresenter uses provided IContextMenuBuilderProvider. ** Added validate all command to PipingFailureMechanism. * CustomItemsOnlyContextMenuBuilder supports building separators. * Introduced simple implementation of IContextMenuBuilderProvider. * Fixed bug where PipingCalculationContextNodePresenter was running calculations improperly (causing multiple progress dialogs to be spawned!) Related to Issue [WTI-174]

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

Former-commit-id: f82424207d1afd4dc7eee18b7bf877964184e739

    • -1
    • +2
    ./ContextMenu/CustomItemsOnlyContextMenuBuilder.cs
    • -0
    • +35
    ./ContextMenu/SimpleContextMenuBuilderProvder.cs
  1. … 9 more files in changeset.
Commit files which were conflicted. Added test for DeleteItem and have its state based on the NodePresenter.CanRemove() method. Related to Issue [WTI-172]

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

Former-commit-id: e1b9ac9188a497a20497a937d321164e42fc310b

    • -0
    • +47
    ./ContextMenu/CustomItemsOnlyContextMenuBuilder.cs
  1. … 4 more files in changeset.
Removed need of TestContextMenuBuilderProvider by introducing: CustomItemsOnlyContextMenuBuilder which only constructs custom items and ignores the rest. Introducing IContextMenuBuilder so that the builder can be easily mocked in tests. Related to Issue [WTI-172]

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

Former-commit-id: 6dcbf607574f724ec28bec46dc3f87f49c1e3210

    • -0
    • +61
    ./ContextMenu/CustomItemsOnlyContextMenuBuilder.cs
    • -54
    • +0
    ./TestContextMenuBuilderProvider.cs
  1. … 28 more files in changeset.
removed Ringtoets.targets due to unnecessary clean up actions. AllowedReferenceRelatedFileExtensions flag is moved to the project configuration. Related to Issue [WTI-148]

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

Former-commit-id: 2f8f7061db721b7f1b67104ee0d83acb7ad4841a

  1. … 37 more files in changeset.
Set default platform to x86 (instead of AnyCPU) Removed configuration *CreateInstallerWithDemoProject* in projects (release was used anyways) Related to Issue [WTI-148]

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

Former-commit-id: 2fb0ca748dced07d7231dcbf87ed9885a248fffb

  1. … 72 more files in changeset.
Expand all and collapse all context menu item determine state on children of tree node. Related to Issue [WTI-172]

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

Former-commit-id: 8fcffebc4c513b3e1277f9a1d60311d11f019e5a

    • -0
    • +10
    ./TestContextMenuBuilderProvider.cs
  1. … 14 more files in changeset.
Fixed creation of installer with demo projects added Related to Issue [WTI-95]

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

Former-commit-id: 81eb7226a7bfb9a01d5b8a9f2adac6514cbc8874

  1. … 71 more files in changeset.
- Created configuration for test coverage (it requires PDB files) - Cleaned up cofngiration for *CreateInstallerWithDemoProject*, it is an equivalent of *Release* Related to Issue [WTI-64]

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

Former-commit-id: c5f32c4f489636d5ebe6acddc774a15a5e3ef418

  1. … 73 more files in changeset.
Added TestContextMenuBuilderProvider for easier testing. Added Context menu to PipingCalculationContextNodePresenter. Related to Issue [WTI-172]

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

Former-commit-id: d7e586b8b19b2d5dcc2bf9fc0c6a4a6d8c6a762c

    • -0
    • +122
    ./Core.Common.Gui.TestUtils.csproj
    • -0
    • +13
    ./Properties/AssemblyInfo.cs
    • -0
    • +44
    ./TestContextMenuBuilderProvider.cs
  1. … 11 more files in changeset.