Core.Components.Charting.Test.csproj

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed Charting projects to Chart. Related to Issue [WTI-1330]

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

Former-commit-id: 7a9c9821226ffda32f59d8f6291e773cdce00774

Former-commit-id: 9fffcbefd89c092ed5008e8cf0b8eda75e780285

    • -102
    • +0
    ./Core.Components.Charting.Test.csproj
  1. … 159 more files in changeset.
Introduced custom enum for chart line dash styles. Related to Issue [WTI-1268]

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

Former-commit-id: 4a80234455ce469f8f5c1a4a540fda06a0af5b21

Former-commit-id: 5d063f8c59a3298612c4e776e8b73127b5f8e521

    • -0
    • +1
    ./Core.Components.Charting.Test.csproj
  1. … 32 more files in changeset.
- Added DisplayNames to ChartPointSymbol. - Changed enum values of ChartPointSymbol. Related to Issue [WTI-1268]

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

Former-commit-id: 69e63bf7ca40843f9bd99f8d455e00147225ce68

Former-commit-id: 4ac243f8c508b18b7b267023b73b856835d05b7f

    • -0
    • +1
    ./Core.Components.Charting.Test.csproj
  1. … 8 more files in changeset.
Core.Components.Charting.TestUtil.Test: - Added core.common.version ref - Sanitized AssemblyInfo.cs - Added GlobalAssembly link Removed obsolete <AllowedReferenceRelatedFileExtensions>none</AllowedReferenceRelatedFileExtensions> from projects Replaced <DebugType>pdbonly</DebugType> with <DebugType>none</DebugType> for test projects in ReleaseForCodeCoverage configuration. Related to Issue [WTI-1272]

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

Former-commit-id: 74ee4dd27678a18952f28919028d8e8814d46617

Former-commit-id: e91cb2b6dae36d8d3cfa8bede7cbc70ad87f90d6

    • -1
    • +0
    ./Core.Components.Charting.Test.csproj
  1. … 44 more files in changeset.
Added constructor to TestChartData. Reused TestChartData throughout classes. Added TestChartDataTest. Changed map related naming of variables/methods which had to do with charting. Related to Issue [WTI-1272]

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

Former-commit-id: a01e932090a2f44f704f302e689f4595f7978406

Former-commit-id: 9e26b8bedd1cf7dba14bc19b2f5f33a5206da4c5

    • -0
    • +4
    ./Core.Components.Charting.Test.csproj
  1. … 35 more files in changeset.
Extracted GetChartDataRecursively. Related to Issue [WTI-1272]

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

Former-commit-id: a582d1cf3f37c1352d792673c045214fb825693b

Former-commit-id: 92521eac43d0a15e9925efce70689c597bb0265d

    • -0
    • +1
    ./Core.Components.Charting.Test.csproj
  1. … 4 more files in changeset.
Removed obsolete ItemBasedChartData and renamed or removed (whatever applicable) related classes. Related to Issue [WTI-1272]

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

Former-commit-id: 9d8e541c7628108b41e7caa029f469b42f0402ec

Former-commit-id: 12281f570cadee88799cb06062566f4577e68fed

    • -1
    • +0
    ./Core.Components.Charting.Test.csproj
  1. … 42 more files in changeset.
Introduced ChartMultipleLineData so we can draw all water levels in one chart layer. Related to Issue [WTI-1248]

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

Former-commit-id: af04a6b97475390ec4f05a18fd9e51d0e8f8f1a0

Former-commit-id: dc11e88c002b0b96d3829e13bf3f49a0f0189404

    • -0
    • +1
    ./Core.Components.Charting.Test.csproj
  1. … 3 more files in changeset.
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. … 336 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
  1. … 54 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.
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. … 143 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.
Implemented custom MultipleAreaSeries for support of drawing multiple areas in one series (for example for a soil layer which gets intersected by a surface line). Implemented the necessary classes to convert a soil layer geometry intersected by a surfaceline and draw the resulting geometry on the charting component. Temporarily added NetTopologySuite to Ringtoets.Piping.Forms for quick testing of the soil layer drawing functionality. Always notify the root collection of the ChartLegendView on changes of children. Related to Issue [WTI-137]

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

Former-commit-id: 6116ec0ee3f9c6d2413957c3b91fa2ab7b990d0c

Former-commit-id: e4ea733a931918f804fcc45ec4b602686a837f04

    • -0
    • +1
    ./Core.Components.Charting.Test.csproj
  1. … 25 more files in changeset.
Implemented styles for ChartAreaData and ChartPointData. Related to Issue [WTI-455]

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

Former-commit-id: 12d3c5521a34eb3bff2f8e766d9b1cf7b3e3a1ae

Former-commit-id: dcb1cdf6be76a983a3d6d82ae04617b29644ee1d

    • -0
    • +2
    ./Core.Components.Charting.Test.csproj
  1. … 17 more files in changeset.
Implemented style for ChartLineData. Related to Issue [WTI-455]

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

Former-commit-id: 52c7d3dd603b9253ccc50134ef37e7b3bc954ed5

Former-commit-id: 384541082b0ba8f193f0838fa6c70f177541f855

    • -0
    • +5
    ./Core.Components.Charting.Test.csproj
  1. … 32 more files in changeset.
- Renamed chart data with the prefix Chart so it is clear that is is ChartData. - Implemented name in the ChartData. Related to Issue [WTI-454]

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

Former-commit-id: 9e2f30e6fba72a2bc2eb0784d0423c1538851e3c

Former-commit-id: 9f7885eeff4b6a53d96cdc2fbe00457689668217

    • -3
    • +3
    ./Core.Components.Charting.Test.csproj
  1. … 55 more files in changeset.
Implemented fix for autoscale on hide/show of series. Added PointBasedChartDataTest. Reverted LinearPlotViewTest (failed on build server). Related to Issue [WTI-272]

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

Former-commit-id: 737c140d31278dd20a21e7541bf51508d98b1c76

    • -0
    • +5
    ./Core.Components.Charting.Test.csproj
  1. … 5 more files in changeset.
Added docs and tests. Related to Issue [WTI-272]

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

Former-commit-id: 0eb48b02437195ee53ae98bbd809943ea8ac7634

    • -0
    • +1
    ./Core.Components.Charting.Test.csproj
  1. … 26 more files in changeset.
Moved Documentation of BaseChart to IChart. Made ChartData observable. Made BaseChart UserControl. Made ChartDataView a UserControl with a BaseChart on it. Related to Issue [WTI-272]

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

Former-commit-id: 3aae0c25453439276a6ef7bc4f1ce45b3e2e8c78

    • -0
    • +4
    ./Core.Components.Charting.Test.csproj
  1. … 12 more files in changeset.
Improved doc. Cleaned up project files. Related to Issue [WTI-272]

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

Former-commit-id: 625267f66816d2bb61852460805f248d86db6f8f

    • -9
    • +0
    ./Core.Components.Charting.Test.csproj
  1. … 8 more files in changeset.
Added tests for ChartData. Updated docs. Cleaned up classes. Related to Issue [WTI-272]

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

Former-commit-id: 19cdd5b4bb1a32beb529e2b2249efaa84df1f650

    • -0
    • +5
    ./Core.Components.Charting.Test.csproj
  1. … 8 more files in changeset.
Moved Core.Components.Charting.Test to the correct directory. Related to Issue [WTI-272]

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

Former-commit-id: a83a04f6cfa575b6d58594f1fcbb3816e0f1e229

    • -0
    • +76
    ./Core.Components.Charting.Test.csproj
  1. … 12 more files in changeset.