Core.Components.Gis.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Deleted BackgroundMapDataContainer. Related to Issue [WTI-1141]

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

Former-commit-id: 879ee79f86b4bcc88b8d8e51d2f90dc29a6ffd9c

Former-commit-id: 781fe6bcc4e20b2946edf6d2b2a2223c1b2c98ac

    • -195
    • +0
    ./BackgroundMapDataContainerTest.cs
  1. … 10 more files in changeset.
Added class with constants for the Background data parameters. Related to Issue [WTI-1141]

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

Former-commit-id: 860811da6e600cc38c5c1d556b7400a872c01c08

Former-commit-id: c79ffe02b83a7b4a61ffe69745a68d8cb428fae1

  1. … 4 more files in changeset.
Fixed transparency rounding issue. Related to Issue [WTI-1141]

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

Former-commit-id: 0ffb624afcc46230a18d159f297a2757d509e61e

Former-commit-id: c862447abacfb54120c794cdfccd58b98f1355f2

    • -21
    • +0
    ./BackgroundMapDataContainerTest.cs
  1. … 7 more files in changeset.
Merged revision(s) from branches/WTI-1088 Related to Issue [WTI-1088]

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

Former-commit-id: 33abf8bc20b8724d9bf5cadc4a1a404bd4f3b9dc

Former-commit-id: 338c1378907add09d2a5d6e980c7896a12c533e6

    • -0
    • +32
    ./Exceptions/CannotCreateTileCacheExceptionTest.cs
    • -0
    • +32
    ./Exceptions/CannotFindTileSourceExceptionTest.cs
    • -0
    • +32
    ./Exceptions/CannotReceiveTilesExceptionTest.cs
    • -0
    • +172
    ./WmtsConnectionInfoTest.cs
  1. … 198 more files in changeset.
- Moved excpetions to gis - Fixed tests.

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

Former-commit-id: 77667a79927137f3a79fd7c152b131b433bcdb20

Former-commit-id: 2b58cc92b7d68540436a70adaeae18622ddb3a85

    • -0
    • +32
    ./Exceptions/CannotCreateTileCacheExceptionTest.cs
    • -0
    • +32
    ./Exceptions/CannotFindTileSourceExceptionTest.cs
    • -0
    • +32
    ./Exceptions/CannotReceiveTilesExceptionTest.cs
  1. … 29 more files in changeset.
Moved WmtsConnectionInfo to Gis.

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

Former-commit-id: e1e576c4799e0cb91790b97db976c5cadf033cab

Former-commit-id: 37ecd1177c093983a6f1d0e669c5fff56f613058

    • -0
    • +172
    ./WmtsConnectionInfoTest.cs
  1. … 10 more files in changeset.
* ImageBasedMapData extended with IsConfigured property. * Introduced two ObjectProperties implementations for BackgroundMapDataContainer (1 specialized for WmtsMapData, one general), and a factory to abstract the creation logic away from callers. ** Removed BackgroundWmtsMapDataProperties as it's been made obsolete. * Removed BackgroundMapDataContext, as BackgroundMapDataContainer is directly available in the object tree. (Separate Context object no longer required) Related to Issue [WTI-1144]

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

Former-commit-id: a148bd8c2d3ceb71787bfe026fd236b3d933fa1a

Former-commit-id: 104bd739c735adaf8749ddc736b338ec6dfff013

    • -0
    • +1
    ./Data/WellKnownTileSourceMapDataTest.cs
  1. … 35 more files in changeset.
* Cleanup. * Improved functional coverage of unit tests. Related to Issue [WTI-1105]

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

Former-commit-id: 8cc0d9da99bec4349165f00e7a9c039ec28e4776

Former-commit-id: 85e4c149075b468836276831165730fca70e1497

  1. … 9 more files in changeset.
* MapControl now uses BackgroundMapDataContainer directly. ** TODO: Handling NotifyObservers on BackgroundMapDataContainer, in order to know if MapData property has changed. * Improved robustness of MapControl unit tests that make temporary backup of tile chaches. * BackgroundMapDataContainer moved from Ringtoets.Common.Data to Core.Components.Gis Related to Issue [WTI-1143]

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

Former-commit-id: 8368df4f1e33ebe99e86dde01ae0382a118890f8

Former-commit-id: 79fd13aafb4655934d563c8729e0cb4e703f8149

    • -0
    • +214
    ./BackgroundMapDataContainerTest.cs
  1. … 41 more files in changeset.
* Refactored all mentions of value ranges in Resources throughout the solution and replaced those by injecting instances of Range. ** This solution supports globalization of the application better. Related to Issue [WTI-1131]

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

Former-commit-id: 538fdcf21635994ca70269397fc37237a4788338

Former-commit-id: a4d242b68c1b86b5416cc9059c9fdc072ca06270

  1. … 12 more files in changeset.
* Introduced EnumTestFixture and used throughout solution. * Extended TypeUtils with GetDisplayName for enum values. * Introduced ImageBasedMapData ** WmtsMapData now inherits from ImageBasedMapData ** Newly introduced WellKnownTileSource also inherits from ImageBasedMapData Related to Issue [WTI-1105]

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

Former-commit-id: 1a77fc96e65eb336b41b3db4eda31975494145bb

Former-commit-id: 5f6096b6eff37624574906891869115b3bb56695

    • -0
    • +106
    ./Data/ImageBasedMapDataTest.cs
    • -0
    • +66
    ./Data/WellKnownTileSourceMapDataTest.cs
    • -0
    • +60
    ./Data/WellKnownTileSourceTest.cs
  1. … 23 more files in changeset.
* Textual changes * WmtsMapData.RemoveConfiguration now properly resets Name. Related to Issue [WTI-1086]

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

Former-commit-id: ba7032a4fa93705b6ed97b552e7164a18cd68996

Former-commit-id: cbba400abd36ac67d18ed3fcb7ba57e95d359acf

  1. … 8 more files in changeset.
* Renamed FileUtils to IOUtils and extended it with folder related validation methods. ** Defined DirectoryWriterErrorMessageBuilder to be used in validation message generation. * Extended MapControl with BackgroundMapData property. ** MapControl observes BackgroundMapData for changes. ** BackgroundMapData defines the coordinate system used, and will reprojet all other layers when needed. * Defined testing mocks for getting fake tile data, instead of requiring an internet connection for tests. * PipingFailureMechanismView makes use of the BackgroundMapData feature. Related to Issue [WTI-1088]

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

Former-commit-id: ebd8aca90052bb12a8d8167237267eb60e050684

Former-commit-id: 8a9624c64bec0ab4467267d9cbdbe12698bdff96

  1. … 63 more files in changeset.
Upgraded to NUnit 3.6.0 Assert.IsNullOrEmpty(...) --> Assert.That(string.IsNullOrEmpty(...)); [STAThread] --> [Apartment(ApartmentState.STA)] [RequiresSTA] --> [Apartment(ApartmentState.STA)]

Current directory <> output dir

http://stackoverflow.com/questions/35852979/using-resharper-nunit-tests-start-in-a-random-temporary-directory

NUnit 3.0 stopped changing current directory.

use TestContext.TestDirectory as the location of your file.

Related to Issue [WTI-1047]

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

Former-commit-id: 8e98e0fcf163c22a6a73ac3aadca4cf947804b0e

Former-commit-id: 490f137aa03123596bf0293183ace6db4f4614e9

  1. … 335 more files in changeset.
* Updated WmtsMapData with required fields for reconstructing BruTile classes. * Updated PDOK background map as default for demo assessment sections. Related to Issue [WTI-1085]

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

Former-commit-id: 412fe390a569c10a541a2f6c7d6bb1c4e2a70189

Former-commit-id: 12fd7d2d9178aa2af4d49ba3d5cdf863dd2c623f

  1. … 3 more files in changeset.
* Set IsVisible property of WmtsMapData for various scenarios. Related to Issue [WTI-1085]

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

Former-commit-id: 6a77ae54ae5ff29176b1774d10023a9069ffd7d4

Former-commit-id: 7baa2821d157d1081636b359765cfd81708e670e

  1. … 1 more file in changeset.
* Introduced WmtsMapData class * Extended AssessmentSection with BackgroundMapData property. * AssessmentSection.BackgroundMapData exposed in project tree. * Refactoring common code for test stub implementation of IAssessmentSection. Related to Issue [WTI-1085]

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

Former-commit-id: d2fbeb9b138f4410f10feba12b416b00984a3bfb

Former-commit-id: a51d7b249c1e2a0257b91407dbef3ebeaf964c5c

    • -0
    • +218
    ./Data/WmtsMapDataTest.cs
  1. … 44 more files in changeset.
- Made extension methods for MapDataCollection. - Disable ZoomToAll in ContextMenu of MapDataCollection when all data is invisible. Related to Issue [WTI-300]

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

Former-commit-id: 5bf000a9df2088b73a4ff102a9579eead8bc6020

Former-commit-id: 71e856a26de2e60db5a5a04de18787c2a841ec5d

    • -0
    • +71
    ./Data/MapDataCollectionExtensionsTest.cs
  1. … 7 more files in changeset.
- Upgraded Project ToolsVersion="4.0" to ToolsVersion="14.0" - Ignored ".vs" folder in trunk paired with tang_ds

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

Former-commit-id: beca2918e38aa1e3900b6bc17a0df7e8d1f9c8e3

Former-commit-id: 681a7a3764b91f67e1e97dc0d30f930c901276e0

  1. … 219 more files in changeset.
Merged revision(s) from branches/WTI 999

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

Former-commit-id: 5fadfe734513e4c262a9189b33e5ac16db42dc8c

Former-commit-id: 9c31b58309b4af7f2b4124049c1a3b34f4acee4f

  1. … 53 more files in changeset.
* Fixed some typos * Ensured TestFeatureBasedMapData is used Related to Issue [WTI-999]

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

Former-commit-id: ec81725a83205d65de9a7f2a7393ea1f212d13e6

Former-commit-id: d97b7f1bb8c3c44a2df7c84bb6d736bdaca4d4da

  1. … 2 more files in changeset.
Improvements after review. Related to Issue [WTI-957]

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

Former-commit-id: 1f689a1d554112c0d90cddfc98cbdb94652a5a86

Former-commit-id: 75cadb610ccf4d5a494395647e0ba1ba84195cb0

  1. … 23 more files in changeset.
- Moved resources to right file. - Removed default for SelectedMetaDataAttribute. Related to Issue [WTI-957]

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

Former-commit-id: bda15918b710d189aacf8aef09f1a1e63c572049

Former-commit-id: 6bfddd45053e6318b8ef8e52b878ef33725107f5

  1. … 10 more files in changeset.
- Changed label names to dutch. - Made MetaData dependent on features meta data. Related to Issue [WTI-957]

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

Former-commit-id: ad18e5b7c21ac3a83e2c09454e50d49f93fc8cc5

Former-commit-id: 4ef231631d16495b558f119526f7f601e403ce2d

  1. … 6 more files in changeset.
Introduced IMapPolygonData. Related to Issue [WTI-957]

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

Former-commit-id: fae1d674b987977d617ae47a3df38adf52e64c12

Former-commit-id: 0f644beeaddd262d1679d24731aadce5aac6b53f

  1. … 3 more files in changeset.
Introduced IMapLineData. Related to Issue [WTI-957]

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

Former-commit-id: d38ead92b7bcb5404de75b8420265be534eb2858

Former-commit-id: 10c198a77babf9203d66ff0f534ffdf53c7e3b65

  1. … 3 more files in changeset.
Introduced IMapPointData. Related to Issue [WTI-957]

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

Former-commit-id: 613b271ac9eb26893305609b948ef5c1bf7b2e88

Former-commit-id: ce64dccc46a513e7c985fc203dfb752a86b19b0b

  1. … 3 more files in changeset.
Introduced IFeatureBasedMapData. Related to Issue [WTI-957]

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

Former-commit-id: 5ec71e665accddb530bcfb7dab747b85e9049f49

Former-commit-id: 095c98077dd4b0c86f5879444827c8f8dc59de89

  1. … 3 more files in changeset.
Introduced IMapData. Related to Issue [WTI-957]

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

Former-commit-id: 4d24bf158052b89ad8921c1b097d290ab1eca433

Former-commit-id: 019ba40ad6d85eb001b8d2a0ebf80b4d507cfb82

  1. … 3 more files in changeset.
git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-957@6741 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 132bfaee2cffe74e30a5fce1d4ef6231fb33e4fc

Former-commit-id: b874e7fec1e968f35c3ee45d6f2ae74a0010d11e

  1. … 69 more files in changeset.