Core.Plugins.Charting.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed Core.Plugins.Charting and Core.Plugins.Charting.Test. Related to Issue [WTI-277]

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

Former-commit-id: 70d2562a75db6b2dff4bebd5da956fedaa35588f

    • -190
    • +0
    ./Commands/ChartViewCommandBaseTest.cs
    • -95
    • +0
    ./Commands/DecreaseFontSizeCommandTest.cs
    • -69
    • +0
    ./Commands/ExportChartAsImageCommandTest.cs
    • -95
    • +0
    ./Commands/IncreaseFontSizeCommandTest.cs
    • -137
    • +0
    ./Core.Plugins.Charting.Test.csproj
    • -199
    • +0
    ./Forms/ChartSeriesTreeNodePresenterTest.cs
    • -241
    • +0
    ./Forms/ChartTreeNodePresenterTest.cs
    • -180
    • +0
    ./Property/AreaChartSeriesPropertiesTest.cs
    • -177
    • +0
    ./Property/BarSeriesPropertiesTest.cs
    • -94
    • +0
    ./Property/ChartAxisDateTimePropertiesTest.cs
    • -101
    • +0
    ./Property/ChartAxisDoublePropertiesTest.cs
    • -112
    • +0
    ./Property/ChartAxisPropertiesTest.cs
    • -49
    • +0
    ./Property/ChartFontPropertiesConverterTest.cs
  1. … 56 more files in changeset.
* Moved Core.Common.Utils.PropertyBag to Core.Common.Gui.PropertyBag * Moved PropertyOrderAttribute from Utils to Gui ** ? Other attributes might follow that are strongly related to DynamicPropertyBag ? Related to Issue [WTI-187]

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

Former-commit-id: da2b5d7e958a1b1332c01ff98d2f2ea203319f7d

    • -1
    • +1
    ./Property/AreaChartSeriesPropertiesTest.cs
    • -1
    • +1
    ./Property/ChartAxisDateTimePropertiesTest.cs
    • -1
    • +1
    ./Property/ChartAxisDoublePropertiesTest.cs
    • -1
    • +1
    ./Property/ChartSeriesPropertiesTest.cs
    • -1
    • +1
    ./Property/LineChartSeriesPropertiesTest.cs
    • -1
    • +1
    ./Property/PointChartSeriesPropertiesTest.cs
    • -1
    • +1
    ./Property/PolygonChartSeriesPropertiesTest.cs
  1. … 35 more files in changeset.
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.