Core.Common.Gui.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- Created read only version of *ExpandableArrayConverter* - Set TopLevels properties in *StochasticSoilProfileProperties* as *ExpandableReadOnlyArrayConverter* Related to Issue [WTI-416]

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

Former-commit-id: ea044c882bf52ca7d9750c74c29b0692524a6f10

Former-commit-id: f8cfd0cc99f084951aaff6b05f9415b26d387a88

    • -1
    • +22
    ./Converters/ExpandableArrayConverterTest.cs
    • -0
    • +62
    ./Converters/ExpandableReadOnlyArrayConverterTest.cs
  1. … 4 more files in changeset.
- Moved ReadOnlyPropertyDescriptorDecorator to Core.Common.Gui Related to Issue [WTI-416]

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

Former-commit-id: a745c57ab4d44a327043ea1aaa0c1b27dbca996c

Former-commit-id: 1e11aedb070815f494912474ba6b5525d16c3f38

    • -0
    • +180
    ./PropertyBag/ReadOnlyPropertyDescriptorDecoratorTest.cs
  1. … 5 more files in changeset.
* Fixed failing tests due to incorrect tolerances in the double comparison. * Removed RoundDoubleToDecimalPlacesConverter. Related to Issue [WTI-388]

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

Former-commit-id: 1215044a3bb488ac6f88ae895073690dfca7f620

Former-commit-id: 4f0d54e8468a5394a3af75335c18b473fe270d85

    • -427
    • +0
    ./Converters/RoundDoubleToDecimalPlacesConverterTest.cs
  1. … 5 more files in changeset.
* Moved RoundedDoubleConverter from Core.Common.Gui/Converters to Core.Common.Base/TypeConverters. * RoundedDouble has TypeConverter defined to prevent having to declare all properties in property-window with RoundedDoubleConverter. * Extended RoundedDouble with '-' operator. * Changes IDistribution.Mean from double to RoundedDouble. Related to Issue [WTI-388]

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

Former-commit-id: d60284fb16873fb41af391f13b7f212ba33eca1a

Former-commit-id: 4530c8e39bd952e5a7db8c0ab814d2b1ad9633a1

    • -117
    • +0
    ./Converters/RoundedDoubleConverterTest.cs
  1. … 36 more files in changeset.
* Introduced TypeConverter to be used with RoundedDouble editable property control field. * RoundedDouble now has explicit cast from double to RoundedDouble. * Used Math.Round(double, int) API to prevent having to roundtrip to decimal. Also has more accurate 'number of decimals'. * RoundedDouble constructor refactorings. * PipingInput now has ExitPointL and EntryPointL as RoundedDouble. Related to Issue [WTI-388]

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

Former-commit-id: 526f9ff6b020e4718add2dba1aaae259930df73d

Former-commit-id: d1774deeae4f90d0df667370350841782cc5a005

    • -0
    • +117
    ./Converters/RoundedDoubleConverterTest.cs
  1. … 17 more files in changeset.
* Extended RoundDoubleToDecimalPlacesConverter with ConvertFrom. Related to Issue [WTI-388]

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

Former-commit-id: 3c937aa8acef6865f631eebb056b19efdaf73698

Former-commit-id: 26e53c75e5657a6b8bc7e3be388572940621e141

    • -0
    • +83
    ./Converters/RoundDoubleToDecimalPlacesConverterTest.cs
  1. … 1 more file in changeset.
* Introduced TypeConverter for converting doubles (and textual representations) to rounded versions of those values. Related to Issue [WTI-388]

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

Former-commit-id: 3023884603e7eb4f39d4e0a19cebcca2d2a4df01

Former-commit-id: a5509ce0c8641049a8a1c4a294af1f3c7090c7b7

    • -0
    • +344
    ./Converters/RoundDoubleToDecimalPlacesConverterTest.cs
  1. … 2 more files in changeset.
* Implemented review suggestions of WTI-Review-369: ** Made Point2D, Point3D and Segment2D more clearly immutable. ** Removed Point2D default constructor (now more consistent with point3D) ** Math2D.SplitLineAtLenghts improvements: *** Reuse of epsilonForComparisons. *** Xml docs. *** variable naming. ** Remove IFileImporter.SupportedItemType and made FileImporterBase generic with type-parameter to use instead. ** Improved test names. ** Optimizations in FailureMechanismSectionsImporter. ** Test coverage for DoubleWithToleranceComparer. ** Improved text resources. Related to Issue [WTI-365]

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

Former-commit-id: 9e27e584fe2b6fd5244140250c9ddd9a82bd3e65

Former-commit-id: 12a7c688737048e0aea43a05962cb795dc6fcccb

    • -1
    • +1
    ./Commands/ExportImportCommandHandlerTest.cs
  1. … 29 more files in changeset.
Fixed review comments Related to Issue [WTI-320]

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

Former-commit-id: f0a3a190f615c4f07d2c0acddbf52e8be6b48028

Former-commit-id: bc3e3e0c74bce97659a658fbd2b1c2c5e2704d11

    • -0
    • +42
    ./Commands/StorageCommandHandlerTest.cs
  1. … 2 more files in changeset.
* Refactored how ApplicationCore determines if it has importers for a given data object. ** IFileImporter extended with CanImportOn method, where FileImporterBase follows the logic that was in ApplicationCore ** FailureMechanismSectionsImporter overrides CanImportOn to prevent imports when no referenceline is available.

Related to Issue [WTI-365]

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

Former-commit-id: 4cfc7f0351199cc8908a9251b321c4a3575602d1

Former-commit-id: f7dfa0c1a75688499f5cfc2a8f9ccb2793db52b6

    • -10
    • +75
    ./Commands/ExportImportCommandHandlerTest.cs
    • -4
    • +4
    ./ContextMenu/GuiContextMenuItemFactoryTest.cs
  1. … 7 more files in changeset.
- Added project comparer to check if the current project is equal to a new project. In such case, no "save changes" dialog should pop-up Related to Issue [WTI-320]

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

Former-commit-id: 5c6477a62b8b73f280d05b7f6161bab5fcb2c28c

Former-commit-id: 32dfcedec9a014aa22165d17e76cefd8e6c152b4

    • -3
    • +3
    ./Commands/StorageCommandHandlerTest.cs
  1. … 6 more files in changeset.
- Implemented MessageBox when project differs from the last saved project Related to Issue [WTI-320]

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

Former-commit-id: 337dd51c12b239f2ac1b69a7fb8a41c635307d9e

Former-commit-id: f27d41a828025e10e96adf03e72cbbdc0ab8cb43

    • -4
    • +180
    ./Commands/StorageCommandHandlerTest.cs
  1. … 7 more files in changeset.
* Renamed RunReportLogAppender to RenderedMessageLogAppender Related to Issue [WTI-337]

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

Former-commit-id: 178ad3e7d05b2ede18e94b78e169bd210ebc8292

Former-commit-id: 32e00ab5bd6003ffe08b26110259e1a8398eb3c1

    • -0
    • +145
    ./Appenders/RenderedMessageLogAppenderTest.cs
    • -145
    • +0
    ./Appenders/RunReportLogAppenderTest.cs
  1. … 5 more files in changeset.
Changed expectancies in tests. Related to Issue [WTI-381]

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

Former-commit-id: 23df215d688c2f0b6231f02650b390a8b9898e94

Former-commit-id: 5b00be45594ceb1bb04ef0af22c3ec42978e326b

Created new view for AssessmentSectionBase so we won't have to use a wrapper object. Related to Issue [WTI-353]

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

Former-commit-id: 534ba6b5ff2029c0ab56917c801a21f0389e436c

Former-commit-id: a7f0a24e26f481df43224348f0b77fd9ac8a07fd

  1. … 13 more files in changeset.
Last typo's fixed for WTI-Review-333 Related to Issue [WTI-337]

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

Former-commit-id: a00d115a8d2138035fd8351fb18f332607e8727f

Former-commit-id: 36457ad99961ddcd35d267ae14bc4275ebf4a3d5

    • -7
    • +7
    ./Attributes/DynamicVisibleAttributeTest.cs
    • -3
    • +3
    ./Attributes/DynamicVisibleValidationMethodAttributeTest.cs
    • -1
    • +1
    ./Forms/SplashScreen/SplashScreenTest.cs
    • -1
    • +1
    ./PropertyBag/DynamicPropertyBagTest.cs
  1. … 20 more files in changeset.
* Fixed failing test

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

Former-commit-id: d6e992c3591d6f0b6f20d21754cdd756bf4b74fd

Former-commit-id: a4000257a9949d9959aace692903f5e04506a3cf

* Implemented review suggestions from WTI-Review-319 ** Fixing typo's ** Extra XML docs ** Improved consistency ** Removed obsolete tests ** Split tests to improve readability Related to Issue [WTI-337]

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

Former-commit-id: 1116e927199781c11f61b477a300c8afbe2d07e3

Former-commit-id: 52e3e9f95fcba68cbb73e497ad02b8d883d8454c

    • -0
    • +50
    ./Commands/ProjectCommandHandlerTest.cs
    • -50
    • +0
    ./Commands/ProjectCommandsHandlerTest.cs
    • -2
    • +2
    ./Commands/StorageCommandHandlerTest.cs
    • -178
    • +1
    ./Commands/ViewCommandHandlerTest.cs
    • -1
    • +1
    ./ContextMenu/ContextMenuBuilderTest.cs
    • -10
    • +30
    ./ContextMenu/GuiContextMenuItemFactoryTest.cs
    • -4
    • +4
    ./ContextMenu/TreeViewContextMenuItemFactoryTest.cs
    • -4
    • +2
    ./Converters/ExpandableArrayConverterTest.cs
    • -2
    • +4
    ./Forms/SplashScreen/SplashScreenTest.cs
  1. … 72 more files in changeset.
* Final cleanup Core.Common.Gui resources. Related to Issue [WTI-337]

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

Former-commit-id: 0c390810b0e34998ebb5f468348885ca323b06b7

    • -1
    • +1
    ./ContextMenu/ContextMenuBuilderTest.cs
    • -1
    • +1
    ./ContextMenu/GuiContextMenuItemFactoryTest.cs
  1. … 19 more files in changeset.
* Renamed RingtoetsGui to GuiCore * Final XML documentation Related to Issue [WTI-337]

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

Former-commit-id: 75d1cf4f33c05659a3604f73b866e72a43958bc5

    • -0
    • +1181
    ./GuiCoreTest.cs
  1. … 19 more files in changeset.
* More test coverage for RingtoetsGui. * Refactoring to IViewList to allow for some cleanup in RingtoetsGui. Related to Issue [WTI-337]

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

Former-commit-id: 31315c66957b16ec5d6164f02cc2dd6d2965dc66

  1. … 5 more files in changeset.
* Written coverage for RingtoetsGui.Dispose and Run methods. Related to Issue [WTI-337]

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

Former-commit-id: 5d32e5be32a6b970d053ec899026ed7c4e3dc304

  1. … 1 more file in changeset.
* Improved VisualStyle enabled checking, taking OS specific configurations into account. Related to Issue [WTI-337]

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

Former-commit-id: 0f9d186082cee385596e7872f29b6d1fe5c5944d

* Some cleanup/refactoring on RingtoetsGui. * Written soms tests for RingtoetsGui. Related to Issue [WTI-337]

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

Former-commit-id: 0f3e3db0f88ffc9a5743ce98f6d20abd11556375

  1. … 5 more files in changeset.
Paired: * Small scalability optimizations in SplashScreen.xaml. * Fixed bug in SplashScreen related to showing support ui elements. Related to Issue [WTI-143]

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

Former-commit-id: f273bfec00d58dd0ffa8a7270c125028d441edf8

    • -10
    • +14
    ./Forms/SplashScreen/SplashScreenTest.cs
  1. … 2 more files in changeset.
# Added support phone and email (website) to about dialog (not splashScreen) # Removed company from splashScreen and about box (request of PO) # New grid layout for SplashScreen # Improved test coverage of SplashScreen Related to Issue [WTI-143]

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

Former-commit-id: fa4e96ceb27272211622a2b19fc9b045bf618b7f

    • -22
    • +71
    ./Forms/SplashScreen/SplashScreenTest.cs
  1. … 7 more files in changeset.
Added comments for TreeViewControl => Renamed some of the API methods Related to Issue [WTI-348]

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

Former-commit-id: 6db2f7091a8a45bfa7e0c22446816faacf3e7ee8

    • -2
    • +2
    ./ContextMenu/ContextMenuBuilderTest.cs
    • -2
    • +2
    ./ContextMenu/TreeViewContextMenuItemFactoryTest.cs
  1. … 9 more files in changeset.
* Moved AvalonDockDockingManagerTest * Deleted Core.Common.Test Related to Issue [WTI-337]

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

Former-commit-id: 7be4dcdf1b00d28a5f8af3f19b8f6d8bf370466c

    • -0
    • +64
    ./Forms/ViewManager/AvalonDockDockingManagerTest.cs
  1. … 29 more files in changeset.
* Written coverage and XML docs for various files in Core.Common.Gui Related to Issue [WTI-337]

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

Former-commit-id: a8be21043e79198c9336b1371fbd2793bbac20ff

    • -0
    • +56
    ./PropertyBag/ObjectPropertiesTest.cs
    • -0
    • +26
    ./Selection/SelectedItemChangedEventArgsTest.cs
    • -0
    • +41
    ./Settings/SettingsHelperTest.cs
    • -0
    • +66
    ./ViewPropertyEditorTest.cs
  1. … 12 more files in changeset.
* Written coverage and XML docs for Core.Common.Gui.Plugin. Related to Issue [WTI-337]

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

Former-commit-id: db1eb379a22501cb7d0545adaf95ec4b65354ede

    • -0
    • +181
    ./Plugin/GuiPluginTest.cs
    • -0
    • +73
    ./Plugin/PropertyInfoExtensionsTest.cs
    • -0
    • +181
    ./Plugin/PropertyInfoTest.cs
    • -0
    • +278
    ./Plugin/ViewInfoTest.cs
  1. … 15 more files in changeset.