Core.Components.Gis.TestUtil.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Build nuget and rhinomocks packages to same location as test projects.

    • -2
    • +0
    ./Core.Components.Gis.TestUtil.Test.csproj
  1. … 212 more files in changeset.
Don't build nuget packages to same folder.

    • -0
    • +2
    ./Core.Components.Gis.TestUtil.Test.csproj
  1. … 215 more files in changeset.
Revert "Don't build nuget packages to same folder."

This reverts commit 3083673498ce2fbe79e8c29c314b7fbdebdd4178.

    • -2
    • +0
    ./Core.Components.Gis.TestUtil.Test.csproj
  1. … 215 more files in changeset.
Build all Test and TestUtil projects to separate folder.

    • -0
    • +1
    ./Core.Components.Gis.TestUtil.Test.csproj
  1. … 230 more files in changeset.
Revert "Build all Test and TestUtil projects to separate folder."

This reverts commit e9f243a5e49640239a8326470e924a0c533369c0.

    • -1
    • +0
    ./Core.Components.Gis.TestUtil.Test.csproj
  1. … 230 more files in changeset.
Restored AssemblyInfos and Core.Common.Version. WTI-2003

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

    • -32
    • +10
    ./Core.Components.Gis.TestUtil.Test.csproj
Updated license headers in core.components. WTI-1971

  1. … 32 more files in changeset.
Cleanup: WTI-1971

- Removed unused reference in .Core projects.

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

This reverts commit 8d6c02dba7d6bf52f2cd43f66b1bb61bf5925ee8.

    • -2
    • +2
    ./Core.Components.Gis.TestUtil.Test.csproj
  1. … 427 more files in changeset.
Updated NUnit in the solution. WTI-1966

    • -2
    • +2
    ./Core.Components.Gis.TestUtil.Test.csproj
  1. … 427 more files in changeset.
Fixed packages.config targetFramework. WTI-1953

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

    • -1
    • +1
    ./Core.Components.Gis.TestUtil.Test.csproj
  1. … 293 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

    • -2
    • +2
    ./Core.Components.Gis.TestUtil.Test.csproj
  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

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

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

    • -1
    • +1
    ./Core.Components.Gis.TestUtil.Test.csproj
  1. … 353 more files in changeset.
Removed obsolete test factory. WTI-1887

    • -1
    • +0
    ./Core.Components.Gis.TestUtil.Test.csproj
  1. … 3 more files in changeset.
Added test factory to create instance of ValueCriterion. WTI-1887

    • -0
    • +1
    ./Core.Components.Gis.TestUtil.Test.csproj
    • -0
    • +41
    ./ValueCriterionTestFactoryTest.cs
  1. … 2 more files in changeset.
Incorporated comments review 3328:

- Improved tests and test factory

Paired with ~carloslubbers

WTI-1881

  1. … 2 more files in changeset.
Added TestMapData. WTI-1856

    • -0
    • +1
    ./Core.Components.Gis.TestUtil.Test.csproj
    • -0
    • +41
    ./TestMapDataTest.cs
  1. … 2 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

  1. … 6091 more files in changeset.
Set parrallelizable attribute to test projects

  1. … 197 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.
Renamed Criteria -> Criterion as it is a singular item to be applied.

WTI-1551

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

WTI-1551

    • -0
    • +41
    ./CategoryThemeTestFactoryTest.cs
    • -1
    • +1
    ./Core.Components.Gis.TestUtil.Test.csproj
    • -42
    • +0
    ./Theme/CategoryThemeTestFactoryTest.cs
  1. … 5 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
    • +0
    ./Core.Components.Gis.TestUtil.Test.csproj
  1. … 11 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.