WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved all TreeNodeInfo tests and other info tests from forms test project to plugin test project. Related to Issue [WTI-773]

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

Former-commit-id: b845a4c5c923896a2059ff46ac7dd5eb076dd82e

Former-commit-id: bbf06f92d9b3fd77e194139bffff7de75b4cc1b4

    • -1305
    • +0
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 239 more files in changeset.
Created new tables for HydraulicBoundary location output updated read en create extensions to store the output Exposed DesignWaterLevel, WaveHeight, DesignWaterLevelCalculationConvergence, and waveHeightCalculationConvergence in HydraulicBoundaryLocation from the corresponding output. These properties will be read-only soon. Extended TestHydraulicBoundaryLocation to create only DesignWaterLevelOutput and or WaveHeightOutput Related to Issue [WTI-987]

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

Former-commit-id: 3d97b2d5c20904d3618c3891ffaf428febe26cb7

Former-commit-id: b23014a54b9637c6ba750ca9a11ddb45de1383fb

    • -12
    • +4
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 48 more files in changeset.
* Moved HydraulicBoundaryLocation and related classes from HydraRing.Data to Ringtoets.Common.Data\Hydraulics * Removed HydraRing.Data and related test projects. * Moved importer related test data from HydraRing.IO to Ringtoets.Common.IO Related to Issue [WTI-988]

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

Former-commit-id: 17347220df48d78521b65d257dde9b4ffdace273

Former-commit-id: dc5ddfa6d8f3719bd2dd4a2f62ed94f98f962499

    • -1
    • +0
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 426 more files in changeset.
* Moved HydraulicBoundaryDatabase from HydraRing.Data to Ringtoets.Common.Data/Hydraulics ** Cleaned up references accordingly. Related to Issue [WTI-988]

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

Former-commit-id: 1cbfbcf8ccef4a1896ad4e79d8ec20cbc464353d

Former-commit-id: b18bac07e03abd4a1cc70e3c40475e7759521c86

    • -0
    • +1
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 134 more files in changeset.
- Updated FailureMechanismContributionNormChangeHandler.ChangeNorm's signature to pass along the norm, instead of the return period - Had to update all tests that create an AssessmentSection that was defined as a return period Related to Issue [WTI-1019]

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

Former-commit-id: 00e291aa4d0d4d90e60e41432032bc2bf6e3d847

Former-commit-id: 85d3c72325fb1550f01ddf9ca8716034496aa175

    • -56
    • +25
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 33 more files in changeset.
* Refactored common code across failure mechanism Plugins to HydraulicBoundaryDatabaseConnectionValidator. * Written out expected text instead of reusing Resources (as per team code conventions). Related to Issue [WTI-1013]

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

Former-commit-id: 21698917a54abb6d0b9e936a754b0b4960c2e380

Former-commit-id: f56e3badcab40f7312b797106a9783fbe31926e6

    • -2
    • +2
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 20 more files in changeset.
renamed variables assessmentSectionMock to assessmentSectionStub where a Stub was instantiated instead of a Mock. Made method in AdvancedMath2DTest static and updated line comments. Implemented resharper suggestions for strings in source code.

Related to Issue [WTI-842]

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

Former-commit-id: ee48e8f7e112fe98f647a77833146b0ae1ef2a25

Former-commit-id: de5ad5e890084015a40b4c78b861dcddbf360386

    • -3
    • +3
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 35 more files in changeset.
used lower case after colon when using FileReaderErrorMessageBuilder. Added FirstToLower method in StringExtensions. Related to Issue [WTI-948]

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

Former-commit-id: e9d3cccc3d91f565fc53bdfffabb2449c517437e

Former-commit-id: b80c97fbcc39c0000d0348fb5fa4591371f53bed

    • -1
    • +1
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 58 more files in changeset.
* Removed unit tests that were already covered by slightly more complex unit test. * Moved TestForeshoreProfile and improved it's reuse. ** Removed references where no longer required. * Renamed ForeshoreTreeNodeInfoTest to ForeshoreProfileTreeNodeInfoTest, and also some cleanup. Related to Issue [WTI-965]

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

Former-commit-id: 4de737bc59cf63abb6637a75d874aab2fd0e3b95

Former-commit-id: f88ad8e6054a3c1917dfe283c28ccb541223c9e4

    • -1
    • +1
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 39 more files in changeset.
Deltares clean-up for Ringtoets.StabilityStoneCover and Ringtoets.WaveImpactAsphaltCover Related to Issue [WTI-931]

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

Former-commit-id: a13a3ad366dbf3aa6b2200085b7d93c95e2f23aa

Former-commit-id: 2b8c214e6163b89be5492fb8bdd6762bc92f8b29

    • -1
    • +0
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 5 more files in changeset.
Implement validation service: - Removed CreateForeshoreProfile calls in WaveImpactAsphaltCover projects

Related to Issue [WTI-927]

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

Former-commit-id: fa0ff5312d07277b9c3fcaf5303797fffce6b285

Former-commit-id: bc69437f941c7b3e6101b59df56ee1bc421aa884

    • -14
    • +2
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 6 more files in changeset.
Fixed double run tests.

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

Former-commit-id: 04d4aad9801f90db1de4d459825bd3aaa5d3e7d6

Former-commit-id: 81682ca1ae3115ad1b16ff79e2a4e072db5b9f0b

    • -2
    • +2
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 30 more files in changeset.
Implemented calculation report logic for: * WaveConditionsCalculationServiceBase * WaveHeightCalculationService * DesignWaterLevelCalculationService Related to Issue [WTI-867]

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

Former-commit-id: 91071c2109e9cf515eca7fc1e9559c2de386aa5e

Former-commit-id: 33ac978c7e1ed52cd07429af34e4956fdf91f90b

    • -6
    • +6
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 25 more files in changeset.
Implement validation service: - Validation for the orientation introduced: value cannot be NaN or a log error message will be generated

Related to Issue [WTI-925]

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

Former-commit-id: 60d0f69b18d1f343bf941a00a2614e784a95b417

Former-commit-id: 1cbb015d88675604d3c02a35ba790ce9d8e2fea4

    • -2
    • +4
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 13 more files in changeset.
- Added unit test for DataGridView ComboBox cell click - Added tooltip for context menu of "Berekeningen" folder when the folder has no children - Updated resource tooltip texts for context menu of "Berekeningen" folder Related to Issue [WTI-587]

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

Former-commit-id: 381cb7b7bcfccc492d06890e4dd269e46bf9e232

Former-commit-id: 3b4e1ea1e4e196400bbfba07f106816f0b986f17

    • -9
    • +4
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 10 more files in changeset.
Implemented clear all children functionality in TreeViewControl. Reused to delete all sub folders and calculations from the root calculation group. Have CustomItemsOnlyContextMenuBuilder always add an item (also for standardized items), so that the same amount of items are added as when using a real implementation of the builder. Related to Issue [WTI-587]

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

Former-commit-id: b18a664e3a2ac87083d295cd7619268a643a0f62

Former-commit-id: b8537af708eae3f73f3c5c8660386dcde59f4d13

    • -189
    • +23
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 45 more files in changeset.
Merged revision(s) 5534-5708 from branches/WTI-867: Refactored architecture for invoking hydra ring calculations. Related to Issue [WTI-867]

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

Former-commit-id: 5d80af518003a620f028a185de98e44e32bf3693

Former-commit-id: 0c198269b23b44016a7e3abaeb313d7fba31f459

    • -12
    • +14
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 173 more files in changeset.
Merged revision(s) 5600 from branches/Release/16_2: Performed resharper code cleanup. Related to WTI 869

........

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

Former-commit-id: 1f5cdbd9c71ae2e15c1a8f780256c4d349800dac

Former-commit-id: ba09cc58d6bd919ea2d05d633cd306752a558bfe

    • -1
    • +0
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 177 more files in changeset.
Improvements after review. Related to Issue [WTI-813]

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

Former-commit-id: 742a00c3ee356578749c1beba34acd1099c82624

Former-commit-id: be6c37138d64307f44b12ed3b1233d83401fd424

    • -9
    • +5
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 7 more files in changeset.
Implemented additional improvements. Related to Issue [WTI-819]

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

Former-commit-id: 16d4fdf7ea8c15161503fbd0c96edffdb6b7c513

Former-commit-id: 0b16d818a5c68e39540e3e8bf50488cdc0e9a2f5

    • -141
    • +131
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
Disable calculate when there is no HRD for the q variant calculations. Related to Issue [WTI-813]

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

Former-commit-id: b7411e361a1a8b76239a12e09c14047a7d09bc48

Former-commit-id: 9c0857ca39944723cb1dbfbb3c7a1622357c67a8

    • -61
    • +0
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 7 more files in changeset.
Implemented the validation functionality for WaveImpactAsphaltCover Related to Issue [WTI-856]

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

Former-commit-id: b376093c2178e92d454110975cf89fe93578fada

Former-commit-id: afba12601b76b3230bbd9de4f849bda7ec03a123

    • -297
    • +329
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 6 more files in changeset.
- Moved *StabilityStoneCoverHydraulicBoundaryLocationSelectionDialog.cs* to Ringtoets.Common.Forms/HydraulicBoundaryLocationSelectionDialog -- Used HydraulicBoundaryLocationSelectionDialog in WaveImpactAsphaltCoverPlugin.cs Related to Issue [WTI-808]

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

Former-commit-id: bba6e30fd8e5c9dcb760e3a4c12e5261eaba6bfd

Former-commit-id: eb60462b2ca7850ad5122087b0f672313a66aabf

    • -110
    • +109
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 25 more files in changeset.
Create nodepresenter for a Q-variant calculation (and group) for Asphalt Related to Issue [WTI-819]

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

Former-commit-id: e1061968ce0d7ddc04d0294cec9c73344a9c09ce

Former-commit-id: c7d72122788f6afa25d858972effd3e3f03f7dc4

    • -617
    • +611
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 10 more files in changeset.
Regenerated DbContext. Added GeneralGrassCoverErosionInwardsInputCreateExtensions. Removed code that became obsolete after not updating anymore. Related to Issue [WTI-841]

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

Former-commit-id: b53160ea628d6c95afebe9f2ded759daf311b918

Former-commit-id: 67a72771530ac0984b6b496dcb3ec9c2d4610aa6

    • -7
    • +0
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 273 more files in changeset.
Create "Hydraulische randvoorwaarden" node for wave impact asphalt Related to Issue [WTI-880]

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

Former-commit-id: bbaa781dfc9ee1ca530f4f7d6bc14fb9d25d5246

Former-commit-id: afe23c7240264fefa9bf0c1a5264c150a4be7348

    • -0
    • +1582
    ./WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 8 more files in changeset.