Core.Components.Charting.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Upgraded to NUnit 3.6.0 Assert.IsNullOrEmpty(...) --> Assert.That(string.IsNullOrEmpty(...)); [STAThread] --> [Apartment(ApartmentState.STA)] [RequiresSTA] --> [Apartment(ApartmentState.STA)]

Current directory <> output dir

http://stackoverflow.com/questions/35852979/using-resharper-nunit-tests-start-in-a-random-temporary-directory

NUnit 3.0 stopped changing current directory.

use TestContext.TestDirectory as the location of your file.

Related to Issue [WTI-1047]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7815 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8e98e0fcf163c22a6a73ac3aadca4cf947804b0e

Former-commit-id: 490f137aa03123596bf0293183ace6db4f4614e9

    • -2
    • +3
    ./Core.Components.Charting.Test.csproj
  1. … 335 more files in changeset.
- Upgraded Project ToolsVersion="4.0" to ToolsVersion="14.0" - Ignored ".vs" folder in trunk paired with tang_ds

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7422 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: beca2918e38aa1e3900b6bc17a0df7e8d1f9c8e3

Former-commit-id: 681a7a3764b91f67e1e97dc0d30f930c901276e0

    • -1
    • +1
    ./Core.Components.Charting.Test.csproj
  1. … 219 more files in changeset.
Merged revision(s) from branches/WTI 999

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7237 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5fadfe734513e4c262a9189b33e5ac16db42dc8c

Former-commit-id: 9c31b58309b4af7f2b4124049c1a3b34f4acee4f

    • -0
    • +1
    ./Core.Components.Charting.Test.csproj
    • -0
    • +62
    ./Data/ItemBasedChartDataTest.cs
  1. … 51 more files in changeset.
Applied some final improvements Related to Issue [WTI-999]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-999@7235 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ec6bdeaefe5b7addeea42067b4c5792ba8789f09

Former-commit-id: 351e4dc3f585d26406adda4c2fa45b915d505dc0

    • -0
    • +1
    ./Core.Components.Charting.Test.csproj
    • -0
    • +62
    ./Data/ItemBasedChartDataTest.cs
  1. … 7 more files in changeset.
Turned ChartMultipleAreaData into ItemBasedChartData Related to Issue [WTI-999]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-999@7146 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8a0d61fc3051304fc8384b7876d3d4ccf1e8103a

Former-commit-id: 2ccd5ab7fa55d1b8d52a23f8dbe4570c79ca669e

  1. … 1 more file in changeset.
Adapted chart data converters Related to Issue [WTI-999]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-999@7118 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2338b3f37120192a101775ca247dfdd1b2eb3d1b

Former-commit-id: df8ab737503715f4526f80e12cb60231d25fef05

  1. … 4 more files in changeset.
Introduced MapLineDataProperties and MapPolygonDataProperties Related to Issue [WTI-956]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6722 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e0c49ad5abcb6553b8df2d6782f37928e6f67561

Former-commit-id: 67da0da4e62c9cc19513b6e9f1c318f065ada44c

  1. … 13 more files in changeset.
- Check the code coverage configuration of the trunk Related to Issue [WTI-931]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@6436 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 60655265b27b5521f0a53b0998b9ce77e069342f

Former-commit-id: e0560a24c08e4583c331a82ea5348baac1a32bfe

    • -0
    • +1
    ./Core.Components.Charting.Test.csproj
  1. … 97 more files in changeset.
* Cleanup Core.Components test and source projects.

Related to Issue [WTI-737]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4783 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e43482c8d3c88447940f3da14abeebf091a03a9c

Former-commit-id: ceea7f89ce9e85a05303af3fba2ecf2f58113cc5

    • -19
    • +19
    ./Data/ChartDataCollectionTest.cs
  1. … 48 more files in changeset.
Sanitize AssemblyInfo.cs Related to Issue [WTI-737]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4761 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 32332309c685116a280df0d92aea1e9b040224ad

Former-commit-id: 12c586e7da6cd345780fded5caf6959465d6e85b

  1. … 73 more files in changeset.
* Added licence headers to all projects (except the installer, as this is not compatible with the tool we're using) Related to Issue [WTI-737]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4724 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b979849273917beaa200a788771088b6fa3df5b0

Former-commit-id: b23b99557c064e7da02709783a30facae89b69db

  1. … 310 more files in changeset.
Added GlobalAssembly.cs link to test/testutil projects. Cleared Assembly files to not contain duplicate attributes. Related to Issue [WTI-737]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4715 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 00b3ef95e112118f9735ab866101142dbd03b0fb

Former-commit-id: f028ede1db96d5721ecc1d42cde4a8bd33f51361

    • -0
    • +3
    ./Core.Components.Charting.Test.csproj
  1. … 142 more files in changeset.
* All code-base projects are now taken into account with code-coverage reports. * All test-base projects are now no longer taken into account with code-coverage reports. Related to Issue [WTI-737]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4691 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9a45b3c0015e847c8e5895ffeff093009b19c33a

Former-commit-id: 54c44c643db1bc4daf56012aab10e3bec6eea1f5

    • -1
    • +1
    ./Core.Components.Charting.Test.csproj
  1. … 62 more files in changeset.
* Improved readability of tests * Turned String into string Related to Issue [WTI-757]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4612 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 701ea98de739f0f328ead01558e5e443c904e706

Former-commit-id: cdb77cc67acfc2869c510cc8a1f32c0201a5f40e

  1. … 135 more files in changeset.
Improved comments and terminology in ChartDataCollection and MapDataCollection Related to Issue [WTI-757]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4605 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 19d01788d6606c0044aeb698a00359491a370524

Former-commit-id: 251540f6a915c2ec04221a39c6356b1d5101d51c

    • -63
    • +81
    ./Data/ChartDataCollectionTest.cs
  1. … 3 more files in changeset.
Merged revision(s) from branches/WTI 676

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4414 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9a7434db0106e507912ae4b8ae213160b0deb65d

Former-commit-id: da60477b596e006d0aec187bdc2e74006878e477

    • -184
    • +61
    ./Data/ChartDataCollectionTest.cs
    • -54
    • +28
    ./Data/ChartMultipleAreaDataTest.cs
    • -25
    • +29
    ./Data/PointBasedChartDataTest.cs
  1. … 56 more files in changeset.
Added missing test Related to Issue [WTI-676]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-676@4407 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 19ca3cbcf09b2b95996f9a48b62f4b98f68e58b8

Former-commit-id: 24fcaac29855c591f2a50571387e82db4d0a8696

Renamed List property of ChartDataCollection to Collection Related to Issue [WTI-676]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-676@4406 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6a11d9aab4784127dfa24560abc6fd0272de7eb3

Former-commit-id: 692ef3b161f01fa055d26a29ab40c96d97250781

    • -18
    • +18
    ./Data/ChartDataCollectionTest.cs
  1. … 11 more files in changeset.
Refactored ChartDataCollection Related to Issue [WTI-676]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-676@4405 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b6a44b9705d82bab05fc32fbd79f9105b07d50b9

Former-commit-id: 685cf214c775bc2cc16c23b8baeb76b25e5f0642

    • -54
    • +23
    ./Data/ChartDataCollectionTest.cs
  1. … 14 more files in changeset.
Cleaned up ChartDataCollection Related to Issue [WTI-676]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-676@4393 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0f4af4a4b02ef9b4b503af3b3919f8c8c608ad5e

Former-commit-id: 03ba2719fba30cf8a1bec9f60dd82c8002e3081c

  1. … 1 more file in changeset.
Fixed failing tests Related to Issue [WTI-676]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-676@4373 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 724c9d90000368245d15afbb9a89d2ae25a54af4

Former-commit-id: 721c8c2faf622099ff78300de2f11a0d82d1f58b

    • -0
    • +45
    ./Data/ChartMultipleAreaDataTest.cs
  1. … 2 more files in changeset.
Fixed failing tests Related to Issue [WTI-676]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-676@4372 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a948e10b9aac2496736adfd033a8bae2cdf18ea5

Former-commit-id: 43428ee30bbe9815de8be10acfca36843f8f11ef

  1. … 3 more files in changeset.
Fixed compilation errors Related to Issue [WTI-676]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-676@4359 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6d0a0c7e6405f08879c737b3bd1b5160ff62c1b6

Former-commit-id: 9eab1bedb61b36ae41cbefbbef737f909bd935a9

    • -14
    • +13
    ./Data/ChartDataCollectionTest.cs
    • -63
    • +7
    ./Data/ChartMultipleAreaDataTest.cs
  1. … 12 more files in changeset.
Fixed compilation errors Related to Issue [WTI-676]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-676@4357 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: bd01ebe4e366c7cc6b895b8052b87fca942fda6d

Former-commit-id: 45538f8331a506cd349fc95f4b5f2f4fb1360d4a

Added setter for Points property in PointBasedChartData Related to Issue [WTI-676]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-676@4355 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e111ddb791bc878724e517a045c25ffd64e80eb9

Former-commit-id: 95ad229a08a743b0dcff49d176168367ee1e1927

    • -19
    • +28
    ./Data/PointBasedChartDataTest.cs
  1. … 5 more files in changeset.
Fixed compilation failures Related to Issue [WTI-676]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-676@4346 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e198f97a37c2ad0490e829ce4ebbc0f51013dba1

Former-commit-id: e3867bcb7657e115930c7738b231646da4cd4f62

    • -24
    • +9
    ./Data/ChartMultipleAreaDataTest.cs
  1. … 3 more files in changeset.
Fixed failing tests Related to Issue [WTI-676]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-676@4329 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 874199f2bc0e8ac1dee72a508c73c6ef25a7c38f

Former-commit-id: 07558f3c4f3b8454ec75117b1e79dab1318305b3

  1. … 4 more files in changeset.
Fixed some compilation errors Related to Issue [WTI-676]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-676@4327 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 93df0ab8008d7423c54df7e2e7b786e48080eabc

Former-commit-id: f3929d1b925ec87551bdb2b692a2d4f9ed23557d

    • -13
    • +13
    ./Data/ChartDataCollectionTest.cs
  1. … 8 more files in changeset.
Fixed some compilation errors Related to Issue [WTI-676]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-676@4326 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9177b0dfdafb4f05c7eaea850be32cfa00e155e0

Former-commit-id: b382af2854e1a0a0e08cdbfd5bb1f3bb23e241ab

Ensured chart points can be resolved dynamically Related to Issue [WTI-676]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-676@4324 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: db7a208a72a52f2a3c2c423198d91f2becb93502

Former-commit-id: 13854eeade92cb6cbbad97835cfc9c02fa97850c

  1. … 4 more files in changeset.