PropertySpecTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Created Core.Gui. WTI-2239

  1. … 164 more files in changeset.
Adapted copyright year. WTI-2195

  1. … 431 more files in changeset.
Updated license headers in source files of test\Core.Common. WTI-1931

  1. … 241 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

  1. … 6095 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. … 817 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. … 283 more files in changeset.
Core code-cleanup. Searched for superfluous this. for property assignments as well.

Related to Issue [WTI-1242]

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

Former-commit-id: ecb498b6096a9d8b0a66e69428411d5ae18ec80a

Former-commit-id: 9cc4bad09e38263256924549eaa807b887009030

  1. … 290 more files in changeset.
fixed some of the issues found by visual studio code analysis. Related to Issue [WTI-1008]

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

Former-commit-id: fef2b3d374da75bd0bf1cb0a7e0052ed2ed1b76a

Former-commit-id: 78097e95edb99bbc2b4ba6a5e9ce21be8d5f5d39

  1. … 16 more files in changeset.
Modified reader so that null placeholder values result in null value in attribute table. Related to Issue [WTI-948]

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

Former-commit-id: 746197c17cfaf12a7e13413ff633df1a51c9a70d

Former-commit-id: ecf70acf495017f9235ae668ace2088084af8be7

  1. … 1 more file in changeset.
* parameter null validation added. * renamed 'object' to 'value'. Related to Issue [WTI-931]

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

Former-commit-id: dabe727b5cf43fa26a054b71b83f3dbabfae4224

Former-commit-id: e3290a26dfa352699943ea96e1275e3fb375403b

  1. … 36 more files in changeset.
* Fixed Attribute inheritance bug in DynamicPropertyBag Related to Issue [WTI-924]

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

Former-commit-id: 0afbe658e007a686e227485e115b76627bacb83d

Former-commit-id: 8b21d77394953fbeac6f5b696b57d2ea3252606c

  1. … 1 more file in changeset.
* Improved readability of tests * Turned String into string Related to Issue [WTI-757]

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

Former-commit-id: 701ea98de739f0f328ead01558e5e443c904e706

Former-commit-id: cdb77cc67acfc2869c510cc8a1f32c0201a5f40e

  1. … 141 more files in changeset.
- Updated PropertySpec such that it allows inheritance of property attributes Related to Issue [WTI-535]

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

Former-commit-id: 0d9f634644f40aa0bdae7ebfdacbd00dae90c875

Former-commit-id: 99ebd6444a90cf93e0b58126bf41397f63853e61

  1. … 1 more file 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

* 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

  1. … 86 more files in changeset.
* Simplified dependencies between DynamicPropertyBag and PropertySpecDescriptor. ** Pushed down some logic from DynamicPropertyBag to either PropertySpec or PropertySpecDescriptor. *** No longer are DynamicReadOnlyAttribute and DynamicVisibleAttribute triggers to dynamically add/remove ReadOnlyAttribute/BrowsableAttribute from PropertySpec.Attributes. * Fully covered PropertySpec and PropertySpecDescriptor. Related to Issue [WTI-187]

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

Former-commit-id: b0122ba91cf0d9b2aac85f8c6da0031a9c00497a

  1. … 4 more files in changeset.
* Some cleanup & documentation on DynamicPropertyBag. ** Moved OnSetValue from DynamicPropertyBag to PropertySpec.SetValue. Related to Issue [WTI-187]

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

Former-commit-id: 9dbbe9e962bbf44082ff3a8e99580b213881001b

  1. … 5 more files in changeset.
* Moved Core.Common.Utils.PropertyBag to Core.Common.Gui.PropertyBag * Moved PropertyOrderAttribute from Utils to Gui ** ? Other attributes might follow that are strongly related to DynamicPropertyBag ? Related to Issue [WTI-187]

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

Former-commit-id: da2b5d7e958a1b1332c01ff98d2f2ea203319f7d

    • -0
    • +125
    ./PropertySpecTest.cs
  1. … 44 more files in changeset.