Core.Plugins.Map.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added missing tests to MapData properties. WTI-1887

- Added test to verify whether the attribute name is passed correctly into the category themes

- Added test to verify if the map data is passed into the category themes proeprties

    • -4
    • +41
    ./PropertyClasses/MapLineDataPropertiesTest.cs
    • -2
    • +39
    ./PropertyClasses/MapPointDataPropertiesTest.cs
    • -5
    • +42
    ./PropertyClasses/MapPolygonDataPropertiesTest.cs
Introduced testhelper. WTI-1887

- Introduced testhelper to get rid of the expected format expression duplication across the various property classes

    • -16
    • +4
    ./PropertyClasses/LineCategoryThemePropertiesTest.cs
    • -16
    • +4
    ./PropertyClasses/PointCategoryThemePropertiesTest.cs
    • -16
    • +4
    ./PropertyClasses/PolygonCategoryThemePropertiesTest.cs
  1. … 3 more files in changeset.
Made style type abstract. WTI-1887

- Let the derived classes determine what to use to represent as the style type

    • -1
    • +3
    ./PropertyClasses/FeatureBasedMapDataPropertiesTest.cs
    • -0
    • +4
    ./PropertyClasses/MapLineDataPropertiesTest.cs
    • -0
    • +4
    ./PropertyClasses/MapPointDataPropertiesTest.cs
    • -0
    • +4
    ./PropertyClasses/MapPolygonDataPropertiesTest.cs
  1. … 6 more files in changeset.
Ran intermediate cleanup across affected projects. WTI-1887

    • -1
    • +1
    ./PropertyClasses/CategoryThemePropertiesTest.cs
    • -1
    • +1
    ./PropertyClasses/PointCategoryThemePropertiesTest.cs
  1. … 8 more files in changeset.
Made CategoryThemeProperties abstract. WTI-1887

    • -6
    • +27
    ./PropertyClasses/CategoryThemePropertiesTest.cs
  1. … 4 more files in changeset.
Fixed representation of the category array in the property panel. WTI-1887

    • -0
    • +3
    ./PropertyClasses/MapLineDataPropertiesTest.cs
    • -0
    • +3
    ./PropertyClasses/MapPointDataPropertiesTest.cs
    • -0
    • +3
    ./PropertyClasses/MapPolygonDataPropertiesTest.cs
  1. … 3 more files in changeset.
Fixed test and compilation error. WTI-1887

    • -2
    • +2
    ./PropertyClasses/PolygonCategoryThemePropertiesTest.cs
  1. … 1 more file in changeset.
Removed obsolete test factory. WTI-1887

    • -1
    • +4
    ./PropertyClasses/CategoryThemePropertiesTest.cs
  1. … 4 more files in changeset.
Fixed failing tests for the category properties. WTI-1887

    • -6
    • +3
    ./PropertyClasses/LineCategoryThemePropertiesTest.cs
    • -6
    • +6
    ./PropertyClasses/PointCategoryThemePropertiesTest.cs
    • -8
    • +5
    ./PropertyClasses/PolygonCategoryThemePropertiesTest.cs
  1. … 3 more files in changeset.
Added support of editable category themes for the PolygonData. WTI-1887

    • -92
    • +57
    ./PropertyClasses/MapPolygonDataPropertiesTest.cs
  1. … 1 more file in changeset.
Introduced property class to display PolygonCategories. WTI-1887

- Also cleaned up tests of existing implementations

    • -3
    • +3
    ./PropertyClasses/LineCategoryThemePropertiesTest.cs
    • -15
    • +15
    ./PropertyClasses/PointCategoryThemePropertiesTest.cs
    • -0
    • +173
    ./PropertyClasses/PolygonCategoryThemePropertiesTest.cs
  1. … 3 more files in changeset.
Adjusted MapPointDataProperties to host the editable category themes. WTI-1887

    • -117
    • +64
    ./PropertyClasses/MapPointDataPropertiesTest.cs
  1. … 1 more file in changeset.
Renamed property name for line data properties. WTI-1887

    • -11
    • +11
    ./PropertyClasses/MapLineDataPropertiesTest.cs
  1. … 1 more file in changeset.
Added propertyclass for the PointCategoryTheme. WTI-1887

- Also cleaned up existing tests for the LineCategoryTheme

    • -17
    • +16
    ./PropertyClasses/LineCategoryThemePropertiesTest.cs
    • -0
    • +197
    ./PropertyClasses/PointCategoryThemePropertiesTest.cs
  1. … 4 more files in changeset.
Adjusted MapLineDataProperties to host the editable category themes. WTI-1887

    • -89
    • +53
    ./PropertyClasses/MapLineDataPropertiesTest.cs
  1. … 3 more files in changeset.
Made CategoryThemeProperties typed. WTI-1887

- Done to let its derived classes access derived data from the CategoryTheme.

    • -10
    • +10
    ./PropertyClasses/CategoryThemePropertiesTest.cs
    • -1
    • +1
    ./PropertyClasses/LineCategoryThemePropertiesTest.cs
  1. … 3 more files in changeset.
Introduced property class to display line category theme properties. WTI-1887

    • -1
    • +0
    ./PropertyClasses/CategoryThemePropertiesTest.cs
    • -0
    • +175
    ./PropertyClasses/LineCategoryThemePropertiesTest.cs
  1. … 4 more files in changeset.
Cleaned up category theme properties. WTI-1887

    • -17
    • +8
    ./PropertyClasses/CategoryThemePropertiesTest.cs
  1. … 1 more file in changeset.
Removed theming support from the MapData base class. WTI-1887

    • -123
    • +3
    ./PropertyClasses/FeatureBasedMapDataPropertiesTest.cs
  1. … 1 more file in changeset.
Fixed incorrect notifying childs. WTI-1889

    • -2
    • +9
    ./Legend/MapDataCollectionContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Cleanup. WTI-1889

    • -1
    • +0
    ./Legend/MapDataCollectionContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Cleanup. WTI-1889

    • -1
    • +1
    ./Legend/FeatureBasedMapDataContextTreeNodeInfoTest.cs
Fixed setting correct state on node check. WTI-1889

    • -0
    • +33
    ./Legend/MapDataCollectionContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Added extra CheckedState to MapDataCollection TreeNodeInfo. WTI-1889

    • -6
    • +45
    ./Legend/MapDataCollectionContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Fixed compilation errors. WTI-1888

    • -2
    • +3
    ./Legend/FeatureBasedMapDataContextTreeNodeInfoTest.cs
    • -2
    • +3
    ./Legend/MapDataCollectionContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Fixed compilation errors. WTI-1888

    • -2
    • +2
    ./Legend/FeatureBasedMapDataContextTreeNodeInfoTest.cs
    • -2
    • +2
    ./Legend/MapDataCollectionContextTreeNodeInfoTest.cs
  1. … 4 more files in changeset.
Review related changes and cleanup WTI-1885 Paired with roberttangerman

    • -1
    • +1
    ./PropertyInfos/MapLineDataContextPropertyInfoTest.cs
    • -1
    • +1
    ./PropertyInfos/MapPointDataContextPropertyInfoTest.cs
    • -1
    • +1
    ./PropertyInfos/MapPolygonDataContextPropertyInfoTest.cs
  1. … 1 more file in changeset.
Notify observers of parents when changing visibility of mapData. WTI-1885

    • -3
    • +32
    ./PropertyClasses/FeatureBasedMapDataPropertiesTest.cs
  1. … 1 more file in changeset.
Added parents to FeatureBasedMapDataProperties. WTI-1885

    • -15
    • +28
    ./PropertyClasses/FeatureBasedMapDataPropertiesTest.cs
  1. … 4 more files in changeset.
Fixed test. WTI-1885