Core.Plugins.Chart.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Review related changes Related to Issue [WTI-1143]

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

Former-commit-id: 5ce9c8dd3f757b50a5528a93a057c7c2412b7e8a

Former-commit-id: 86a66c8b3273d337bcd2d6e02f7590bf2e3fae16

    • -2
    • +2
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
    • -2
    • +2
    ./Legend/ChartDataContextTreeNodeInfoTest.cs
  1. … 6 more files in changeset.
Incorporated the RingtoetsProjectMigrator in the StorageCommandHandler: - Fixed compilation errors of affected tests -- Introduced mocks where necessary - Ran DeltaresClean Related to Issue [WTI-1095]

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

Former-commit-id: d546ad32067db464f96e9faa5a55aaa2b5eef6ca

Former-commit-id: c73bfdeaf395de90207b9bdedc43baf05869ac0b

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

  1. … 333 more files in changeset.
Extended/improved TreeNodeInfo tests (part III) Related to Issue [WTI-1038]

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

Former-commit-id: 07f9bb88ac315d43408a8b1fb426a5d087a4e31e

Former-commit-id: 23a2b2c26673d8a42114a4f82434ea6e8f769f86

    • -1
    • +0
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
    • -1
    • +0
    ./Legend/ChartDataContextTreeNodeInfoTest.cs
  1. … 90 more files in changeset.
Extended/improved TreeNodeInfo tests (part I) Related to Issue [WTI-1038]

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

Former-commit-id: 035694d130c851d59932bc8b80d4c1f92041a56c

Former-commit-id: 708bd649cab54cde001d099cb81464bc0a5e639d

    • -0
    • +8
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
    • -0
    • +11
    ./Legend/ChartDataContextTreeNodeInfoTest.cs
  1. … 56 more files in changeset.
Removed obsolete Test from WaveConditionsInputContextPropertiesTest. Made certain variables' types explicit. Replaced .Matches(x => true) with Is.NotNull. Some general cleanups. Added missing docs. Related to Issue [WTI-968]

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

Former-commit-id: 95da872000b9ba2b113ad54b4c3f8ee363e25472

Former-commit-id: 782a5a1fef732e1f91e310b5a31aeb471f792751

    • -3
    • +3
    ./Commands/ToggleLegendViewCommandTest.cs
  1. … 66 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. … 219 more files in changeset.
IProjectOwner now should be implemented in such a way that null can never be returned or set. Introduced StagedProject in StorageSqLite to always have a coupling between the model and the loaded entity. connectionString is no longer maintained in StorageSqLite, but the filepath is passed along the method calls. StorageCommandHandler is responsible for logging feedback to the user. Removed interface methods regarding closing of a project (invalid use case in Ringtoets) Added SetProject method in IProjectOwner and removed setters for Project and ProjectPath, so that Project and ProjectPath are always set together. Related to Issue [WTI-961]

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

Former-commit-id: ca0bf302faa996815ebc7f8d434ad15fb38246db

Former-commit-id: 679b97e980241449cfd6da32ba0fd19b28e85029

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

  1. … 97 more files in changeset.
* Cleanup Core.Plugins test and source projects. * Cleanup Demo.Ringtoets test and source projects. Related to Issue [WTI-737]

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

Former-commit-id: fe307a4e821c34daeb01025d8a3330ee640e35d0

Former-commit-id: fd27b97e2d27f67d0d1ccc1ebf06332563f1eb9b

    • -8
    • +2
    ./Commands/ToggleLegendViewCommandTest.cs
    • -57
    • +57
    ./Legend/ChartDataContextTreeNodeInfoTest.cs
  1. … 19 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

  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. … 62 more files in changeset.
Removing obsolete code. Related to Issue [WTI-737]

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

Former-commit-id: 8e40ae01ad414c8db7cb7da2efe756dff66139da

Former-commit-id: a51215a3a84afdeb1836c566e67f58cea5d094e3

  1. … 12 more files in changeset.
Removing obsolete code. Related to Issue [WTI-737]

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

Former-commit-id: 403a27792b79297f4e53030ad897aebce380129c

Former-commit-id: de6622b07b30c36a620b83f1e8efff118dfb0790

    • -10
    • +0
    ./Commands/ToggleLegendViewCommandTest.cs
  1. … 110 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

    • -40
    • +36
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
    • -67
    • +58
    ./Legend/ChartDataContextTreeNodeInfoTest.cs
    • -1
    • +3
    ./PresentationObjects/ChartDataContextTest.cs
  1. … 59 more files in changeset.
Fixed some typos Related to Issue [WTI-676]

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

Former-commit-id: dc1b8381682b9cdd071de1b8fbd1e179c0d2f15c

Former-commit-id: f342fd51544f54b9d01278d9d64be896e40ef1c6

    • -1
    • +1
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
    • -2
    • +2
    ./Legend/ChartDataContextTreeNodeInfoTest.cs
  1. … 6 more files in changeset.
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

    • -1
    • +1
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
    • -1
    • +1
    ./Legend/ChartDataContextTreeNodeInfoTest.cs
  1. … 9 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

    • -33
    • +30
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
    • -32
    • +30
    ./Legend/ChartDataContextTreeNodeInfoTest.cs
    • -1
    • +3
    ./PresentationObjects/ChartDataContextTest.cs
  1. … 11 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

    • -5
    • +4
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
    • -25
    • +24
    ./Legend/ChartDataContextTreeNodeInfoTest.cs
  1. … 11 more files in changeset.
Fixed compilation failures and failing tests Related to Issue [WTI-676]

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

Former-commit-id: 3c219f68f94121d971797e119e071bfe37b16a02

Former-commit-id: 7ee86fd9e488a8560789787e8c98c4e57c13efd8

    • -12
    • +6
    ./Legend/ChartDataContextTreeNodeInfoTest.cs
  1. … 3 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

    • -1
    • +1
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
    • -1
    • +1
    ./Legend/ChartDataContextTreeNodeInfoTest.cs
  1. … 2 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

    • -4
    • +4
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
    • -19
    • +19
    ./Legend/ChartDataContextTreeNodeInfoTest.cs
  1. … 6 more files in changeset.
- Fixed drop issue in chart legend view. - Fixed update issue with IsChecked. Related to Issue [WTI-676]

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

Former-commit-id: 8813fba45286d28275c2cbb15ef84c9d32a0f045

Former-commit-id: baa412ec33a2f1c60f62c097240ff9514da55ffd

    • -6
    • +4
    ./Legend/ChartDataContextTreeNodeInfoTest.cs
    • -0
    • +2
    ./PresentationObjects/ChartDataContextTest.cs
  1. … 2 more files in changeset.
Merged revision(s) 4248, 4250, 4252, 4255, 4258, 4260, 4265-4266, 4268 from branches/WTI-539:

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

Former-commit-id: b19de7cb2f82f53409f1db3ad1f2db6cd8147bab

Former-commit-id: 855a7d1e06150e515db5c1aa47368b09477a121c

  1. … 82 more files in changeset.
- Renamed RingtoetsProjectHelper to RingtoetsProjectFactory - Moved ProjectEquals to implementation of IProject Related to Issue [WTI-539]

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

Former-commit-id: b623f845ea452d16ffd8ae6f87a50d5b3df7ef07

Former-commit-id: 0c45aae923a9b7eb6481597fdc0b1f836363e4a1

  1. … 24 more files in changeset.
Merged revision(s) 4251-4257 from trunk

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

Former-commit-id: 0a48969e5422e50f6e8b8e810f07ccce551ac6f9

Former-commit-id: 259ef70133029abd8d828b9e56483e4924afcd05

    • -0
    • +140
    ./ChartPluginTest.cs
  1. … 3 more files in changeset.
Renamed Core.Plugins.DotSpatial to Core.Plugins.Map. Related to Issue [WTI-752]

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

Former-commit-id: fd06380cc065ae1556349d38a38cac78aa7ca8a4

Former-commit-id: d56c8ffc983a5776c3e8a83117b6bce9dcbb7659

  1. … 82 more files in changeset.
Renamed Core.Plugins.Oxyplot to Core.Plugins.Chart. Related to Issue [WTI-752]

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

Former-commit-id: 2dfbd797c3561398f91945c5089a942dce653805

Former-commit-id: d038e83d547fba1c3a8e4efcb4d2def513e2c708

    • -0
    • +138
    ./ChartPluginTest.cs
    • -0
    • +333
    ./ChartingRibbonTest.cs
    • -0
    • +134
    ./Commands/ToggleLegendViewCommandTest.cs
    • -0
    • +141
    ./Core.Plugins.Chart.Test.csproj
    • -0
    • +294
    ./Legend/ChartDataCollectionTreeNodeInfoTest.cs
    • -0
    • +498
    ./Legend/ChartDataContextTreeNodeInfoTest.cs
    • -0
    • +145
    ./Legend/ChartLegendControllerTest.cs
    • -0
    • +139
    ./Legend/ChartLegendViewTest.cs
    • -0
    • +59
    ./PresentationObjects/ChartDataContextTest.cs
    • -0
    • +34
    ./Properties/AssemblyInfo.cs
  1. … 63 more files in changeset.