Wti.Controller.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
renamed Controller directories to Service directories Related to Issue [WTI-13]

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

Former-commit-id: 637f7f1dde30a5a2199509d87ab0ebe681daa288

  1. … 13 more files in changeset.
Refactoring of PipingDataNodeController due to discussion on MVC - Introduced PipingCalculationService which can be called to perform a piping calculation - Removed PipingDataNodeController obsolete + logic of PipingDataNodeController moved to PipingDataNodePresenter + context menu constructed in PipingDataNodeController - Adapted tests accordingly. Related to Issue [WTI-13]

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

Former-commit-id: 533b8c324d3ccf85e68643f3f5d40d4c3f7e0607

    • -0
    • +58
    ./PipingCalculationServiceTest.cs
    • -0
    • +88
    ./Wti.Service.Test.csproj
  1. … 23 more files in changeset.
Removed unused code Related to Issue [WTI-70]

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

Former-commit-id: 2f75ab7e9f9ddbe1f2a42636625c1ba593765437

  1. … 10 more files in changeset.
Full cleanup over src and test Related to Issue [WTI-55]

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

Former-commit-id: 10d4dd15dbc2525f4f704d5225cbaab5b3705b9c

    • -28
    • +28
    ./PipingDataNodeControllerTest.cs
  1. … 1378 more files in changeset.
Improved build configuration

Related to Issue [WTI-51]

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

Former-commit-id: 42ead6c995cbb360384c821e84d6f213a5576a4d

  1. … 49 more files in changeset.
Improved build configuration

Related to Issue [WTI-51]

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

Former-commit-id: 94a20e0d025b84a0ce98444de34bd8bc11f5716c

  1. … 51 more files in changeset.
"Any CPU" => "x86" Related to Issue [WTI-51]

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

Former-commit-id: 0265b75fbdbc002797b1169afa6a296dc97c9b8b

  1. … 50 more files in changeset.
removed x86 and x64 build configurations. Left AnyCPU configuration as the main configuration. Related to Issue [WTI-51]

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

Former-commit-id: a415af7e16c02d543a8a4671cd4145ef01c82f01

  1. … 49 more files in changeset.
Added test for calculation contextmenu. Fixed test for getting childnodes of PipingData project node.

Related to Issue [WTI-18]

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

Former-commit-id: c0e1875ff4cb4a8be41388b855dd1e96de0d04aa

  1. … 9 more files in changeset.
added general PipingCalculationException which is triggered when any of the sub calculations throw an exception. Moved calculation calling logic to PipingDataNodeController. Added the rest of the required parameters to the PipingData and PipingDataProperties. Related to Issue [WTI-13]

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

Former-commit-id: 82c7de69856158f8c8633b4a52c2148a6a9ec93b

  1. … 14 more files in changeset.
Added tests for PipingContextMenuStrip and PipingDataNodeController. Related to Issue [WTI-13]

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

Former-commit-id: 2398793c2589bcb3309fc32b26899164ab7feb6d

    • -0
    • +33
    ./PipingContextMenuStripTest.cs
    • -0
    • +40
    ./PipingDataNodeControllerTest.cs
    • -0
    • +36
    ./Properties/AssemblyInfo.cs
    • -0
    • +85
    ./Wti.Controller.Test.csproj
  1. … 5 more files in changeset.