Core.Components.Gis.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./Data/MapDataCollectionExtensionsTest.cs
    • -1
    • +1
    ./Data/WellKnownTileSourceMapDataTest.cs
  1. … 6081 more files in changeset.
Ran Deltares Cleanup:

- Applied for Core.Components

WTI-1767

  1. … 65 more files in changeset.
Cleanup: Fixed Expression is always null. WTI-1767

    • -4
    • +1
    ./Data/MapDataCollectionExtensionsTest.cs
  1. … 24 more files in changeset.
Improve utils WTI-1789

  1. … 39 more files in changeset.
Incorporated comments review 2755: - Changed the EnumValueTestFixture to type <enum, int> for consistency - Removed expression body

WTI-1679

  1. … 31 more files in changeset.
Set parrallelizable attribute to test projects

  1. … 197 more files in changeset.
Update System.Data.SQLite.* to version 1.0.106.0 WTI-1587

  1. … 55 more files in changeset.
Improve argumentexceptions in MapTheme. WTI-1551 Paired with SiuHinTang

  1. … 1 more file in changeset.
Final review related cleanup. Updated tests/test names, updated resources and updated xmldocs. WTI-1551 Paired with SiuHinTang

  1. … 11 more files in changeset.
- Added test for the enum ValueCriterionOperator to verify its integer values

WTI-1551

    • -0
    • +48
    ./Theme/ValueCriterionOperatorTest.cs
Renamed Criteria -> Criterion as it is a singular item to be applied.

WTI-1551

    • -0
    • +65
    ./Theme/ValueCriterionTest.cs
  1. … 14 more files in changeset.
Removed 'Theme' folder in test util: - There's only one criteria implementation remaining, making the folder obsolete

WTI-1551

  1. … 7 more files in changeset.
- Removed ICriteria: -- There's only one concrete implementation present, hence no need to define an interface to be able to use multiple types of criteria -- Removed concrete test implementation, there's no need to to have an empty test object anymore

WTI-1551

  1. … 11 more files in changeset.
Removed 'Criteria' folder: - There's only one criteria implementation remaining making the folder obsolete

WTI-1551

    • -66
    • +0
    ./Theme/Criteria/ValueCriteriaTest.cs
    • -0
    • +66
    ./Theme/ValueCriteriaTest.cs
  1. … 16 more files in changeset.
Start removal of interval criteria: - Does not work in DotSpatial, ranges are specified as a "substring" rather than a full string (e.g. x<= 5 would also include results <=5x, where x is an arbitrary number of digits_

WTI-1551

    • -85
    • +0
    ./Theme/Criteria/RangeCriteriaTest.cs
  1. … 8 more files in changeset.
- Moved files to the correct folders - Added XMLDoc - Cleaned up files

WTI-1551

    • -0
    • +70
    ./Theme/CategoryThemeTest.cs
    • -0
    • +85
    ./Theme/Criteria/RangeCriteriaTest.cs
    • -0
    • +66
    ./Theme/Criteria/ValueCriteriaTest.cs
    • -0
    • +95
    ./Theme/MapThemeTest.cs
    • -85
    • +0
    ./Themes/Criteria/RangeCriteriaTest.cs
    • -66
    • +0
    ./Themes/Criteria/ValueCriteriaTest.cs
  1. … 2 more files in changeset.
Fixed failing test after renaming constructor argument

WTI-1551

- Got rid of the IMapCategory and made a concrete implementation called CategoryTheme to hold the thematic styling for the categories: -- Introduced test factory and test objects -- Cleaned up tests

WTI-1551

    • -0
    • +70
    ./Themes/CategoryThemeTest.cs
  1. … 12 more files in changeset.
Renamed IMapCriteria to ICriteria: - Works on general elements, not on specific MapElements

WTI-1551

    • -1
    • +1
    ./Themes/Criteria/RangeCriteriaTest.cs
    • -1
    • +1
    ./Themes/Criteria/ValueCriteriaTest.cs
  1. … 6 more files in changeset.
- Moved files to a separate Theme folder -- Adjusted namespaces

WTI-1551

    • -85
    • +0
    ./Data/Categories/RangeCriteriaTest.cs
    • -66
    • +0
    ./Data/Categories/ValueCriteriaTest.cs
    • -0
    • +85
    ./Themes/Criteria/RangeCriteriaTest.cs
    • -0
    • +66
    ./Themes/Criteria/ValueCriteriaTest.cs
    • -0
    • +107
    ./Themes/MapThemeTest.cs
  1. … 16 more files in changeset.
- Added RangeCriteria: -- Allows map styling based on intervals of values - Imporved variable names

WTI-1551

    • -0
    • +85
    ./Data/Categories/RangeCriteriaTest.cs
    • -3
    • +3
    ./Data/Categories/ValueCriteriaTest.cs
  1. … 3 more files in changeset.
- Added IMapCriteria to apply styling to the MapCategories based on equivalence.

WTI-1551

    • -0
    • +66
    ./Data/Categories/ValueCriteriaTest.cs
  1. … 5 more files in changeset.
- Added MapTheme property to the abstract FeatureBasedMapData class - Improved tests

WTI-1551

  1. … 2 more files in changeset.
- Added MapTheme class to define categorial themes based on an map attribute - Moved theming related classes from DotSpatial to Gis.Data

WTI-1551

    • -0
    • +107
    ./Data/MapThemeTest.cs
  1. … 5 more files in changeset.
Rename Core.Common.Utils.* to Core.Common.Util.* Related to Issue [WTI-1505]

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

Former-commit-id: cbdb6083b66a0f5e31e8d646a50ec7b6d506babb

Former-commit-id: 1e007d66918a5408581dc8e47b78130d5cd299c5

    • -1
    • +1
    ./Data/WellKnownTileSourceMapDataTest.cs
  1. … 840 more files in changeset.
Incorporated comments review 2361: - Renamed EqualsGuidelinesTestFixture to EqualsTestFixture - Uniformed Equals type check implementations

Related to Issue [WTI-1390]

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

Former-commit-id: 930e1764f4fab59fe55f5dd070d218aa4457a215

Former-commit-id: f449747e11790257ef9f73a6972e191780163158

  1. … 67 more files in changeset.
Incorporated comments review 2361: - Inlined parameters when possible - Renamed tests - Minor cleanups Related to Issue [WTI-1390]

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

Former-commit-id: 392653c5f649406773baaf31eed8c53f1b678a76

Former-commit-id: 32d2405ee25ad51ca712201cfc23cef7dda40308

  1. … 24 more files in changeset.
Removed redundant comments in csproj. Related to Issue [WTI-1487]

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

Former-commit-id: 8e1604654a0f8edc5f4b6cf753d588aa3ca5b3d5

Former-commit-id: 54c5d141b442e16ae8bc28e34dd56217b3a98929

  1. … 312 more files in changeset.
Updated ToolsVersion from 14 to 15. Related to Issue [WTI-1487]

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

Former-commit-id: afce36afa801fee7f7fe1b4fc37394806575aee1

Former-commit-id: 0c9e84ba04e19526048ad29ee054468f7cd7eb5e

  1. … 316 more files in changeset.
Removed guids from all assemblies Related to Issue [WTI-1487]

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

Former-commit-id: c14f3422f5050185d2629b9060b08b361bb38462

Former-commit-id: 786e73e38506910e08cf71faabacd13cc7d2a864

  1. … 312 more files in changeset.