Core.Plugins.Charting.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.