Core.Components.Gis.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Introduced MapDataCollection helper to get all child visibility states. WTI-1552

    • -0
    • +102
    ./Helpers/MapDataCollectionHelperTest.cs
  1. … 3 more files in changeset.
Ignore empty nested collections when determining visibility. WTI-1552

  1. … 1 more file in changeset.
Overridden IsVisible in MapDataCollection. WTI-1552

  1. … 3 more files in changeset.
Added extra constructor to TestFeatureBasedMapData. WTI-1552

  1. … 1 more file in changeset.
Incorporated comments review 3328:

- Improved tests and test factory

Paired with ~carloslubbers

WTI-1881

  1. … 2 more files in changeset.
Add null check WTI-1881

  1. … 1 more file in changeset.
Change type of valuecriterion to string WTI-1881

  1. … 7 more files in changeset.
Fixed typo. WTI-1856

  1. … 1 more file in changeset.
Removed unused TestUtil project. WTI-1856

  1. … 9 more files in changeset.
Moved TestFeatureBasedMapData to correct project. WTI-1856

    • -0
    • +51
    ./TestFeatureBasedMapDataTest.cs
  1. … 8 more files in changeset.
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.