Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Moved Wti.Calculation (and test related projects) from [src/test]/Plugins/Wti/Wti.Calculation to src/Plugins/Ringtoets/Piping/[src/test]/Ringtoets.Piping.Calculation Related to Issue [WTI-92]

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

Former-commit-id: 7e4e459ef28d1fd1a03475d67df5cf33bac30fc0

    • -52
    • +0
    ./PipingCalculationExceptionTest.cs
  1. … 44 more files in changeset.
* Renamed PipingSurfaceLine to RingtoetsPipingSurfaceLine to prevent ambiguity with kernel's PipingSurfaceLine. * Selected RingtoetsPipingSurfaceLine now transformed to kernel's PipingSurfaceLine and used in calculation. * Added validation prior calculating piping to check if surface line is selected. * Fixed update bug due to PipingCalculationInputs refactoring, by making it IObservable and defer implementation to PipingData. Related to Issue [WTI-21]

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

Former-commit-id: 345df087ad8a2e721d7b4d4fd0130db0393af388

  1. … 35 more files in changeset.
Moved CanAddPipingFailureMechanism logic to WtiProject Changed calls to Assert.Null to Assert.IsNull and Assert.NotNull to Assert.IsNotNull. (consistency) Paired with bouvrie Related to Issue [WTI-13]

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

Former-commit-id: 36188d4be34bd0eb34c2e1cec5884149586a023e

  1. … 11 more files in changeset.
Added tests for PipingCalculationException constructors. Added tests for PipingFailureMechanism as observerable. Removed non functioning tests in PipingDataTest regarding notifying when Output changed. Related to Issue [WTI-18]

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

Former-commit-id: 163495ade994a03ee696c33ed179e078a8de66f7

    • -0
    • +52
    ./PipingCalculationExceptionTest.cs
  1. … 3 more files in changeset.
Extracted TestPipingInput and moved to separate project. Added test to verify piping calculation and node update.

Related to Issue [WTI-18]

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

Former-commit-id: 95d839389fb1603d4a85082919c23ce211a89e09

  1. … 9 more files in changeset.
Moved exception handling from PipingCalculationService to PipingDataNodePresenter. Added tests for possible validation messages from Piping kernel. Related to Issue [WTI-18]

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

Former-commit-id: 0c646b1d5d65219275f3d5dc1c33b909ba83d5e7

  1. … 8 more files in changeset.
Added validation method to PipingCalculation. Related to Issue [WTI-18]

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

Former-commit-id: 4b7856a4fd7305631ccf4fe551c272187f77918e

  1. … 2 more files in changeset.
Made Create() of PipingProfileCreator and PipingSurfaceLineCreator static, because they don't need state. Restructured tests to be non-fluint as requested by review. Related to Issue [WTI-8]

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

Former-commit-id: 8b4819e66aa535037f70b50dbb4a843bc355f181

  1. … 3 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

  1. … 1379 more files in changeset.
Implemented review comments of CR-RT-325 Related to Issue [WTI-8]

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

Former-commit-id: 141beccf68d8a493e0ff4d56824630b08a0a4e7a

  1. … 2 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.
Made Wti.Calculation internals visible to Wti.Calculation.Test. Added tests for PipingProfileCreatorTest and PipingSurfaceLineCreatorTest Related to Issue [WTI-8]

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

Former-commit-id: 612f8cf03f29ebdd71f568afcc0f71543ce51468

    • -0
    • +17
    ./PipingProfileCreatorTest.cs
    • -0
    • +21
    ./PipingSurfaceLineCreatorTest.cs
  1. … 2 more files in changeset.
Moved piping calculation related classes to subdirectories in Wti.Calculation. Created a minimal implementation of PipingSurfaceLineCreator and PipingProfileCreator which should create PipingSurfaceLine and PipingProfile when they can be obtained from the data model. Added the EffectiveThicknessCalculator to the calculation for piping. - EffectiveStress is now taken from the result of the EffectiveThicknessCalculator. Related to Issue [WTI-8]

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

Former-commit-id: b85e711f1bbd3b5ddfaf2f582c8f5daff9fbf149

    • -0
    • +88
    ./PipingCalculationInputTest.cs
    • -0
    • +30
    ./PipingCalculationResultTest.cs
    • -0
    • +47
    ./PipingCalculationTest.cs
  1. … 13 more files in changeset.