Core.Plugins.Charting.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed methods and interfaces to better meet their purpose. Added docs. Translated serie names. Cleaned up test AssemblyInfo. Failsafe implementation of unsupported IChartData in ChartDataNodePresenter. Related to Issue [WTI-272]

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

Former-commit-id: 594a82c7fd4f8cb7a148caf6a5f26ae4fb291b23

  1. … 28 more files in changeset.
Got rid of ITreeView Related to Issue [WTI-184]

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

Former-commit-id: fc3a7abb9d7d0c0b2a6af3d1210efca79f0af6f4

  1. … 20 more files in changeset.
Got rid of ITreeNode Related to Issue [WTI-184]

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

Former-commit-id: f5b2c9e2b82e13044e15c0efec49dd617218ae57

    • -1
    • +1
    ./Forms/ChartSeriesTreeNodePresenterTest.cs
  1. … 82 more files in changeset.
Reverted some changes Related to Issue [WTI-184]

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

Former-commit-id: ab56a90d7fbb74b26d596f93d81fe3d656c6fb8a

  1. … 69 more files in changeset.
Changed namespace of Core.Common.Controls into Core.Common.Forms Related to Issue [WTI-184]

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

Former-commit-id: 3f1bc509f2a0b4129dec6506e8018086d5edb4af

  1. … 69 more files in changeset.
removed reference from one test project to another to make sure the tests are only executed once. Second commit, because of conflicts with Joel Related to Issue [WTI-250]

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

Former-commit-id: 0fd1af49d4cca3f94fcda3d504f6cf1388e3c671

    • -1
    • +1
    ./Commands/ChartViewCommandBaseTest.cs
    • -1
    • +1
    ./Commands/DecreaseFontSizeCommandTest.cs
    • -1
    • +1
    ./Commands/ExportChartAsImageCommandTest.cs
    • -1
    • +1
    ./Commands/IncreaseFontSizeCommandTest.cs
    • -4
    • +10
    ./Core.Plugins.Charting.Test.csproj
    • -0
    • +43
    ./TestObjects/TestDockingManager.cs
    • -0
    • +38
    ./TestObjects/TestSettings.Designer.cs
    • -0
    • +9
    ./TestObjects/TestSettings.settings
    • -0
    • +56
    ./TestObjects/TestView.Designer.cs
    • -0
    • +25
    ./TestObjects/TestView.cs
    • -0
    • +120
    ./TestObjects/TestView.resx
  1. … 7 more files in changeset.
removed reference from one test project to another to make sure the tests are only executed once Related to Issue [WTI-250]

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

Former-commit-id: be509f3fc0b52b962e12278aa2a7dabe1f6c6471

    • -1
    • +1
    ./Commands/ChartViewCommandBaseTest.cs
    • -1
    • +1
    ./Commands/DecreaseFontSizeCommandTest.cs
    • -1
    • +1
    ./Commands/ExportChartAsImageCommandTest.cs
    • -1
    • +1
    ./Commands/IncreaseFontSizeCommandTest.cs
  1. … 17 more files in changeset.
Added usings for disposable plugin. Added check for disposing ChartLegendView. Related to Issue [WTI-189]

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

Former-commit-id: e336e5edcf89888c0465e225a14a7795f1eeec27

Removed TestViewList which became obsolete by using mocks. Related to Issue [WTI-189]

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

Former-commit-id: 9abed5d3768e40c8eb78f0a842870b1f1ea6d00f

  1. … 2 more files in changeset.
Moved test classes for GUI related charting classes to separate Core.Plugins.Charting.Test project. Related to Issue [WTI-189]

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

Former-commit-id: 25dc3a98396a16c3bb5e9620c579a793e355c413

    • -0
    • +73
    ./ChartingGuiPluginTest.cs
    • -0
    • +190
    ./Commands/ChartViewCommandBaseTest.cs
    • -0
    • +95
    ./Commands/DecreaseFontSizeCommandTest.cs
    • -0
    • +69
    ./Commands/ExportChartAsImageCommandTest.cs
    • -0
    • +95
    ./Commands/IncreaseFontSizeCommandTest.cs
    • -0
    • +135
    ./Core.Plugins.Charting.Test.csproj
    • -0
    • +199
    ./Forms/ChartSeriesTreeNodePresenterTest.cs
    • -0
    • +241
    ./Forms/ChartTreeNodePresenterTest.cs
    • -0
    • +35
    ./Properties/AssemblyInfo.cs
    • -0
    • +180
    ./Property/AreaChartSeriesPropertiesTest.cs
    • -0
    • +177
    ./Property/BarSeriesPropertiesTest.cs
    • -0
    • +94
    ./Property/ChartAxisDateTimePropertiesTest.cs
    • -0
    • +101
    ./Property/ChartAxisDoublePropertiesTest.cs
    • -0
    • +112
    ./Property/ChartAxisPropertiesTest.cs
    • -0
    • +49
    ./Property/ChartFontPropertiesConverterTest.cs
  1. … 30 more files in changeset.