PipingCalculationConfigurationHelperTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Rename related changes Related to Issue [WTI-1289]

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

Former-commit-id: 92048a8ec9e185731a056949d5bf655f39519647

Former-commit-id: 0d1dafb90d09cff5e7ba9fb7f05d721ba389008c

    • -2
    • +2
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 72 more files in changeset.
Renamed RingtoetsPipingSurfaceLine to PipingSurfaceLine Related to Issue [WTI-1289]

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

Former-commit-id: 44625899e5ec1f895255bb80a4681e2e7e024bc5

Former-commit-id: a96b95d95796b665ec69d9f16e94467d265dabc0

    • -25
    • +25
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 113 more files in changeset.
Removed Id from the data model (Stochastic Soil Model) of Piping: - Adjusted the corresponding reader such that it still uses the ID to read in the stochastic soil models. Related to Issue [WTI-1285]

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

Former-commit-id: 7fa0328abdabba92efdd28dbf5943c8e8096bc91

Former-commit-id: c3e54c161c3514178345a1684443ae274d609cbe

    • -17
    • +17
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 33 more files in changeset.
Removed SegmentName from the data model (Stochastic Soil Model) of Piping

Related to Issue [WTI-1285]

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

Former-commit-id: 9406e971c94bed03c6a99ef4493cdde4f3353472

Former-commit-id: ddd8fa50c23d28bc71d46f895e8fb6330752b756

    • -17
    • +17
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 36 more files in changeset.
Updated license headers in Piping. Related to Issue [WTI-1242]

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

Former-commit-id: fda79840b5ca2b26234f71f990a231a69cefce05

Former-commit-id: 22decd2346491fae07602843fbe9b8931260bcc6

    • -1
    • +1
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 394 more files in changeset.
Changed all local vars to consts if possible. Related to Issue [WTI-1242]

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

Former-commit-id: 4684a5017b9aff9f6175f7d781cb29409f50a18e

Former-commit-id: 853c649ebc49a9513535e40ec705d5b928af0bc4

    • -5
    • +5
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 283 more files in changeset.
Removed code redudancies using code cleanup Related to Issue [WTI-1242]

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

Former-commit-id: a4184612412083ad60d3a4e536abd67e2556054e

Former-commit-id: 88487e11184954b002f5e4adf51ca28ff8a1ad25

    • -1
    • +1
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 142 more files in changeset.
Code cleanup: Ringtoets.GrassCoverErosionInwards Ringtoets.Piping

Related to Issue [WTI-1242]

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

Former-commit-id: 6b066ee60035964ef40e9bcb01857d32effd227f

Former-commit-id: b973d6385ff4b8d55ee6f8eb6c35c02c5a8bf8ca

    • -11
    • +11
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 183 more files in changeset.
- Moved the soil model intersecting surface line check to newly introduced extension methods. - Added the validation in the importer. Related to Issue [WTI-1133]

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

Former-commit-id: ef56feb230f802dece472fa6f98039e81eb2d895

Former-commit-id: c982c6f96824234946df9914a7435dfa6ffab449

    • -91
    • +0
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 7 more files in changeset.
Added method to check if the soil model intersects with the surface line. Related to Issue [WTI-1133]

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

Former-commit-id: d5f89181d3524edad0d31d10199bd73ae34c50b5

Former-commit-id: 31e2ac247e08416c26dd0dc438ffb072f110b5f4

    • -0
    • +91
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 1 more file in changeset.
Review related changes: - Moved SelectableHydraulicBoundaryLocation to namespace PresentationObjects, as it is no UITypeEditor - Created helper for creating a list of sorted SelectableHydraulicBoundaryLocations - Updated source locations where the newly created helper could be used - Cleanup Related to Issue [WTI-1020]

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

Former-commit-id: fa84a93db43bbaeeb48b9c124479178478fb32d2

Former-commit-id: 9d9389215807a4217795bfd8850ea1a615a2059b

    • -69
    • +0
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 25 more files in changeset.
Created GetSelectableHydraulicBoundaryLocations in PipingCalculationConfigurationHelper.cs Related to Issue [WTI-1020]

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

Former-commit-id: 57a13efaa58c91538463713d9695e7c3b1a85d57

Former-commit-id: 1a9f76480799a6826bc5649a276ada75803b9549

    • -0
    • +69
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 2 more files in changeset.
Made WaterVolumetricWeight and SandParticlesVolumicWeight rounded double. Related to Issue [WTI-1006]

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

Former-commit-id: fb25eee2c8151a07dba70e0d13e1940c28fddce5

Former-commit-id: 2a915bb4107a9328dd95465cb2a23d3eada55441

    • -2
    • +2
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 10 more files in changeset.
* Resolved solvable Resharper issues. * Fixed typo in display name of Linear Model for StabilityPointStructure calculation input. * Fixed inheritance bug related to Attribute in whole solution. Related to Issue [WTI-931]

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

Former-commit-id: 7ac9feb47be8d8ec2ee3c83ff914611134305f09

Former-commit-id: 04c41b2f251475618637cce83329e34639907d61

    • -2
    • +2
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 110 more files in changeset.
Merged revision(s) 5006-5019 from branches/Release/16_1_1: Resharper cleanup Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

constants now are at the beginning of test files.

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Cleanup project references.

Related to Issue WTI 737

........

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

Former-commit-id: 21f2b2d3f74765437bc2f5ac6001d62a6c3afd98

Former-commit-id: 79979c7e6cb96a998c3b1a0d4fc4d9bd4bf10566

    • -8
    • +8
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 219 more files in changeset.
Resharper cleanup

Related to Issue [WTI-739]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_1_1@5014 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d91ce4a5a30192a5e681787bcb49e8390d72f48a

Former-commit-id: 4fd5daa3311c8c0834b1b339774d9cad7206b3b0

    • -8
    • +8
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 54 more files in changeset.
Resharper cleanup

Related to Issue [WTI-739]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_1_1@5014 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f1c0241021116a26e7621a05d25419e7a0b1e13b

Former-commit-id: df70e1d48d043e3b89e22aad9359f43c7bac40f1

    • -8
    • +8
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 54 more files in changeset.
* Cleanup Ringtoets.Piping.Forms.Test Related to Issue [WTI-737]

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

Former-commit-id: a09f571aab1f3b0c0df6138b2e7c3f6c2fd482ca

Former-commit-id: 8d62c1128ee1ea2b9fd4e27781d90801e40788a7

    • -19
    • +17
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 22 more files in changeset.
Removed PipingProbabilityAssessmentInput property from PipingCalculation Related to Issue [WTI-468]

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

Former-commit-id: b4a8aa29c94feedc0c32c6187aea543d07324dbb

Former-commit-id: 3ea92116d9b14e96908618d5332108d86422d91c

    • -44
    • +14
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 38 more files in changeset.
Further renames related to "NormProbabilityPipingInput" => "PipingProbabilityAssessmentInput" Related to Issue [WTI-536]

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

Former-commit-id: b5dfe63a279a336d696ba55067047946d18346c1

Former-commit-id: 73bbfca956edb7d9dcb5e7531f5ff3d71b501d64

    • -5
    • +5
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 17 more files in changeset.
Renamed NormProbabilityPipingInput into PipingProbabilityAssessmentInput Related to Issue [WTI-536]

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

Former-commit-id: bd9715138a15e54058eb801bc8eeddfd21be3bdc

Former-commit-id: 23ed63f5ac8e606dec38761a823029e99eae49b5

    • -12
    • +12
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 38 more files in changeset.
- Small changes from review - Removed ICalculationGroup.cs Related to Issue [WTI-463]

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

Former-commit-id: 7e68d36b51ad19d7f32043ce92ceb9a12d639d73

Former-commit-id: 24e563dfb3807adcf4a7ab22b0275eced3199cce

    • -2
    • +1
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 27 more files in changeset.
- Renamed *SemiProbabilisticInput* to *NormProbabilityInput* after consulting PO - Added PropertyClass for GrassCoverErosionInwardsFailureMechanismContext Related to Issue [WTI-462]

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

Former-commit-id: 3d20fe0bd61be009155ad8512b15e459bf34afa9

Former-commit-id: 79ebeb50cc59bcce0a960b49bd8c9827ed384e8e

    • -16
    • +16
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 51 more files in changeset.
Moved *Piping/src/Ringtoets.Piping.Data/PipingCalculationGroup.cs* to *Ringtoets.Common.Data/Calculation/CalculationGroup.cs* Related to Issue [WTI-467]

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

Former-commit-id: 14c36ae2b133065b9112bc0a273541adf9f1589e

Former-commit-id: a986784718efbc686479132b52e2b6bd1f090cc3

    • -7
    • +7
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 35 more files in changeset.
- Added ICalculationGroup - Renamed ICalculationItem to ICalculationBase Related to Issue [WTI-467]

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

Former-commit-id: 7e789bb1642d5e939928f1e4205152fdd9009f81

Former-commit-id: a400a9149650d46b63469f82beafb74e78459169

    • -9
    • +9
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 20 more files in changeset.
- Renamed ICalculationItem <-> ICalculation

Related to Issue [WTI-463]

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

Former-commit-id: a648f073b751755c086853e4f7c03afb45123772

Former-commit-id: 277a2bf2b717bba0f5e34ffc36e26a057ce5bbc7

    • -66
    • +64
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 46 more files in changeset.
- Move *Ringtoets.Piping.Data/IPipingCalculationItem.cs* to *IPipingCalculationItem.cs to Ringtoets.Common.Data/ICalculation.cs* - Now, ICalculationItem derives from ICalculation Related to Issue [WTI-463]

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

Former-commit-id: 15530ee9a4ff3bcaa56998829290f83ad1f47ce0

Former-commit-id: 982c01c401541efe4682537887798c219eb05089

    • -9
    • +10
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 16 more files in changeset.
- Added calculation to FailureMechanismSectionResult; - Fixed cell error in FailureMechanismResultView; - Added Probability to ICalculationScenario; - Set default contribution value when creation PipingCalculationScenario; Related to Issue [WTI-423]

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

Former-commit-id: bf2e88486e83b4ac666eca8956bc02e7fa42c453

Former-commit-id: ceff58ac2181c56f09603807686f1a7745bd9b43

    • -8
    • +33
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 8 more files in changeset.
Refactored scenario generation. Related to Issue [WTI-421]

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

Former-commit-id: 2bb3ecf28a9254ff115034b5942938b3fddc0c4e

Former-commit-id: 373c2cccf13d9615d0f7b7ce4a327094c5cf953e

    • -85
    • +0
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 11 more files in changeset.
Implemented calculations in failure mechanism section results when generating scenarios from context menu.

Related to Issue [WTI-421]

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

Former-commit-id: 53dd959c58c7d0b8dd238535b630d4a65f32dc6c

Former-commit-id: 485184d5452fefde63f2fe9c28351649c7ded87c

    • -0
    • +86
    ./PipingCalculationConfigurationHelperTest.cs
  1. … 5 more files in changeset.