Core.Common.Gui.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed tests failing due to merge:

Merged revision(s) 10302-10450 from branches/1300:

........

Introduced PerformWithoutChangingActiveContent method in AvalonDockViewHost

........

Removed "selection guards" from legend views

........

Removed "selection guards" from other selection providers

........

Changed selection provider logic in GuiCore

........

Slightly improved AvalonDockViewHost

........

Reverted some changes

........

Ensured chart legend view is updated after opening chart view

........

Ensured map legend view is updated after opening map view

........

Improved ChartPlugin and MapPlugin when it comes to removing outdated legend content

........

Applied additional fix when it comes to selection mechanism

........

Improved GuiCore logic so that only selection coming from document views is unsubscribed when activating a view that is no selection provider

........

Related to Issue [WTI-1300]

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

Former-commit-id: 0ac33adb63ea6da940791e1e00b3a101f6712ac4

Former-commit-id: 4fe18782ffdaf4ebbdc4b43e7d3f20cf2f88e183

    • -167
    • +18
    ./Forms/ViewHost/AvalonDockViewHostTest.cs
  1. … 17 more files in changeset.
Replaced KeyValueExpandableArrayElement with the KeyValueElementAttribute that can be defined together with the KeyValueExpandableArrayConverter to define the properties used as property name (DisplayName) and property value in the PropertyGrid.

Related to Issue [WTI-1304]

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

Former-commit-id: 6137551a03eb056095258aea338c273d543918d6

Former-commit-id: b00f02e8e684df53cd5779ec576b37c80105cc3e

    • -1
    • +1
    ./Converters/ExpandableArrayConverterTest.cs
    • -0
    • +180
    ./Converters/KeyValueElementAttributeTest.cs
    • -0
    • +299
    ./Converters/KeyValueExpandableArrayConverterTest.cs
  1. … 4 more files in changeset.
Added properties for general result to HydraulicBoundaryLocation(s). Added new KeyValueExpandableArrayConverter to convert KeyValueExpandableArrayElement into properties with just a name and a value. Wrapped elements of the ExpandableArrayConverter in a DynamicPropertyBag so that visibility of properties can be controlled through the DynamicVisibleValidationMethod. Related to Issue [WTI-1304]

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

Former-commit-id: 61cd485b87796483c8e81a556077a188b56b04f2

Former-commit-id: 3392b1723f0acbffc8f39a15ee306e87f0733bdd

    • -3
    • +6
    ./Converters/ExpandableArrayConverterTest.cs
  1. … 10 more files in changeset.
Fixed failing tests Related to Issue [WTI-1097]

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

Former-commit-id: 629d605cfc77c00ba624ec9a272d1d459399b4c7

Former-commit-id: dd3dd07c9d9e685b2350661a6c782d13daba7ba9

Improved storage related log messages Related to Issue [WTI-1097]

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

Former-commit-id: cf1a9704884e02eaaf225a18752cd4bb41d5d583

Former-commit-id: c2f18fd702044d49c8938cd00a27532c1e90c0d6

    • -27
    • +27
    ./Commands/StorageCommandHandlerTest.cs
  1. … 5 more files in changeset.
Removed obsolete converter. Related to Issue [WTI-1267]

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

Former-commit-id: e997a873db7be81f7c21e484754aecf985ccd08a

Former-commit-id: 7e640d147c4508de9cf3edc81ea6dbc72752cee9

    • -136
    • +0
    ./Converters/DashStyleConverterTest.cs
  1. … 8 more files in changeset.
Removed unused using. Related to Issue [WTI-1267]

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

Former-commit-id: d38836b507b40e30e7953237635c03d10c4afbc0

Former-commit-id: 421db3fb6fd66841443dcb5c9696751ea010bb15

  1. … 1 more file in changeset.
Cleaned up test setup and teardown overrides. Related to Issue [WTI-1266]

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

Former-commit-id: a3972a00ae40034528c2dd481fcc58265848d341

Former-commit-id: e662dfe97914fbadabc44b2226a1e80973fb08ff

    • -2
    • +1
    ./Commands/StorageCommandHandlerTest.cs
    • -2
    • +1
    ./ContextMenu/TreeViewContextMenuItemFactoryTest.cs
    • -3
    • +1
    ./Forms/MessageWindow/MessageWindowTest.cs
  1. … 43 more files in changeset.
Removed obsolete constructors for map layer styles. Replaced Assert.Equals(string.Empty... with Assert.IsEmpty where applicable. Improved ColorEditor. Related to Issue [WTI-1267]

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

Former-commit-id: 0812a0a3e05ce2398afff38e2cb64cb5c1684860

Former-commit-id: 55e368ae9752d5bfe36fae8f551810251af055f3

    • -8
    • +1
    ./Converters/ColorTypeConverterTest.cs
    • -39
    • +7
    ./Converters/DashStyleConverterTest.cs
    • -19
    • +16
    ./UITypeEditors/ColorEditorTest.cs
  1. … 62 more files in changeset.
Removed RenderedMessageLogAppender Related to Issue [WTI-352]

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

Former-commit-id: 92715b68d57c2dd4d688603b27d0c13b308b8e42

Former-commit-id: 66d2e7b95c15e00e8643e821fec7b1c99dce167a

    • -163
    • +0
    ./Appenders/RenderedMessageLogAppenderTest.cs
  1. … 5 more files in changeset.
Moved DashStyleConverter to Core.Common.Gui. so map and chart can both use it. Related to Issue [WTI-1268]

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

Former-commit-id: f36b5d3407fb81b2654a46fe34b3de61ef73693c

Former-commit-id: 809ef4ba9a9539bdb34dca5af798cf3c23c903e4

    • -0
    • +168
    ./Converters/DashStyleConverterTest.cs
  1. … 18 more files in changeset.
- Moved Color Editor and Converter from map to Core.Common. - Renamed Color Converter. Related to Issue [WTI-1268]

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

Former-commit-id: 4174795eaf162e74b9c5ae9c7ff657c604c8d6f8

Former-commit-id: ce408f3fbcf216023ce8518f5c3a6b91823f51ba

    • -0
    • +61
    ./Converters/ColorTypeConverterTest.cs
    • -0
    • +95
    ./UITypeEditors/ColorEditorTest.cs
  1. … 15 more files in changeset.
Merged revision(s) from branches/1097

Related to Issue [WTI-1097]

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

Former-commit-id: 96f1603afbcbdf665f6ad32a8dfea44f6045b869

Former-commit-id: 0d99ea5fdd3146735e103c57712ef8728c1f11b6

    • -8
    • +8
    ./Commands/StorageCommandHandlerTest.cs
  1. … 76 more files in changeset.
Fixed failing tests

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

Former-commit-id: becd6ab24b66f0fa4dfdc07ed2ce3a82d0d0ce73

Former-commit-id: 6ebbf57bf2b40df6f965bc8d2f20f86bcc514369

    • -8
    • +8
    ./Commands/StorageCommandHandlerTest.cs
  1. … 25 more files in changeset.
Fixed some compilation failures

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

Former-commit-id: 8a3307bf8b656fd7a115fe3d236553750058fd48

Former-commit-id: 4424c837260110e24a68a34f7d5ed4e4b5ae566c

  1. … 5 more files in changeset.
public override bool DisplayHidden => true

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

Former-commit-id: ecb2888052d7403e59d0b511711cba9dc87face1

Former-commit-id: d0fa3b801c6ecc766c2bce41f64c9fa80959f855

removed test that hung

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

Former-commit-id: 1138d51fb475ac4eef65034254bcbb1992f1dd70

Former-commit-id: 1c48ca281e5787bbf4052f8b3ea22050a32f979a

Improved ViewInfo. Related to Issue [WTI-1248]

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

Former-commit-id: b3d1d06c1b9ca14e8e0be6d0a7e0838433af7c20

Former-commit-id: 7166a557eeeb87c2c27f643bb828e235391a1ac7

  1. … 1 more file in changeset.
Added data as input property of the CreateInstance method of the ViewInfo. Related to Issue [WTI-1248]

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

Former-commit-id: b24c8dae500873cde56287b37c50fa1ee269b338

Former-commit-id: 575997dc2e7d16997ca1e4acba7d5f06fa198ba4

  1. … 5 more files in changeset.
Incorporated comments review 1719: - Moved FileFilterGenerator from Core.Common.Gui to Utils: -- Added references to projects that require Utils -- Moved FileFilterGenerator related resources from Core.Common.Base to Utils -- Deleted redundant test class ExpectedFileTest - Adjusted test names - Added XML docs Related to Issue [WTI-1242]

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

Former-commit-id: 865b42401cd8168aa4aca7e8d048391d42f2b2da

Former-commit-id: bb0f3b2386007e10aadbec61e8f57178409c38df

  1. … 94 more files in changeset.
Updated license headers in core. Related to Issue [WTI-1242]

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

Former-commit-id: e7f214adee97782d28ee82f096d8cc27547439e6

Former-commit-id: b339ec31825c8ea8fed91e675069b65afba8433b

    • -1
    • +1
    ./Appenders/RenderedMessageLogAppenderTest.cs
    • -1
    • +1
    ./Appenders/RingtoetsUserDataFolderConverterTest.cs
    • -1
    • +1
    ./Attributes/DynamicPropertyOrderAttributeTest.cs
    • -1
    • +1
    ./Attributes/DynamicPropertyOrderEvaluationMethodAttributeTest.cs
    • -1
    • +1
    ./Attributes/DynamicReadOnlyAttributeTest.cs
    • -1
    • +1
    ./Attributes/DynamicReadOnlyValidationMethodAttributeTest.cs
    • -1
    • +1
    ./Attributes/DynamicVisibleAttributeTest.cs
    • -1
    • +1
    ./Attributes/DynamicVisibleValidationMethodAttributeTest.cs
    • -1
    • +1
    ./Attributes/PropertyOrderAttributeTest.cs
    • -1
    • +1
    ./Commands/ApplicationFeatureCommandHandlerTest.cs
  1. … 803 more files in changeset.
Cleaned up edited files of last commit. Related to Issue [WTI-1242]

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

Former-commit-id: fc5e752e538e1f995ae775a9f40791ee2455ae62

Former-commit-id: 5e27c42800cb79dfa3f2978089742fa28c6bd700

    • -0
    • +1
    ./PropertyBag/DynamicPropertyBagTest.cs
  1. … 71 more files in changeset.
Removed implementation of GetMemberName from TypeUtils for we can now use nameof operator of C# 6.0. Related to Issue [WTI-1242]

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

Former-commit-id: 996cc01173768b9787336f8eb638e2baf721353f

Former-commit-id: f5a543233c72cb519f4cc8580fc289facf67c9bc

    • -3
    • +2
    ./PropertyBag/DynamicPropertyBagTest.cs
  1. … 76 more files in changeset.
Added parameter validation for FileFilterGenerator. Added tests. Related to Issue [WTI-1242]

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

Former-commit-id: 68dcf3905cf581b23e37f07ee10e3ca2afab6479

Former-commit-id: 3a5f39780c805ad0b52c2910167517513ed8e62a

    • -0
    • +204
    ./FileFilterGeneratorTest.cs
  1. … 2 more files in changeset.
- Merged conditional ?: expressions into conditional access. - Merged sequential checks in && or || expressions.

Paired with berg_jl

Related to Issue [WTI-1242]

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

Former-commit-id: 046b2480e95cfbe00503c7529eef55b577d7c563

Former-commit-id: b458cfeda0d4eeff999fab9ba59e439bcb9c9526

    • -1
    • +1
    ./Forms/SplashScreen/SplashScreenTest.cs
  1. … 39 more files in changeset.
Used null propagation where suggested. Related to Issue [WTI-1242]

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

Former-commit-id: 6d1d55a48f678a84b1d7b6279d945d2de8ee71a2

Former-commit-id: ac6b4dc77ee63a4b3e313075cebd822f4d32f432

  1. … 35 more files in changeset.
Changed all local vars to consts if possible. Related to Issue [WTI-1242]

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

Former-commit-id: 4684a5017b9aff9f6175f7d781cb29409f50a18e

Former-commit-id: 853c649ebc49a9513535e40ec705d5b928af0bc4

    • -1
    • +1
    ./Commands/StorageCommandHandlerTest.cs
    • -1
    • +1
    ./ContextMenu/ContextMenuBuilderTest.cs
    • -2
    • +2
    ./ContextMenu/StrictContextMenuItemTest.cs
    • -2
    • +2
    ./ContextMenu/TreeViewContextMenuItemFactoryTest.cs
    • -1
    • +1
    ./Forms/MessageWindow/MessageWindowTest.cs
    • -1
    • +1
    ./Forms/ViewHost/AvalonDockViewHostTest.cs
    • -1
    • +1
    ./PropertyBag/DynamicPropertyBagTest.cs
  1. … 270 more files in changeset.
Cleanup Reviewed by: janssen Related to Issue [WTI-1250]

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

Former-commit-id: 2ae79a0f8cf2a113b4416d348120301d39787642

Former-commit-id: 8793ce35d510e26eafef2e024b1eb3840a220b6f

  1. … 1 more file in changeset.
Moved SettingsHelper.cs to Core.Common.Utils Related to Issue [WTI-1250]

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

Former-commit-id: 09302a2b2ecc70cf41788beb1eba3dbff0606111

Former-commit-id: a095bf6913555053a8171c64ca9349a31a7ddadf

    • -1
    • +1
    ./Appenders/RingtoetsUserDataFolderConverterTest.cs
    • -133
    • +0
    ./Settings/SettingsHelperTest.cs
  1. … 58 more files in changeset.
Applied cleanup over Ringtoets.Core Related to Issue [WTI-1242]

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

Former-commit-id: e79666c3005d8749a1973fc827c38a6e17a64dfd

Former-commit-id: d1b69716d861a8986cd3fb3e1426d5be26758c48

    • -1
    • +1
    ./Forms/SplashScreen/SplashScreenTest.cs
    • -2
    • +2
    ./PropertyBag/PropertySpecDescriptorTest.cs
  1. … 25 more files in changeset.