Core.Plugins.Map.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleanup Core. WTI-1971

    • -1
    • +1
    ./Legend/FeatureBasedMapDataContextTreeNodeInfoTest.cs
    • -24
    • +24
    ./Legend/MapDataCollectionContextTreeNodeInfoTest.cs
    • -1
    • +1
    ./PresentationObjects/MapDataContextTest.cs
  1. … 21 more files in changeset.
Updated license headers in core.plugins. WTI-1971

  1. … 4 more files in changeset.
Incorporated comments review 3558: Paired with ~tangerma WTI-1966

- Cleaned up packages.config files and included missing file in solution

  1. … 2 more files in changeset.
Revert "Updated NUnit in the solution. WTI-1966"

This reverts commit 8d6c02dba7d6bf52f2cd43f66b1bb61bf5925ee8.

  1. … 427 more files in changeset.
Updated NUnit in the solution. WTI-1966

  1. … 427 more files in changeset.
Fixed packages.config targetFramework. WTI-1953

  1. … 260 more files in changeset.
Fixed package references. WTI-1953

  1. … 293 more files in changeset.
Downgraded fluent to 5.0.2.46

  1. … 30 more files in changeset.
Updated fluent ribbon. WTI-1953

  1. … 30 more files in changeset.
Updated fluent ribbon. WTI-1953

  1. … 30 more files in changeset.
Revert "Updated fluent ribbon. WTI-1953"

This reverts commit f0a753b1e13727e68cf9f46ae8e74dc4dce69f62.

  1. … 30 more files in changeset.
Updated .net version in all packages.config. WTI-1953

  1. … 267 more files in changeset.
Revert "Updated .net version in all packages.config. WTI-1953"

This reverts commit 5b0a61282b618ef46d67391fa93f577622c0481e.

  1. … 267 more files in changeset.
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.Plugins. WTI-1931

    • -3
    • +3
    ./Commands/ToggleMapLegendViewCommandTest.cs
    • -3
    • +3
    ./ImportInfos/MapDataCollectionImportInfoTest.cs
    • -3
    • +3
    ./Legend/FeatureBasedMapDataContextTreeNodeInfoTest.cs
    • -3
    • +3
    ./Legend/MapDataCollectionContextTreeNodeInfoTest.cs
    • -3
    • +3
    ./PresentationObjects/FeatureBasedMapDataContextTest.cs
    • -3
    • +3
    ./PresentationObjects/MapDataCollectionContextTest.cs
    • -3
    • +3
    ./PresentationObjects/MapDataContextTest.cs
    • -3
    • +3
    ./PresentationObjects/MapLineDataContextTest.cs
    • -3
    • +3
    ./PresentationObjects/MapPointDataContextTest.cs
    • -3
    • +3
    ./PresentationObjects/MapPolygonDataContextTest.cs
  1. … 53 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

    • -4
    • +3
    ./PropertyClasses/MapLineDataPropertiesTest.cs
    • -4
    • +3
    ./PropertyClasses/MapPointDataPropertiesTest.cs
    • -4
    • +3
    ./PropertyClasses/MapPolygonDataPropertiesTest.cs
  1. … 6 more files in changeset.
Incorporated comments review 3395: WTI-1887

- Fixed compilation errors as a consequence of changes in the derived classes of FeatureBasedMapData

-- Fixed for the property classes

    • -26
    • +21
    ./PropertyClasses/MapLineDataPropertiesTest.cs
    • -26
    • +21
    ./PropertyClasses/MapPointDataPropertiesTest.cs
    • -26
    • +21
    ./PropertyClasses/MapPolygonDataPropertiesTest.cs
Incorporated comments review 3395: WTI-1887

- Swapped constructor arguments for the CategoryThemeProperties

- Refactored property return value

- Further cleanup

    • -1
    • +1
    ./PropertyClasses/CategoryThemePropertiesTest.cs
    • -4
    • +4
    ./PropertyClasses/LineCategoryThemePropertiesTest.cs
    • -4
    • +4
    ./PropertyClasses/PointCategoryThemePropertiesTest.cs
    • -4
    • +4
    ./PropertyClasses/PolygonCategoryThemePropertiesTest.cs
  1. … 7 more files in changeset.
Incorporated comments review 3395: WTI-1887

- Cleaned up properties (test)

    • -1
    • +0
    ./PropertyClasses/CategoryThemePropertiesTest.cs
  1. … 2 more files in changeset.
Removed obsolete constructor parameter. WTI-1894

- Visibility property is readonly, parents are therefore not required anymore to notify.

    • -15
    • +3
    ./PropertyClasses/MapDataCollectionPropertiesTest.cs
  1. … 2 more files in changeset.
Adjusted visibility properties of the MapDataCollection. WTI-1894

- Made property readonly

- Changed return type

    • -70
    • +10
    ./PropertyClasses/MapDataCollectionPropertiesTest.cs
  1. … 1 more file in changeset.
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.