Core.Components.Gis.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated NUnit to 3.11.0: WTI-1966

- Updated .csproj files

  1. … 213 more files in changeset.
Updated NUnit to 3.11.0: WTI-1966

- Updated packages.config files

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

    • -3
    • +3
    ./Data/MapDataCollectionExtensionsTest.cs
    • -3
    • +3
    ./Data/MapDataCollectionVisibilityTest.cs
    • -3
    • +3
    ./Data/WellKnownTileSourceMapDataTest.cs
  1. … 203 more files in changeset.
Fixed .targets: WTI-1931

- Fixed included targets in the csproj: renamed Ringtoets --> Riskeer

  1. … 353 more files in changeset.
Improvements after review. WTI-1887

  1. … 8 more files in changeset.
Incorporated comments review 3403: WTI-1887

- Introduced additional constructor for the typed object

- Cleaned up XMLDoc and code

  1. … 4 more files in changeset.
Incorporated comments review 3395: WTI-1887

- Renamed test names

- Improved XMLDoc

  1. … 4 more files in changeset.
Incorporated comments review 3395: WTI-1887

- Fixed compilation errors of the derived classes from the FeatureBasedMapData as a consequence of the data model change.

  1. … 3 more files in changeset.
Incorporated comments review 3395: WTI-1887

- Added typed derivative of the FeatureBasedMapData in order to prevent duplication of specific converters

  1. … 1 more file in changeset.
Removed obsolete helper. WTI-1894

    • -67
    • +0
    ./Helpers/MapDataCollectionHelperTest.cs
  1. … 1 more file in changeset.
Added display names to MapDataCollectionVisisbility. WTI-1894

    • -1
    • +20
    ./Data/MapDataCollectionVisibilityTest.cs
  1. … 3 more files in changeset.
Pushed (Map)Theme property from the base down to derived classes. WTI-1887

- Pushed down as the derived classes each has their own specific styling options and thus their own categorical theming.

  1. … 4 more files in changeset.
Made MapTheme typed. WTI-1887

- Made it typed as a preparation for pushing the MapTheme property down to its derived classes for the FeatureBasedMapData

  1. … 1 more file in changeset.
Updated CategoryTheme. WTI-1887

- Made class abstract, as it serves as a base for the specific Map type data

- Removed Color property as it is already contained within the derived classes and their specific styling

  1. … 4 more files in changeset.
Added derived CategoryThemes. WTI-1887

- Added derived themes to represent the individual styling of each possible data type.

    • -0
    • +60
    ./Theme/LineCategoryThemeTest.cs
    • -0
    • +60
    ./Theme/PointCategoryThemeTest.cs
    • -0
    • +60
    ./Theme/PolygonCategoryThemeTest.cs
  1. … 4 more files in changeset.
Added extra method to helper to get nested collections. WTI-1889

    • -1
    • +59
    ./Helpers/MapDataCollectionHelperTest.cs
  1. … 1 more file in changeset.
Fixed getting right state when nested collection state is mixed. WTI-1889

  1. … 1 more file in changeset.
Cleanup. WTI-1889

Adjusted IsVisible getter. WTI-1889

  1. … 1 more file in changeset.
Added extra method in MapDataCollection to get visibility state. WTI-1889

  1. … 1 more file in changeset.
Added enum for map data collection visibility. WTI-1889

    • -0
    • +51
    ./Data/MapDataCollectionVisibilityTest.cs
  1. … 2 more files in changeset.
Use helper in MapDataCollectionProperties. WTI-1552

    • -1
    • +0
    ./Helpers/MapDataCollectionHelperTest.cs
  1. … 1 more file in changeset.
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.