Core.Components.Gis.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Upgraded nunit3-console.exe and NUnit to 3.7.1

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

Former-commit-id: bd8ef3d5d0e001dd3753e950743d282d431939b8

Former-commit-id: 0e6297e2ce8a35cf9bdb3d58436513012a5379e6

  1. … 424 more files in changeset.
Review related changes Related to Issue [WTI-1311]

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

Former-commit-id: ad5590e230191cdc4e680263f816ed99ea3331ca

Former-commit-id: 7ed564d3b347eb425f5eb0dc71d2690acdc3fd2b

  1. … 85 more files in changeset.
Map and chart layers no longer share same default style instance. Related to Issue [WTI-1339]

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

Former-commit-id: 71279ccdb82c0e8e0350971fa8023d1bb658d563

Former-commit-id: 11d67ca1c5c0fd1e34f731e57e1458f56e32ceec

  1. … 13 more files in changeset.
Changed names of some symbols. Related to Issue [WTI-1316]

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

Former-commit-id: 8fc38f048a3fe93b3155398a19e46e03ea4ed941

Former-commit-id: 14b0bac6c42cc63985a09874d847f1425b3cde61

  1. … 2 more files in changeset.
Added new symbols to map points. Related to Issue [WTI-1316]

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

Former-commit-id: 9a17adbf86a35d92770d97ae3b6cd7bf8f536a13

Former-commit-id: fbcaa2e3efddfd3aee7702ffd5777d76f2c17b32

  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

  1. … 9 more files in changeset.
Implemented custom LineDashStyle in the LineStyle. Related to Issue [WTI-1267]

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

Former-commit-id: cbbe209fb1953819f061ee7619eecde87e616765

Former-commit-id: 6b6b31333da9108e26bb3915335b213b1cb2bda1

  1. … 13 more files in changeset.
Introduced custom enum for map line dash styles. Related to Issue [WTI-1267]

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

Former-commit-id: e34ef0d4d998ad5bbdaedd3a59948dfdb9b060c6

Former-commit-id: a3589cc5f4024b4f70bbb4b759622570c314cff5

    • -0
    • +82
    ./Style/LineDashStyleTest.cs
  1. … 5 more files in changeset.
Restricted possible values of size, width and strokeThickness for map data styles. Implemented workaround for bug in DotSpatial, where 0 strokeThickness defined on polygons, would still draw a stroke of thickness 1 on screen. Related to Issue [WTI-1267]

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

Former-commit-id: 44974405d69b02a2fd9577c64cc534d5e9ba0c48

Former-commit-id: 6adc01d407cafdee1c45d18494247750f7217897

  1. … 7 more files in changeset.
Renamed files to match types they define. Added tests Related to Issue [WTI-257]

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

Former-commit-id: f964126cf816feb50633d37c1fbdbfd14327f13b

Former-commit-id: e674af5ef376d54e9d19b17ee7423d65a4629ca6

    • -98
    • +0
    ./Data/Removable/MapLineDataTest.cs
    • -102
    • +0
    ./Data/Removable/MapPointDataTest.cs
    • -97
    • +0
    ./Data/Removable/MapPolygonDataTest.cs
    • -0
    • +57
    ./Data/Removable/RemovableMapLineDataTest.cs
    • -0
    • +57
    ./Data/Removable/RemovableMapPointDataTest.cs
    • -0
    • +57
    ./Data/Removable/RemovableMapPolygonDataTest.cs
  1. … 5 more files in changeset.
Renamed tests. Related to Issue [WTI-1267]

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

Former-commit-id: 857a4525f38156b641295a97ee064ed92ec04613

Former-commit-id: cbdeeecf411ce01919e8c3ddd0eb3adc73d89948

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

    • -1
    • +6
    ./Data/Removable/MapPolygonDataTest.cs
  1. … 56 more files in changeset.
Fixed ref of property Related to Issue [WTI-257]

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

Former-commit-id: 06a42ffef9d90e20668c385a870026223b247ec6

Former-commit-id: dd369e6daf62d117c67964a12763ebc268991594

    • -1
    • +1
    ./Data/Removable/MapPolygonDataTest.cs
Implemented possibility to remove map data that was imported. Related to Issue [WTI-257]

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

Former-commit-id: da3a669a755661ec0973e9081391a661c126d4ca

Former-commit-id: 9e5e8d8c228f51daeaf8a42f17f84bc4fe8e19ed

    • -0
    • +93
    ./Data/Removable/MapLineDataTest.cs
    • -0
    • +94
    ./Data/Removable/MapPointDataTest.cs
    • -0
    • +92
    ./Data/Removable/MapPolygonDataTest.cs
    • -0
    • +120
    ./Data/Removable/RemovableMapDataConverterTest.cs
  1. … 11 more files in changeset.
Added test for PointSymbol. Related to Issue [WTI-1267]

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

Former-commit-id: 059050666c3a39705b34601af981d04ac0d6241e

Former-commit-id: 1d40eb3c98b72037aa45575b6ed96d9c18d7246c

    • -0
    • +82
    ./Style/PointSymbolTest.cs
  1. … 2 more files in changeset.
Implemented styling properties in property control for map polygons. Related to Issue [WTI-1267]

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

Former-commit-id: fb1ad348354b841462ae618b0e1d3d9ef2edfcbf

Former-commit-id: 9f84864153501eff08c2a0f1fac0ae3e0a58e2b2

  1. … 9 more files in changeset.
Added extra constructor to MapPolygonData with styling, so styling is never null. Related to Issue [WTI-1267]

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

Former-commit-id: 1c84d988477cf750eca6377d74c956961d26915b

Former-commit-id: 594b44da518a7578baaa5a44562576c5d0bc510d

  1. … 6 more files in changeset.
Implemented styling properties in property control for map lines. Related to Issue [WTI-1267]

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

Former-commit-id: 02d671054f4620216072e24f61a8944c54e5c697

Former-commit-id: 5b6c47c188e4547e190d6bf63a53945b11abd2fe

  1. … 9 more files in changeset.
Added extra constructor to MapLineData with styling, so styling is never null. Related to Issue [WTI-1267]

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

Former-commit-id: 37e9aa11680fb770595a933eaca75344d7c6867b

Former-commit-id: 781c76a86359295f7512170e496917efafc0370b

  1. … 7 more files in changeset.
Added extra properties to the PointStyle. Related to Issue [WTI-1267]

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

Former-commit-id: 0b4dc708d95bbabaeedb94b7bb3bebc95eea7964

Former-commit-id: 26341bcfb1e0d1cf09d06122be68857b1a8f771e

  1. … 3 more files in changeset.
Added extra constructor to MapPointData with styling, so styling is never null. Related to Issue [WTI-1267]

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

Former-commit-id: 39f75712b84349faadcd987b103958a66bd2499e

Former-commit-id: 35f4bf87a260e3b58c7ebb6645e6e8a70fe7e3a9

  1. … 6 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
    ./Data/MapDataCollectionExtensionsTest.cs
    • -1
    • +1
    ./Data/WellKnownTileSourceMapDataTest.cs
    • -1
    • +1
    ./Exceptions/CannotCreateTileCacheExceptionTest.cs
    • -1
    • +1
    ./Exceptions/CannotFindTileSourceExceptionTest.cs
    • -1
    • +1
    ./Exceptions/CannotReceiveTilesExceptionTest.cs
    • -1
    • +1
    ./Exceptions/ConfigurationInitializationExceptionTest.cs
  1. … 803 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
    ./Data/WellKnownTileSourceMapDataTest.cs
  1. … 277 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. … 30 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
    • +0
    ./Data/WellKnownTileSourceMapDataTest.cs
  1. … 281 more files in changeset.
Fixed all license headers for Core.Components Related to Issue [WTI-1242]

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

Former-commit-id: 91a6d1ea7dcece6df5aa2db433aada7c8cabf4c1

Former-commit-id: 11edcf185e344d71e536039fea4860660eddac0e

  1. … 35 more files in changeset.
Renamed TestUtils project to TestUtil. Related to Issue [WTI-1143]

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

Former-commit-id: bec9e48dbda53201279e49c715d8d79884dc82db

Former-commit-id: 1ca83b8a50a1f392b19fb93d655047efa922e0bd

  1. … 31 more files in changeset.
Created test helper to create default Wmts data. Related to Issue [WTI-1143]

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

Former-commit-id: c00f2efb929899f06f5dcbd2a63fac8acd6d7ba6

Former-commit-id: 6714cc1626c66af03cf0e3cb4c9fe72a5dbf82a8

  1. … 36 more files in changeset.
Changed API of WellKnownTileSourceMapData for setting a new tile source. Related to Issue [WTI-1143]

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

Former-commit-id: e7b93fe15cda1685907beff403958cf68f62fe29

Former-commit-id: 7dac1623d7c6d6d405f3d646690435f323016354

    • -0
    • +44
    ./Data/WellKnownTileSourceMapDataTest.cs
  1. … 5 more files in changeset.
- Introduced factory for creating background data configurations. - Introduced new exception which are thrown when creating a configuration fails. Related to Issue [WTI-1143]

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

Former-commit-id: e9e3cd1bfe4fa728eab5528bc25999e723ccaede

Former-commit-id: 4e47bf80874c7f6dc95a089763342658ccaa0144

    • -0
    • +32
    ./Exceptions/ConfigurationInitializationExceptionTest.cs
  1. … 18 more files in changeset.