Core.Components.Gis.Test.csproj

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed redundant slashes.

  1. … 352 more files in changeset.
Removed prebuild targets from Test & TestUtil projects.

  1. … 228 more files in changeset.
Make sure all references are copy local false.

  1. … 228 more files in changeset.
Revert "Build nuget and rhinomocks packages to same location as test projects."

This reverts commit 412475c71b7af6de6be727127caa9a6fa2135217.

  1. … 212 more files in changeset.
Build nuget and rhinomocks packages to same location as test projects.

  1. … 212 more files in changeset.
Don't build nuget packages to same folder.

  1. … 215 more files in changeset.
Revert "Don't build nuget packages to same folder."

This reverts commit 3083673498ce2fbe79e8c29c314b7fbdebdd4178.

  1. … 215 more files in changeset.
Build all Test and TestUtil projects to separate folder.

  1. … 230 more files in changeset.
Revert "Build all Test and TestUtil projects to separate folder."

This reverts commit e9f243a5e49640239a8326470e924a0c533369c0.

  1. … 230 more files in changeset.
Migrated Core.Components.Gis.Test. WTI-2003

    • -75
    • +12
    ./Core.Components.Gis.Test.csproj
  1. … 3 more files in changeset.
Revert "Updated NUnit in the solution. WTI-1966"

This reverts commit 8d6c02dba7d6bf52f2cd43f66b1bb61bf5925ee8.

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

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

  1. … 293 more files in changeset.
Fixed .targets: WTI-1931

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

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

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

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

  1. … 3 more files in changeset.
Introduced MapDataCollection helper to get all child visibility states. WTI-1552

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

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

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

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

WTI-1551

  1. … 1 more file in changeset.
Renamed Criteria -> Criterion as it is a singular item to be applied.

WTI-1551

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

WTI-1551

  1. … 19 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

  1. … 9 more files in changeset.
- Moved files to the correct folders - Added XMLDoc - Cleaned up files

WTI-1551

  1. … 10 more files in changeset.
- 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

  1. … 14 more files in changeset.
- Moved files to a separate Theme folder -- Adjusted namespaces

WTI-1551

  1. … 22 more files in changeset.
- Added RangeCriteria: -- Allows map styling based on intervals of values - Imporved variable names

WTI-1551

  1. … 5 more files in changeset.
- Added IMapCriteria to apply styling to the MapCategories based on equivalence.

WTI-1551

  1. … 6 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

  1. … 7 more files in changeset.