Core.Plugins.CommonTools.Gui.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed Core.Plugins.CommonTools.Gui to Core.Plugins.CommonTools Renamed Core.Plugins.CommonTools.Gui.Test to Core.Plugins.CommonTools.Test Related to Issue [WTI-189]

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

Former-commit-id: f7c8a49cc265d06d84d8936f18adb232b71330e4

    • -138
    • +0
    ./Core.Plugins.CommonTools.Gui.Test.csproj
    • -82
    • +0
    ./Property/ProjectPropertiesTest.cs
    • -53
    • +0
    ./Property/TreeFolderPropertiesTest.cs
  1. … 31 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

    • -10
    • +0
    ./Core.Plugins.CommonTools.Gui.Test.csproj
    • -43
    • +0
    ./TestObjects/TestDockingManager.cs
    • -38
    • +0
    ./TestObjects/TestSettings.Designer.cs
  1. … 12 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
    • +11
    ./Core.Plugins.CommonTools.Gui.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
    • +26
    ./TestObjects/TestView.cs
    • -0
    • +120
    ./TestObjects/TestView.resx
  1. … 15 more files in changeset.
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

    • -31
    • +0
    ./Core.Plugins.CommonTools.Gui.Test.csproj
  1. … 1 more file 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

    • -191
    • +0
    ./Commands/Charting/ChartViewCommandBaseTest.cs
    • -95
    • +0
    ./Commands/Charting/DecreaseFontSizeCommandTest.cs
    • -69
    • +0
    ./Commands/Charting/ExportChartAsImageCommandTest.cs
    • -95
    • +0
    ./Commands/Charting/IncreaseFontSizeCommandTest.cs
    • -19
    • +0
    ./Core.Plugins.CommonTools.Gui.Test.csproj
    • -199
    • +0
    ./Forms/Charting/ChartSeriesTreeNodePresenterTest.cs
    • -180
    • +0
    ./Property/Charting/AreaChartSeriesPropertiesTest.cs
    • -94
    • +0
    ./Property/Charting/ChartAxisDateTimePropertiesTest.cs
    • -101
    • +0
    ./Property/Charting/ChartAxisDoublePropertiesTest.cs
  1. … 30 more files in changeset.
Added ChartingGuiPlugin to application. Removed obsolete resources. Related to Issue [WTI-189]

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

Former-commit-id: 74cd1e9534c77905f64575cec9337898ff51c738

  1. … 20 more files in changeset.
Created new Core.Plugins.Charting project, which contains GUI related classes for charting. Related to Issue [WTI-189]

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

Former-commit-id: 254f6b51a76833527f15fb6871ebdbe2df6243dc

    • -0
    • +72
    ./ChartingGuiPluginTest.cs
    • -0
    • +5
    ./Core.Plugins.CommonTools.Gui.Test.csproj
    • -1
    • +1
    ./Property/Charting/ChartAxisDateTimePropertiesTest.cs
    • -1
    • +1
    ./Property/Charting/ChartFontPropertiesConverterTest.cs
  1. … 78 more files in changeset.
Added tests for Charting properties. Related to Issue [WTI-189]

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

Former-commit-id: 9c9e6f9b3126cdf964440f53a0d545b4100e19fa

    • -1
    • +28
    ./Property/Charting/AreaChartSeriesPropertiesTest.cs
    • -0
    • +23
    ./Property/Charting/ChartAxisDateTimePropertiesTest.cs
    • -0
    • +23
    ./Property/Charting/ChartAxisDoublePropertiesTest.cs
    • -2
    • +36
    ./Property/Charting/ChartPropertiesTest.cs
    • -0
    • +27
    ./Property/Charting/LineChartSeriesPropertiesTest.cs
    • -0
    • +26
    ./Property/Charting/PointChartSeriesPropertiesTest.cs
    • -0
    • +26
    ./Property/Charting/PolygonChartSeriesPropertiesTest.cs
    • -1
    • +25
    ./Property/ProjectPropertiesTest.cs
    • -1
    • +25
    ./Property/TreeFolderPropertiesTest.cs
  1. … 1 more file in changeset.
Added tests for Charting properties. Related to Issue [WTI-189]

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

Former-commit-id: 692c160a37f1e6aa32d6054271e08654d960b1fb

    • -1
    • +1
    ./Property/Charting/ChartPropertiesTest.cs
    • -2
    • +118
    ./Property/Charting/LineChartSeriesPropertiesTest.cs
    • -2
    • +89
    ./Property/Charting/PointChartSeriesPropertiesTest.cs
    • -2
    • +114
    ./Property/Charting/PolygonChartSeriesPropertiesTest.cs
  1. … 1 more file in changeset.
Added tests for Charting properties. Related to Issue [WTI-189]

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

Former-commit-id: 27d237d42cd4d1807c230f2755c686d91ee8c0ac

    • -3
    • +1
    ./Property/Charting/ChartPropertiesTest.cs
Added tests for Charting properties. Related to Issue [WTI-189]

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

Former-commit-id: 6f632cfafe74a3fa0c5c297b4dbf9e2fde03f9bc

    • -345
    • +95
    ./Property/Charting/AreaChartSeriesPropertiesTest.cs
    • -40
    • +21
    ./Property/Charting/ChartAxisDateTimePropertiesTest.cs
    • -2
    • +70
    ./Property/Charting/ChartAxisDoublePropertiesTest.cs
    • -2
    • +41
    ./Property/Charting/ChartFontPropertiesConverterTest.cs
    • -1
    • +72
    ./Property/Charting/ChartPropertiesTest.cs
  1. … 1 more file in changeset.
Added tests for Charting properties. Related to Issue [WTI-189]

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

Former-commit-id: 4c3bc77612d1913ca3d083b3984b6bedba0d5feb

    • -0
    • +14
    ./Core.Plugins.CommonTools.Gui.Test.csproj
    • -0
    • +403
    ./Property/Charting/AreaChartSeriesPropertiesTest.cs
    • -0
    • +143
    ./Property/Charting/BarSeriesPropertiesTest.cs
    • -0
    • +90
    ./Property/Charting/ChartAxisDateTimePropertiesTest.cs
    • -0
    • +10
    ./Property/Charting/ChartAxisDoublePropertiesTest.cs
    • -0
    • +10
    ./Property/Charting/ChartAxisPropertiesTest.cs
    • -0
    • +10
    ./Property/Charting/ChartFontPropertiesConverterTest.cs
    • -0
    • +10
    ./Property/Charting/ChartPropertiesTest.cs
    • -0
    • +10
    ./Property/Charting/ChartSeriesPropertiesTest.cs
    • -0
    • +10
    ./Property/Charting/LineChartSeriesPropertiesTest.cs
    • -0
    • +10
    ./Property/Charting/PointChartSeriesPropertiesTest.cs
    • -0
    • +10
    ./Property/Charting/PolygonChartSeriesPropertiesTest.cs
    • -0
    • +58
    ./Property/ProjectPropertiesTest.cs
    • -0
    • +29
    ./Property/TreeFolderPropertiesTest.cs
    • -0
    • +86
    ./Property/UrlPropertiesTest.cs
  1. … 1 more file in changeset.
Simplified implementation of TreeViewNodePresenterBase.GetDefaultDropOperation. Completed tests for ChartSeriesTreeNodePresenter and ChartTreeNodePresenter. Related to Issue [WTI-189]

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

Former-commit-id: 8381513300d0a6970e341dcb6553bc03454bfee6

    • -18
    • +193
    ./Forms/Charting/ChartTreeNodePresenterTest.cs
  1. … 4 more files in changeset.
RemoveNodeData returns boolean whether removal was successful. Completed testing of ChartSeriesTreeNodePresenter. Related to Issue [WTI-189]

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

Former-commit-id: 50807532855a06d83d0b068d07f4435ed4743f6f

    • -10
    • +96
    ./Forms/Charting/ChartSeriesTreeNodePresenterTest.cs
  1. … 1 more file in changeset.
Added documentation for charting Command implementations. Added test for ChartSeriesTreeNodePresenter Related to Issue [WTI-189]

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

Former-commit-id: 677346b294e2a0974ca5cb0cd253b28c83e5e9a5

    • -0
    • +5
    ./Core.Plugins.CommonTools.Gui.Test.csproj
    • -0
    • +113
    ./Forms/Charting/ChartSeriesTreeNodePresenterTest.cs
  1. … 6 more files in changeset.
Moved Core.Common.Controls.Swf.TreeViewControls to project Core.Common.Controls.TreeView

Further optimalisation required

Related to Issue [WTI-184]

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

Former-commit-id: e748057a9a7d0c4e48f826cfaa707e82423015df

    • -0
    • +4
    ./Core.Plugins.CommonTools.Gui.Test.csproj
  1. … 155 more files in changeset.
Fix compilation Related to Issue [WTI-189]

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

Former-commit-id: 57bd0fde940060eb0c31ed406dbcc512209d99e2

Added tests for DecreaseFontSizeCommand, IncreaseFontSizeCommand and ExportChartAsImageCommand. Related to Issue [WTI-189]

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

Former-commit-id: 023a1a2816fd26c557b537577224eeffe47587bc

    • -0
    • +95
    ./Commands/Charting/DecreaseFontSizeCommandTest.cs
    • -0
    • +69
    ./Commands/Charting/ExportChartAsImageCommandTest.cs
    • -0
    • +95
    ./Commands/Charting/IncreaseFontSizeCommandTest.cs
    • -0
    • +3
    ./Core.Plugins.CommonTools.Gui.Test.csproj
  1. … 1 more file in changeset.
Moved Core.Common.Control.Swf.Charting to project Core.Common.Controls.Charting

Initial commit, optimalisation still required and pending

- Fixed icon for Core.Common.Gui.Test.csproj

Related to Issue [WTI-184]

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

Former-commit-id: d64c7eb76e45551b068a445ad852a05bfd768b44

    • -0
    • +4
    ./Core.Plugins.CommonTools.Gui.Test.csproj
  1. … 130 more files in changeset.
* Restructured namespaces of classes within Core.Common.Utils Related to Issue [WTI-187]

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

Former-commit-id: abb5674060f8ad81b77df2d12f35c924e8285cbe

    • -1
    • +1
    ./Core.Plugins.CommonTools.Gui.Test.csproj
  1. … 100 more files in changeset.
Doc and test of ChartViewCommandBase. Related to Issue [WTI-189]

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

Former-commit-id: 4e49ae9e83e17c79591f282eb59340cfb8cae784

    • -0
    • +190
    ./Commands/Charting/ChartViewCommandBaseTest.cs
    • -0
    • +9
    ./Core.Plugins.CommonTools.Gui.Test.csproj
  1. … 1 more file in changeset.
Got rid of ICompositeView (part two) Related to Issue [WTI-183]

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

Former-commit-id: 17a25c83bad6873ea183c8c3ac0d07445f70b52c

  1. … 13 more files in changeset.
Introduced PngToIconConverter to be able to use Resources references in wpf controls (e.g. ribbon). Removed unused TextDocumentView and TextDocumentProperties.cs Related to Issue [WTI-189]

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

Former-commit-id: f8598f1f40636b23cc2ff3308d8fa290818d2951

    • -1
    • +0
    ./Core.Plugins.CommonTools.Gui.Test.csproj
  1. … 17 more files in changeset.
removed unused test-data files Related to Issue [WTI-179]

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

Former-commit-id: fe999fc0ca1b7f2cf0fe410cdd8c619d6b9231cd

    • -60
    • +0
    ./test-data/TestPasteData_DutchDates.txt
Improved folder structure in Core.Common.Controls Related to Issue [WTI-183]

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

Former-commit-id: e92f784a0a20f9006826824c01d4db1bb1a7b650

  1. … 61 more files in changeset.
Removed empty CommonToolsApplicationPlugin.cs. Renamed Core.Plugins.CommonTools.Test to Core.Plugins.CommonTools.Gui.Test. Related to Issue [WTI-188]

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

Former-commit-id: 4349f603e0770da79691312754d54ac678225579

    • -0
    • +79
    ./CommonToolsGuiPluginTest.cs
    • -0
    • +145
    ./Core.Plugins.CommonTools.Gui.Test.csproj
    • -0
    • +69
    ./Forms/Charting/ChartTreeNodePresenterTest.cs
    • -0
    • +26
    ./Forms/TextDocumentViewTest.cs
    • -0
    • +15
    ./Properties/AssemblyInfo.cs
    • -0
    • +162
    ./TestViewList.cs
    • -0
    • +60
    ./test-data/TestPasteData_DutchDates.txt
    • binary
    ./test-data/restart.zip
    • -0
    • +16
    ./test-data/timeseries.csv
    • -0
    • +16
    ./test-data/timeseries_errors.csv
  1. … 21 more files in changeset.