Ringtoets.Piping.IO.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- Reformatted error message when distributions are wrongly defined for piping and macrostability inwards -- Removed argument in the distribution testhelper, it doesn't need to know the parameter name anymore - Removed unused resource

WTI-1473

    • -19
    • +31
    ./SoilProfiles/PipingSoilLayerTransformerTest.cs
  1. … 11 more files in changeset.
Incorporated comments review 2408: - Ensure proper use of the DistributionAssert.AreEqual -- Checked for Piping - Fixed typo - Replaced locally defined testfunctions for setting distributions with a global defined one

WTI-1473

    • -38
    • +32
    ./SoilProfiles/PipingSoilLayerTransformerTest.cs
  1. … 2 more files in changeset.
Merged revision(s) 13390-13391, 13393, 13395-13396, 13398, 13403, 13412-13415 from branches/WTI-1473 Related to Issue [WTI-1473]

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

Former-commit-id: a4c7b9fdb85bee067130ad101bb72b6ee6aa5924

Former-commit-id: d2ac7b389e5fef9d531caac07505cf63443bdb72

    • -30
    • +136
    ./SoilProfiles/PipingSoilLayerTransformerTest.cs
    • -7
    • +4
    ./SoilProfiles/PipingSoilProfileTransformerTest.cs
  1. … 30 more files in changeset.
Removed individual stochastic distribution properties of Permeability: - Removed obsolete/impossible tests: piping soil layer always guarantees there's a valid distribution present - Adjusted tests and corresponding asserts - Added ranges for generating means of log normal distributions

Note: migration tests will fail because migration script was not adapted yet

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

Former-commit-id: e96f1ccc8cbec92b03ba06b50a32a759f9124ac0

Former-commit-id: c3429bc31d030dafb724c77969fdcb504d2ee5f3

    • -11
    • +0
    ./SoilProfiles/PipingSoilLayerTransformerTest.cs
    • -2
    • +1
    ./SoilProfiles/PipingSoilProfileTransformerTest.cs
  1. … 16 more files in changeset.
Final change for review, improved assertions in PipingCalculationConfigurationImporterTest and ran cleanup.

Paired with ~tang_ds

Related to Issue [WTI-1524]

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

Former-commit-id: 32a36b3ddd1c764d102af77dd67993354c842173

Former-commit-id: 59d9401331e204f4079593031c208b85a06e4d04

    • -15
    • +10
    ./Configurations/PipingCalculationConfigurationImporterTest.cs
Removed individual stochastic distribution properties of DiameterD70: - Removed obsolete/impossible tests: piping soil layer always guarantees there's a valid distribution present - Adjusted tests and corresponding asserts

Note: migration tests will fail because migration script was not adapted yet

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

Former-commit-id: dbcdc05d7893a5834a38a0b1fa091905f7f13679

Former-commit-id: 24666486eb642910f75d0367dfa61e160a879bd3

    • -4
    • +0
    ./SoilProfiles/PipingSoilLayerTransformerTest.cs
    • -2
    • +1
    ./SoilProfiles/PipingSoilProfileTransformerTest.cs
  1. … 16 more files in changeset.
Removed individual stochastic distribution properties of BelowPhreaticLevel: - Removed obsolete/impossible tests: piping soil layer always guarantees there's a valid distribution present - Adjusted tests and corresponding asserts

Note: migration tests will fail because migration script was not adapted yet

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

Former-commit-id: e7fb291f9847be625b138ca32c7c5a4bba6efb69

Former-commit-id: cd4d9c88b09030fddce78216cb248e633c59513d

    • -9
    • +10
    ./SoilProfiles/PipingSoilLayerTransformerTest.cs
    • -3
    • +2
    ./SoilProfiles/PipingSoilProfileTransformerTest.cs
  1. … 18 more files in changeset.
Added stochastic distribution properties: - Rewrote transformers to set data from the read (generic) data model to the specific distributions -- Added exception handling for the validation of parameters - Moved resources from MacroStability Inwards to Ringtoets.Common.IO to make it general accessible for the transformers

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

Former-commit-id: 5e1e95615cb2f8b2098e1544dfc22df873e1fdf1

Former-commit-id: 5f574e25f0e621fd21269f1bae7d60f133a6b8b0

    • -17
    • +137
    ./SoilProfiles/PipingSoilLayerTransformerTest.cs
  1. … 6 more files in changeset.
Fixed bug with unsynchronised general input of the piping failure mechanism: - Changed the CalculationConfigurationImporter: instead of making a new general input every time, reuse the one from the FailureMechanism - Adjusted tests and added to verify behaviour of settable parameters in the failureMechanism.GeneralInput reflecting on the calculation scenarios

Related to Issue [WTI-1524]

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

Former-commit-id: 578153f919df347fb35ba3920d11947f03c0bb9b

Former-commit-id: 7429be0f0b6a8c883b3a944297866081392be342

    • -25
    • +74
    ./Configurations/PipingCalculationConfigurationImporterTest.cs
  1. … 1 more file in changeset.
Review related changes Related to Issue [WTI-1401]

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

Former-commit-id: 189bb4185e34716015c3d9809d50ae051776300c

Former-commit-id: 9e44f73e293d616e01951327a35d999a4657dc34

    • -34
    • +22
    ./Configurations/PipingCalculationConfigurationReaderTest.cs
  1. … 35 more files in changeset.
Removed redundant comments in csproj. Related to Issue [WTI-1487]

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

Former-commit-id: 8e1604654a0f8edc5f4b6cf753d588aa3ca5b3d5

Former-commit-id: 54c5d141b442e16ae8bc28e34dd56217b3a98929

  1. … 312 more files in changeset.
Implemented review comments (cleanup, removed parametered constructor Related to Issue [WTI-975]

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

Former-commit-id: 592b175ad64613145c6116fd48db486f37c43806

Former-commit-id: e8e5e377be506ad0351ef3097112480bee5f922a

    • -2
    • +4
    ./Configurations/PipingCalculationConfigurationExporterTest.cs
  1. … 50 more files in changeset.
Updated ToolsVersion from 14 to 15. Related to Issue [WTI-1487]

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

Former-commit-id: afce36afa801fee7f7fe1b4fc37394806575aee1

Former-commit-id: 0c9e84ba04e19526048ad29ee054468f7cd7eb5e

  1. … 316 more files in changeset.
Removed guids from all assemblies Related to Issue [WTI-1487]

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

Former-commit-id: c14f3422f5050185d2629b9060b08b361bb38462

Former-commit-id: 786e73e38506910e08cf71faabacd13cc7d2a864

  1. … 312 more files in changeset.
Remove more IList occurrences, replaced by IEnumerable and ElementAt() item access. Related to Issue [WTI-1401]

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

Former-commit-id: 2f230f09cc150d8802c580b7e43ba71b608e211d

Former-commit-id: 090ea41030970446f7ebacb15ecf277361cf58a2

    • -1
    • +1
    ./Configurations/PipingCalculationConfigurationReaderTest.cs
  1. … 34 more files in changeset.
Cleaned csproj for Piping test files. Related to Issue [WTI-1487]

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

Former-commit-id: 74d82268c2eddbf4e1f047e81c61e893e8605b7a

Former-commit-id: 7431d70398190c04e3076d0429b4659b1b5413bd

  1. … 12 more files in changeset.
Remove occurrences of IList in Ringtoets.* Related to Issue [WTI-1401]

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

Former-commit-id: 0129b0d682d48a4c0fa7e5b017a325a6087f83eb

Former-commit-id: 90ef843194dc3ba6774504a226cab6447d08aa65

    • -10
    • +10
    ./Configurations/PipingCalculationConfigurationReaderTest.cs
  1. … 14 more files in changeset.
Merged revision(s) 12969, 12979, 12987, 12992-12995, 13000, 13004 from branches/Release/17_2_Development

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

Former-commit-id: d41d17a13ea62edf827d2e7f4db1ea2f583737e1

Former-commit-id: f8af5505a91576384b0cfd96c501ca5159266452

    • -33
    • +104
    ./SoilProfiles/PipingSoilLayerTransformerTest.cs
    • -4
    • +13
    ./SoilProfiles/PipingSoilProfileTransformerTest.cs
  1. … 30 more files in changeset.
Removed IsNameEditable from the data model Related to Issue [WTI-975]

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

Former-commit-id: 98c5b0af23598a6c2ee6ce188b9f0b3dd947fc6c

Former-commit-id: d4a7a6940b06b448fb84f2c916cfc3b10f6baf16

    • -2
    • +2
    ./Configurations/PipingCalculationConfigurationExporterTest.cs
  1. … 71 more files in changeset.
Removed feature from trunk

Reverse merged revision(s) 12966-12965, 12960-12959, 12955, 12948 from trunk:

Adjusted error messages when transforming soil profiles for MacroStabilityInwards:

- Renamed resource conform standards

- Extended error message with information in which profile it occurs

........

Adjusted error messages when transforming preconsolidation stresses for MacroStabilityInwards:

- Extended error messages with more information

........

Adjusted error messages when transforming soil layers for MacroStabilityInwards:

- Prefixed error messages and extended error handling when considering invalid values for stochastic distributions

........

Adjusted error messages when transforming soil layers for MacroStabilityInwards:

- Prefixed error messages and wrapped exceptions

- Adjusted tests

........

Adjusted error messages when transforming soil layers for piping:

- Prefixed error messages and wrapped exceptions

- Adjusted tests

........

Adjusted error messages when validating distribution data from the reader:

- Separated messages related to the distribution type and shifts in the DistributionHelper

- Separated test cases

- Synchronised implementation of the MacroStabilityInwardsPreconsolidationStressTransformer with other transformers which make use of distrbution objects

........

Related to Issue [WTI-1472]

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

Former-commit-id: e014326afc5f94b58a5f802619cc3cc17ec20021

Former-commit-id: d3c0e4ec7bcd142cc5822977277b2b6fdcb76df5

    • -104
    • +33
    ./SoilProfiles/PipingSoilLayerTransformerTest.cs
    • -13
    • +4
    ./SoilProfiles/PipingSoilProfileTransformerTest.cs
  1. … 14 more files in changeset.
Moved implemented feature from trunk to release development branch

Merged revision(s) 12948, 12955, 12959-12963, 12965-12968 from trunk:

Adjusted error messages when validating distribution data from the reader:

- Separated messages related to the distribution type and shifts in the DistributionHelper

- Separated test cases

- Synchronised implementation of the MacroStabilityInwardsPreconsolidationStressTransformer with other transformers which make use of distrbution objects

........

Adjusted error messages when transforming soil layers for piping:

- Prefixed error messages and wrapped exceptions

- Adjusted tests

........

Adjusted error messages when transforming soil layers for MacroStabilityInwards:

- Prefixed error messages and wrapped exceptions

- Adjusted tests

........

Adjusted error messages when transforming soil layers for MacroStabilityInwards:

- Prefixed error messages and extended error handling when considering invalid values for stochastic distributions

........

- Reversed changes to the preconsolidation stress transformers

- Added XMLDoc

........

Adjusted error messages when transforming soil layers for piping:

- Refactored prefixed error messages and wrapped exceptions

- Added exception wrapping for the IsAquifer property

........

Adjusted error messages when transforming soil layers for MacroStabilityInwards:

- Moved string values to resources

- Renamed resource conform standards

........

Adjusted error messages when transforming preconsolidation stresses for MacroStabilityInwards:

- Extended error messages with more information

........

Adjusted error messages when transforming soil profiles for MacroStabilityInwards:

- Renamed resource conform standards

- Extended error message with information in which profile it occurs

........

Adjusted error messages when transforming soil profiles for Piping:

- Extended error message with information in which profile it occurs

........

Adjusted error messages when transforming preconsolidation stresses for MacroStability Inwards:

- Adjusted error message

........

Related to Issue [WTI-1472]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/17_2_Development@12969 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: eaf6596351a85d84209a50b0a88cd88223198342

Former-commit-id: 6e5b853fe7c32868320a4240be78a14d88bd4cd6

    • -33
    • +104
    ./SoilProfiles/PipingSoilLayerTransformerTest.cs
    • -4
    • +13
    ./SoilProfiles/PipingSoilProfileTransformerTest.cs
  1. … 14 more files in changeset.
Adjusted error messages when transforming soil profiles for Piping: - Extended error message with information in which profile it occurs

Related to Issue [WTI-1472]

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

Former-commit-id: fde7fa04ed1cff062d27eb32a2c3a4efa52f1d0c

Former-commit-id: 77fce12b57832e0f14554b93da078df3c2f9f42b

    • -3
    • +11
    ./SoilProfiles/PipingSoilProfileTransformerTest.cs
  1. … 1 more file in changeset.
Adjusted error messages when transforming soil layers for MacroStabilityInwards: - Moved string values to resources - Renamed resource conform standards

Related to Issue [WTI-1472]

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

Former-commit-id: cc8eb88a27323f8091776b94f015928a4d026266

Former-commit-id: 353a1cc352b554b68fe1bbf9b4ffa2b32f120d36

    • -1
    • +1
    ./SoilProfiles/PipingSoilLayerTransformerTest.cs
  1. … 5 more files in changeset.
Adjusted error messages when transforming soil layers for piping: - Refactored prefixed error messages and wrapped exceptions - Added exception wrapping for the IsAquifer property Related to Issue [WTI-1472]

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

Former-commit-id: b15f0f7d64847d79b16da8089c85e5915a27e2c5

Former-commit-id: c6cc0d8dbd70d330a270aa38e447f577c58a3653

    • -1
    • +2
    ./SoilProfiles/PipingSoilLayerTransformerTest.cs
  1. … 1 more file in changeset.
Adjusted error messages when transforming soil layers for piping: - Prefixed error messages and wrapped exceptions - Adjusted tests Related to Issue [WTI-1472]

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

Former-commit-id: f9cbc1ad89a1bd3398f588b893dafb7ed91055d5

Former-commit-id: b19f485df7bcab2e58d5b4a6e6c65cf190941d54

    • -11
    • +37
    ./SoilProfiles/PipingSoilLayerTransformerTest.cs
    • -1
    • +2
    ./SoilProfiles/PipingSoilProfileTransformerTest.cs
  1. … 3 more files in changeset.
Adjusted error messages when validating distribution data from the reader: - Separated messages related to the distribution type and shifts in the DistributionHelper - Separated test cases - Synchronised implementation of the MacroStabilityInwardsPreconsolidationStressTransformer with other transformers which make use of distrbution objects Related to Issue [WTI-1472]

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

Former-commit-id: 8e4a56f605411c0f944f383102ee3860752a1ce2

Former-commit-id: cf2d4caa02cefb761e84748ba66d17fc4154222c

    • -27
    • +71
    ./SoilProfiles/PipingSoilLayerTransformerTest.cs
  1. … 9 more files in changeset.
Cleanup of Ringtoets.Piping.* Related to Issue [WTI-1463]

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

Former-commit-id: d1dae573d82318632b51de4d8993ac3896111718

Former-commit-id: bb48187b2b1935880c745e1aa71d570d7eeaba74

    • -32
    • +0
    ./Exceptions/SoilProfileBuilderExceptionTest.cs
    • -1
    • +1
    ./SoilProfiles/PipingStochasticSoilProfileTransformerTest.cs
  1. … 51 more files in changeset.
- Removed 'CodeAnalysisRuleSet' from csproj files. The code analysis will therefore be set to the default 'MinimumRecommendedRules.ruleset' - Made sure all TestUtil projects are build in the bin of their own project instead of in de solution bin folder Related to Issue [WTI-1463]

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

Former-commit-id: 2a4c73910431f0e6b6b5d66ebae6d467e7ff5ebe

Former-commit-id: c9f3932e498d991968cd76961b1598d7e40ffd66

  1. … 291 more files in changeset.
Fixed setting the wrong bottom with nested layers. Related to Issue [WTI-1449]

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

Former-commit-id: 21584b212db3f2d4d55399ba09861c7caeb199de

Former-commit-id: dd086c8ab92992a76456034c8c00a7f13a8e2141

    • -5
    • +5
    ./SoilProfiles/PipingSoilLayerTransformerTest.cs
    • -1
    • +1
    ./SoilProfiles/PipingSoilProfileTransformerTest.cs
  1. … 1 more file in changeset.
Review related changes Related to Issue [WTI-1449]

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

Former-commit-id: 3ed52dcb5d7d23e20ad275688af7632e143cce3a

Former-commit-id: fd2aabccbaef6c9e2a9eae241897388b6a0d7ed5

    • -1
    • +1
    ./SoilProfiles/PipingSoilProfileTransformerTest.cs
  1. … 1 more file in changeset.