Ringtoets.Piping.Service.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged revision(s) from branches/0.5.0.0461: Related to Issue [WTI-92]

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

Former-commit-id: c77f919dd86664474244af27a39295d55589d0ab

    • -170
    • +0
    ./PipingCalculationActivityTest.cs
    • -133
    • +0
    ./PipingCalculationServiceTest.cs
    • -107
    • +0
    ./Ringtoets.Piping.Service.Test.csproj
  1. … 4835 more files in changeset.
Merged all changes from trunk to branch (rev 460 - 499) => Merge just for the merge-info; individual merges will be performed on an per revision basis Related to Issue [WTI-24 WTI-25 WTI-27 WTI-70 WTI-75 WTI-92 WTI-103 WTI-105 WTI-107]

Related to Issue [WTI-92]

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

Former-commit-id: a2d0cbc575cfa65746ead6e7e63d1442c3dff231

    • -170
    • +0
    ./PipingCalculationActivityTest.cs
  1. … 18 more files in changeset.
* Cleaned PipingCalculationService, removing methods made superfluous with PipingCalculationActivity. * Refactored calculating all piping calculations for a PipingFailureMechanism, by queuing multiple PipingCalculationActivity. Related to Issue [WTI-103]

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

Former-commit-id: c7e0c6ccd22f2818d00126550745d0874f15a55a

    • -96
    • +28
    ./PipingCalculationServiceTest.cs
    • -25
    • +0
    ./PipingFailureMechanismCalculationActivityTest.cs
    • -1
    • +0
    ./Ringtoets.Piping.Service.Test.csproj
  1. … 7 more files in changeset.
* Fixed failing tests (Skeleton implementation of activity for calculating piping failure mechanism) Related to Issue [WTI-103]

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

Former-commit-id: 9d3902b5734f1f552aae638ba0e22831372a7cd5

    • -0
    • +25
    ./PipingFailureMechanismCalculationActivityTest.cs
    • -0
    • +1
    ./Ringtoets.Piping.Service.Test.csproj
  1. … 5 more files in changeset.
Added validation for required soil profile selection. Added SoilProfile as Piping calculation input. Use SoilProfile in a piping calculation. Ordered layers when creating the PipingProfile. Added IsAquifer property, but is not yet read from database. Updated testinputs to contain valid soil profile and surface line combinations.

Related to Issue [WTI-27]

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

Former-commit-id: 9cea96141f5b18f766ec2da9da8ef0f44cea6ae4

  1. … 22 more files in changeset.
* Introduced PipingCalculationActivity in order to run a piping calculation asynchronously from the UI thread and to be able to provide progress notification. * Fixed threading exception when consuming all newly added logmessage a new message has been added. ConcurrentQueue implementation fixes this. * Moved test-data creation methods related to PipingData to new testhelper: PipingDataFactory. Related to Issue [WTI-103]

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

Former-commit-id: c738c8656d483259c90a5ca4973799f605f442ce

    • -0
    • +142
    ./PipingCalculationActivityTest.cs
    • -50
    • +16
    ./PipingCalculationServiceTest.cs
    • -0
    • +6
    ./Ringtoets.Piping.Service.Test.csproj
    • -0
    • +42
    ./TestHelpers/PipingDataFactory.cs
  1. … 7 more files in changeset.
- Moved almost all projects to their new location Only test projects remain Related to Issue [WTI-92]

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

Former-commit-id: c185e6c39ddf027192b7941455855a3cebac9cfc

    • -106
    • +0
    ./PipingCalculationServiceTest.cs
    • -97
    • +0
    ./Ringtoets.Piping.Service.Test.csproj
  1. … 4006 more files in changeset.
* Extended TestHelper with test method to delegate assertions on log-messages to caller. * Improved messages by PipingCalculationService to mention name of calculation at start and end of both validation and calculation. Related to Issue [WTI-24]

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

Former-commit-id: 022db5c07eca33bb5e78683e891f4bc66fe93107

    • -0
    • +4
    ./Ringtoets.Piping.Service.Test.csproj
  1. … 5 more files in changeset.
* Extended context menu for node of PipingFailureMechanism to validate and calculate all piping calculations. * Extended PipingCalculationService with calculate all method. Related to Issue [WTI-24]

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

Former-commit-id: 71df57bb7183300bf6385aef45f13966c9f68c72

    • -49
    • +130
    ./PipingCalculationServiceTest.cs
  1. … 7 more files in changeset.
* Renamed Wti projects to Ringtoets.Piping ** Updated namespaces accordingly. Related to Issue [WTI-92]

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

Former-commit-id: ceefaef62620eac7b0aebf2ea321431ee122b337

    • -8
    • +8
    ./Ringtoets.Piping.Service.Test.csproj
  1. … 134 more files in changeset.
* Moved Wti.IO (and related test project) from [src/test]/Plugins/Wti/Wti.IO to src/Plugins/Ringtoets/Piping/[src/test]/Ringtoets.Piping.IO Related to Issue [WTI-92]

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

Former-commit-id: 3beb74da80dc0fa54ccdf0af21e4f467150baf3e

    • -1
    • +1
    ./Ringtoets.Piping.Service.Test.csproj
  1. … 59 more files in changeset.
Moved Wti.Data (and related test projects) from [src/test]/Plugins/Wti/Wti.Data to src/Plugins/Ringtoets/Piping/[src/test]/Wti.Data Related to Issue [WTI-92]

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

Former-commit-id: a98daa1851dccd7a7fef1b72aba0aaff3d4201d0

    • -2
    • +2
    ./Ringtoets.Piping.Service.Test.csproj
  1. … 65 more files in changeset.
* 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

    • -1
    • +1
    ./Ringtoets.Piping.Service.Test.csproj
  1. … 49 more files in changeset.
Renamed project and updated namespace for test project of Piping.Service.Test

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

Former-commit-id: 15621aa748b391a76680a9e3cb2b7b54ec48252e

    • -0
    • +97
    ./Ringtoets.Piping.Service.Test.csproj
  1. … 1 more file in changeset.
* Moved Piping.Service source and test project around

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

Former-commit-id: af45cc306dec978a88df49d2aa20d6c9451ab647

    • -0
    • +107
    ./PipingCalculationServiceTest.cs
    • -0
    • +39
    ./Properties/AssemblyInfo.cs
    • -0
    • +97
    ./Wti.Service.Test.csproj
  1. … 22 more files in changeset.