Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- Resolved compilation errors by introducing the AssessmentLayerOneState when applicable - Added the DataGridViewCellTester for the tests that explicitly tested the cell Style properties

Merged revision(s) 6630-6714 from branches/WTI-985:

Added enum indicating the state of assessment layer one

........

Added enum indicating the state of assessment layer one

........

- Incorporated enum for AssessmentLayerOne in the failure mechanism section

- Fixed tests that are directly related to the failure mechanism section

Note: derived views and corresponding tests are NOT fixed yet

........

- Fixed tests for Q-variant failureMechanisms

........

- Fixed ReadExtensions for storage

........

- Fixed ReadExtension tests for storage

........

Fixed issues on the RingtoetsProjectTestHelper:

- Introduced private method to generate a random state of AssessmentLayerOne

........

Fixed issues on the AssessmentLayerOneState:

- Corrected strings that are displayed in the view

- Created a protected method to provide access for every derived failure mechanism view to the Enumwrapper for AssessmentLayerOneState

........

Implemented feature on the ClosingStructuresFailureMechanismResultView:

- Replaced the checkbox with a dropdown colum containing the AssessmentLayerOneState value

- Fixed or expanded tests

........

Implemented feature on the GrassCoverErosionInwardsFailureMechanismResultView:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Removed test that asserts the toggling of the checkbox: test is obsolete because it's replaced with a dropdown box

- Extended test for assessing that the right columns are visible when a failure mechanism is present

(Editorial) For the closing structure failure mechanism

- Write out string resource values when testing

........

Implemented feature on the GrassCoverErosionOutwardsFailureMechanismResultView:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing test

........

Extended tests:

- Assess the behaviour of the datagrid row for every state of AssessmentLayerOneState

........

Implemented feature on the GrassCoverErosionInwardsFailureMechanismResultView:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Removed test that asserts the toggling of the checkbox: test is obsolete because it's replaced with a dropdown box

- Extended test for assessing that the right columns are visible when a failure mechanism is present

........

Implemented feature on the Piping FailureMechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Removed test that asserts the toggling of the checkbox: test is obsolete because it's replaced with a dropdown box

- Extended test for assessing that the right columns are visible when a failure mechanism is present

........

Extended tests:

- Added additional section when assessing the behaviour of the three possible states of AssessmentLayerOne

........

Implemented feature on the Stability point structures FailureMechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

........

(Editorial) For the grass cover erosion outwards failure mechanism

- Write out string resource values when testing string values of the column headers

........

Implemented feature on the Stability stone cover FailureMechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Added assertions for when cells are enabled. This includes an additional test that verifies the behaviour when the state changes to "sufficient" for assessmentLayerOne

........

Implemented feature on the wave impact asphalt cover FailureMechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

........

Removed obsolete reference to RingtoetsCommonFormsResources in the tests

........

Created project to include helper classes for asserting Forms related projects

........

Created project to include helper classes for asserting Forms related projects:

- Reverted accidental change on Common.Data.TestUtil project

........

Created project to include helper classes for asserting Forms related projects:

- Created helper class to assert whether DataGridViewCells are in an enabled or disabled state

........

Created project to include helper classes for asserting Forms related projects:

- Created helper class to assert whether DataGridViewCells are in an enabled or disabled state

........

Extracted base method to add assessment section name and assessment section layer one columns

........

Improved helper class DataGridViewCellsTester:

- Enabled state does not always mean readonly, assertion behaviour can be toggled

- Documented when AssertionException can be thrown

........

Refactoring:

- For the mechanisms that already implement the dropdown box for assessment layer one: use an override of the AddDataGridColumns to set the correct columns

- Aforementioned function already sets the section name and dropdown box for assessment layer one per default

........

Incorporated helper class DataGridViewCellsTester:

- Replaced every instance of a local cell enabled/disabled assertion with the DataGridViewCellsTester

........

Implemented feature on the dune erosion failure mechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature on the grass cover slipoff inwards failure mechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Removed obsolete RingtoetsCommonResource reference

........

Implemented feature on the grass cover slipoff outwards failure mechanism:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for the macro stability related failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for piping structure failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for strength stability lengthwise construction failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for technical innovation failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Implemented feature for water pressure asphalt cover failure mechanisms:

- Replaced the checkbox with a dropdown column containing the AssessmentLayerOneState value

- Fixed failing/not working tests

- Typed out string values when asserting column headers

- Replaced local cell assertions with the DataGridViewCellTester

........

Fixed ReadExtension tests for storage:

- Compilation error when trying to run this test due to invalid cast from bool to the AssessmentLayerOneState

........

Fixed ReadExtension entity tests for storage:

- Adapted read entity tests to assess for the enum AssessmentLayerOneState instead of a boolean for LayerOne. Entities were already adjusted due to changes in the FailureMechanismSectionResult

........

* Updated database design (new comments added).

* Defined default value for FailureMechanismSectionResult.

* Specified concrete values for AssessmentLayerOneState.

........

Related to Issue [WTI-985]

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

Former-commit-id: 417e584767297df8e93c02b36a0af938af02894c

Former-commit-id: 03a26b4cac7f05f4cf9dfde404b76d15b41d82cb

    • -3
    • +6
    ./ClosingStructures/ClosingStructuresSectionResultEntityReadExtensionsTest.cs
    • -4
    • +5
    ./DuneErosion/DuneErosionSectionResultEntityReadExtensionsTest.cs
    • -3
    • +5
    ./GrassCoverErosionInwards/GrassCoverErosionInwardsSectionResultEntityReadExtensionsTest.cs
    • -4
    • +5
    ./GrassCoverErosionOutwards/GrassCoverErosionOutwardsSectionResultEntityReadExtensionsTest.cs
    • -4
    • +5
    ./GrassCoverSlipOffInwardsSectionResultEntityReadExtensionsTest.cs
    • -4
    • +5
    ./GrassCoverSlipOffOutwardsSectionResultEntityReadExtensionsTest.cs
    • -3
    • +6
    ./HeightStructures/HeightStructuresSectionResultEntityReadExtensionsTest.cs
    • -3
    • +6
    ./MacrostabilityInwardsSectionResultEntityReadExtensionsTest.cs
    • -6
    • +11
    ./MacrostabilityOutwardsSectionResultEntityReadExtensionsTest.cs
    • -4
    • +5
    ./MicrostabilitySectionResultEntityReadExtensionsTest.cs
    • -3
    • +6
    ./Piping/PipingSectionResultEntityReadExtensionsTest.cs
    • -4
    • +5
    ./PipingStructures/PipingStructureSectionResultEntityReadExtensionsTest.cs
    • -3
    • +6
    ./StabilityPointStructures/StabilityPointStructuresSectionResultEntityReadExtensionsTest.cs
    • -4
    • +5
    ./StabilityStoneCover/StabilityStoneCoverSectionResultEntityReadExtensionsTest.cs
    • -3
    • +6
    ./StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest.cs
  1. … 171 more files in changeset.
Fixed ReadExtension entity tests for storage: - Adapted read entity tests to assess for the enum AssessmentLayerOneState instead of a boolean for LayerOne. Entities were already adjusted due to changes in the FailureMechanismSectionResult Related to Issue [WTI-985]

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

Former-commit-id: 0773c8e5db450c36f1a4fc15b924323307158a42

Former-commit-id: cc336f74006671891d138b3bc04dfc6aa71d9bcf

    • -3
    • +6
    ./ClosingStructures/ClosingStructuresSectionResultEntityReadExtensionsTest.cs
    • -4
    • +5
    ./DuneErosion/DuneErosionSectionResultEntityReadExtensionsTest.cs
    • -3
    • +5
    ./GrassCoverErosionInwards/GrassCoverErosionInwardsSectionResultEntityReadExtensionsTest.cs
    • -4
    • +5
    ./GrassCoverErosionOutwards/GrassCoverErosionOutwardsSectionResultEntityReadExtensionsTest.cs
    • -4
    • +5
    ./GrassCoverSlipOffInwardsSectionResultEntityReadExtensionsTest.cs
    • -4
    • +5
    ./GrassCoverSlipOffOutwardsSectionResultEntityReadExtensionsTest.cs
    • -3
    • +6
    ./HeightStructures/HeightStructuresSectionResultEntityReadExtensionsTest.cs
    • -3
    • +6
    ./MacrostabilityInwardsSectionResultEntityReadExtensionsTest.cs
    • -6
    • +11
    ./MacrostabilityOutwardsSectionResultEntityReadExtensionsTest.cs
    • -4
    • +5
    ./MicrostabilitySectionResultEntityReadExtensionsTest.cs
    • -3
    • +6
    ./Piping/PipingSectionResultEntityReadExtensionsTest.cs
    • -4
    • +5
    ./PipingStructures/PipingStructureSectionResultEntityReadExtensionsTest.cs
    • -3
    • +6
    ./StabilityPointStructures/StabilityPointStructuresSectionResultEntityReadExtensionsTest.cs
    • -4
    • +5
    ./StabilityStoneCover/StabilityStoneCoverSectionResultEntityReadExtensionsTest.cs
    • -3
    • +6
    ./StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest.cs
  1. … 3 more files in changeset.
* Cleanup. * Introduced TestDikeProfile and it's usage. * Removed unit test that was already coverd by more complex unit test. * Set Copy Local to false. Related to Issue [WTI-960]

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

Former-commit-id: e494e630c830b70d557a56bd392d185935b023de

Former-commit-id: 88f512dd0bc4828e192c30ec8343a54665713782

    • -2
    • +2
    ./GrassCoverErosionInwards/DikeProfileEntityReadExtensionsTest.cs
    • -2
    • +2
    ./GrassCoverErosionInwards/GrassCoverErosionInwardsCalculationEntityReadExtensionsTest.cs
  1. … 28 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. … 39 more files in changeset.
Deltares clean-up for Application.Ringtoets Related to Issue [WTI-931]

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

Former-commit-id: cc5e41e46e833ce80b0dcfe2040b83751f8e83b9

Former-commit-id: 4ffc1daa3680e3f1fa80abcab14c92231b913638

    • -5
    • +5
    ./AssessmentSectionEntityReadExtensionsTest.cs
    • -24
    • +24
    ./CalculationGroupEntityReadExtentionsTest.cs
    • -2
    • +2
    ./ClosingStructures/ClosingStructureEntityReadExtensionsTest.cs
    • -4
    • +4
    ./IProbabilityAssessmentOutputEntityReadExtensionsTest.cs
    • -4
    • +4
    ./IStructureCalculationEntityReadExtensionsTest.cs
    • -1
    • +1
    ./StabilityPointStructures/StabilityPointStructureEntityReadExtensionsTest.cs
  1. … 11 more files in changeset.
- Renamed StabilityPointStructureCalculationEntity to StabilityPointStructuresCalculationEntity - Added XMLdoc paired with bouvrie Related to Issue [WTI-913]

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

Former-commit-id: d13ab62f4f9aa96036cd4838784b4cc7129e6228

Former-commit-id: e864ff88a4452d921134974c39f949cf9be3348d

    • -429
    • +0
    ./StabilityPointStructures/StabilityPointStructureCalculationEntityReadExtensionsTest.cs
    • -0
    • +429
    ./StabilityPointStructures/StabilityPointStructuresCalculationEntityReadExtensionsTest.cs
  1. … 5 more files in changeset.
- Added missing tests Related to Issue [WTI-916]

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

Former-commit-id: 283a878cffb82b2e4011860bab37b887c29e84ad

Former-commit-id: fd3e95efb535d120599b05060abbb38b830a75a5

    • -0
    • +43
    ./StabilityPointStructures/StabilityPointStructureCalculationEntityReadExtensionsTest.cs
- Set association between section result and calculation for Stability Point Structure for reading - Moved PipingStructureSectionResultEntityReadExtensions to the correct namespace - Updated XMLdocs - Restructured FailureMechanismEntityReadExtensions Related to Issue [WTI-916]

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

Former-commit-id: 7095f68e80b7ddb29d0a8c4319f00b101c89316a

Former-commit-id: f7402faa1eafaed12331526b9bbf9d021ddafa9f

    • -1
    • +1
    ./ClosingStructures/ClosingStructuresSectionResultEntityReadExtensionsTest.cs
    • -108
    • +0
    ./Piping/PipingStructureSectionResultEntityReadExtensionsTest.cs
    • -0
    • +108
    ./PipingStructures/PipingStructureSectionResultEntityReadExtensionsTest.cs
    • -0
    • +149
    ./ReadConversionCollectorTest.cs
    • -4
    • +44
    ./StabilityPointStructures/StabilityPointStructuresSectionResultEntityReadExtensionsTest.cs
  1. … 9 more files in changeset.
- Implemented reading of data for StabilityPointStructuresOutputEntity Related to Issue [WTI-914]

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

Former-commit-id: a888c50f144c29f3be99f1558a38fb0c86b43457

Former-commit-id: 112f6979c8174c5b4498ef57d8e3ae8263636a18

    • -1
    • +0
    ./ClosingStructures/ClosingStructuresCalculationEntityReadExtensionsTest.cs
    • -2
    • +24
    ./StabilityPointStructures/StabilityPointStructureCalculationEntityReadExtensionsTest.cs
  1. … 1 more file in changeset.
* Integrated the new Read and Create extension methods for StabilityPointStructure calculations in the CalculationGroup extension methods and StabilityPointStructureFailureMechanism read extension. * Added missing CalculationGroup assert method for ClosingStructure Related to Issue [WTI-913]

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

Former-commit-id: ed8bb60a371019ace863fe9be91423bda4c274af

Former-commit-id: 4e8bc02ae614fb26f5e2a0c97f60398ca03158f8

    • -0
    • +194
    ./CalculationGroupEntityReadExtentionsTest.cs
    • -4
    • +55
    ./FailureMechanismEntityReadExtensionsTest.cs
  1. … 9 more files in changeset.
* Fixed reference * Create and Read extension methods for persisting StabilityPointStructure Calculations Related to Issue [WTI-913]

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

Former-commit-id: 56d1bbf3fdaa0ef2a7418f34ac358e2149ede40c

Former-commit-id: a631908a8d0c192685b2da4d00bbcb3ddd129cda

    • -0
    • +364
    ./StabilityPointStructures/StabilityPointStructureCalculationEntityReadExtensionsTest.cs
  1. … 7 more files in changeset.
Added or modified tests for asserting that read entities are also registered if reused elsewhere. Related to Issue [WTI-910]

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

Former-commit-id: 01e75dfa5cf4d3d5a6955c8d84f71edd6601b59c

Former-commit-id: f1320e8c1ce852f7f41575a45a2fa6dcd06d0143

    • -0
    • +23
    ./ClosingStructures/ClosingStructureEntityReadExtensionsTest.cs
    • -2
    • +19
    ./ClosingStructures/ClosingStructuresCalculationEntityReadExtensionsTest.cs
    • -4
    • +7
    ./FailureMechanismSectionEntityReadExtensionsTest.cs
    • -0
    • +21
    ./ForeshoreProfileReadExtensionsTest.cs
    • -0
    • +22
    ./GrassCoverErosionInwards/DikeProfileEntityReadExtensionsTest.cs
    • -1
    • +3
    ./GrassCoverErosionOutwards/GrassCoverErosionOutwardsHydraulicLocationEntityReadExtensionsTest.cs
    • -2
    • +23
    ./HeightStructures/HeightStructureEntityReadExtensionsTest.cs
    • -2
    • +19
    ./HeightStructures/HeightStructuresCalculationEntityReadExtensionsTest.cs
    • -1
    • +3
    ./HydraulicLocationEntityReadExtensionsTest.cs
    • -1
    • +3
    ./Piping/SoilProfileEntityReadExtensionsTest.cs
    • -1
    • +3
    ./Piping/StochasticSoilModelEntityReadExtensionsTest.cs
    • -1
    • +3
    ./Piping/StochasticSoilProfileEntityReadExtensionsTest.cs
    • -0
    • +21
    ./Piping/SurfaceLineEntityReadExtensionsTest.cs
    • -2
    • +23
    ./StabilityPointStructures/StabilityPointStructureEntityReadExtensionsTest.cs
Removed LayerTwoA property from StabilityPointStructuresSectionResultEntity Updated Create extensions for ClosingStructuresFailureMechanismSectionResult to persist relation to calculation. Related to Issue [WTI-910]

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

Former-commit-id: 58a9ea289193daa82c3fcc521df16bf31df901b9

Former-commit-id: deddedfaa07282a6bbecf185e3f372caeae80a54

    • -0
    • +2
    ./ClosingStructures/ClosingStructuresCalculationEntityReadExtensionsTest.cs
    • -0
    • +2
    ./HeightStructures/HeightStructuresCalculationEntityReadExtensionsTest.cs
    • -2
    • +0
    ./StabilityPointStructures/StabilityPointStructuresSectionResultEntityReadExtensionsTest.cs
  1. … 13 more files in changeset.
Added reference from ClosingStructuresSectionResultEntity to ClosingStructuresCalculationEntity. Implemented Read part of this new relation. Related to Issue [WTI-910]

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

Former-commit-id: 28f6f579ac4a463b59867b144d0989d1a59ca8d3

Former-commit-id: eaf1e5136dad8e840fc3b5c361746d338c024bd2

    • -0
    • +25
    ./ClosingStructures/ClosingStructuresCalculationEntityReadExtensionsTest.cs
    • -3
    • +43
    ./ClosingStructures/ClosingStructuresSectionResultEntityReadExtensionsTest.cs
    • -3
    • +0
    ./HeightStructures/HeightStructuresSectionResultEntityReadExtensionsTest.cs
  1. … 9 more files in changeset.
Made sure result view is updated on changes. Related to Issue [WTI-568]

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

Former-commit-id: a06ed43c8980c0075031a2ac3c4cc187ace3125b

Former-commit-id: 878fbdd0587d47e5a3bba08ab8032fbec73296ef

    • -3
    • +0
    ./StabilityPointStructures/StabilityPointStructuresSectionResultEntityReadExtensionsTest.cs
  1. … 9 more files in changeset.
- renamed *FailureProbablityReparation* to *FailureProbabilityReparation*

Related to Issue [WTI-907]

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

Former-commit-id: 1f28bdee73447f9adfc7c53a9fc93461149a4b7f

Former-commit-id: dd93e99e98ed8f0ff1649fe1f8bedafd650cf2c8

    • -2
    • +2
    ./ClosingStructures/ClosingStructuresCalculationEntityReadExtensionsTest.cs
  1. … 11 more files in changeset.
- Added feature for reading closing structure outputs Related to Issue [WTI-908]

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

Former-commit-id: aa72c3d2c4ed6589d6a31968a1dde7e46d2215bb

Former-commit-id: 854c83c41260df87a2692b719469c17947451d81

    • -1
    • +23
    ./ClosingStructures/ClosingStructuresCalculationEntityReadExtensionsTest.cs
    • -0
    • +149
    ./ReadConversionCollectorTest.cs
  1. … 3 more files in changeset.
* Introduced common interface for StructureCalculationEntity classes. ** Reused of common code for initialization or reading from those entities. * Migrated ClosingStructureCalculationCreateExtensions into StructuresCalculationCreateExtensions. Related to Issue [WTI-907]

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

Former-commit-id: d91d39e080d6553914abdc1e9aa4ae36d55f2763

Former-commit-id: dff2cc1a07429401ac709b581ac1c618b8e7b16d

    • -0
    • +240
    ./IStructureCalculationEntityReadExtensionsTest.cs
  1. … 13 more files in changeset.
* CalculationGroup for ClosingStructureFailureMechanism now stored in database. ** ClosingStructure calculations in CalculationGroup are now persisted as well. Related to Issue [WTI-907]

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

Former-commit-id: ea0abb0f0991240caca7922171478ec0c61d0a17

Former-commit-id: b9f593286c47376f9fc00fd317a94a18020e401c

    • -0
    • +195
    ./CalculationGroupEntityReadExtentionsTest.cs
    • -0
    • +49
    ./FailureMechanismEntityReadExtensionsTest.cs
  1. … 9 more files in changeset.
- Added Read of HeightStructuresCalculationEntity in HeightStructuresSectionResultEntity Related to Issue [WTI-904]

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

Former-commit-id: f5d97078acb8025607660bd44287412e076cf397

Former-commit-id: c03685630095f9d0a8fb502f83065c194d84ec67

    • -0
    • +24
    ./HeightStructures/HeightStructuresCalculationEntityReadExtensionsTest.cs
    • -3
    • +48
    ./HeightStructures/HeightStructuresSectionResultEntityReadExtensionsTest.cs
    • -0
    • +150
    ./ReadConversionCollectorTest.cs
  1. … 5 more files in changeset.
* Create and Read Extension methods for ClosingStructure calculations. Related to Issue [WTI-907]

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

Former-commit-id: e864a20085307ea5fd2110c7b7cbdf60650d429d

Former-commit-id: c51136698eca1b3128c2bdffb8c3e49a52bdb375

    • -0
    • +276
    ./ClosingStructures/ClosingStructuresCalculationEntityReadExtensionsTest.cs
  1. … 5 more files in changeset.
- Removed IsNameEditable from CalculationGroup storage paired with bos_en

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

Former-commit-id: f16b7dca5674751fc1b7a5e0a8e15854a80ae792

Former-commit-id: f995a70d19b4a0395f76941aae811e109e668867

    • -87
    • +21
    ./CalculationGroupEntityReadExtentionsTest.cs
    • -15
    • +0
    ./FailureMechanismEntityReadExtensionsTest.cs
  1. … 14 more files in changeset.
- Implemented reading of IProbabilityAssessmentOutput entities and for HeightStructuresOutputEntity Related to Issue [WTI-839]

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

Former-commit-id: b6a57ab7cfc0212441232877bd91d235a1d6f249

Former-commit-id: 497940e262b33ae0b9d7923df05c7ab3152275fb

    • -89
    • +0
    ./HeightStructures/HeightStructuresOutputEntityReadExtensionsTest.cs
    • -0
    • +98
    ./IProbabilityAssessmentOutputEntityReadExtensionsTest.cs
  1. … 5 more files in changeset.
Reverted the uplift sub calculation for piping to its first implementation. Related to Issue [WTI-936]

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

Former-commit-id: 0d24d469319b816b50eb0513ea23737c8987f757

Former-commit-id: c2fceaed9a30ec3a31b83c7c7a0c51e47a27d034

    • -2
    • +0
    ./AssessmentSectionEntityReadExtensionsTest.cs
    • -2
    • +0
    ./FailureMechanismEntityReadExtensionsTest.cs
    • -3
    • +0
    ./Piping/PipingFailureMechanismMetaEntityReadExtensionsTest.cs
    • -0
    • +4
    ./Piping/PipingSemiProbabilisticOutputEntityReadExtensionsTest.cs
  1. … 33 more files in changeset.
- Added persistence of reading HeightStructures calculation output Related to Issue [WTI-839]

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

Former-commit-id: 54463d5b114e81f08de56976a5ee05e6b58f9a0a

Former-commit-id: f1236c14ea6f5ac41ec51aa9f600135f5ab0a48d

    • -0
    • +21
    ./HeightStructures/HeightStructuresCalculationEntityReadExtensionsTest.cs
    • -0
    • +89
    ./HeightStructures/HeightStructuresOutputEntityReadExtensionsTest.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
    ./GrassCoverErosionOutwards/GrassCoverErosionOutwardsHydraulicLocationEntityReadExtensionsTest.cs
    • -2
    • +2
    ./GrassCoverErosionOutwards/GrassCoverErosionOutwardsSectionResultEntityReadExtensionsTest.cs
    • -22
    • +22
    ./GrassCoverErosionOutwards/GrassCoverErosionOutwardsWaveConditionsCalculationEntityReadExtensionsTest.cs
    • -1
    • +1
    ./StabilityPointStructures/StabilityPointStructuresSectionResultEntityReadExtensionsTest.cs
    • -1
    • +1
    ./StabilityStoneCover/StabilityStoneCoverSectionResultEntityReadExtensionsTest.cs
    • -22
    • +22
    ./StabilityStoneCover/StabilityStoneCoverWaveConditionsCalculationEntityReadExtensionsTest.cs
    • -1
    • +1
    ./WaveImpactAsphaltCover/WaveImpactAsphaltCoverSectionResultEntityReadExtensionsTest.cs
    • -22
    • +22
    ./WaveImpactAsphaltCover/WaveImpactAsphaltCoverWaveConditionsCalculationEntityReadExtensionsTest.cs
  1. … 23 more files in changeset.
* Refactored RandomNumberGenerator to extension method for Random instances. * Reformatted code. Related to Issue [WTI-838]

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

Former-commit-id: 40a316b32991c5d7a521eb03d5aea2c885aeaf17

Former-commit-id: 5e7268436a267df8bb3b522f5a920df5f736e32f

    • -14
    • +14
    ./HeightStructures/HeightStructuresCalculationEntityReadExtensionsTest.cs
  1. … 11 more files in changeset.
- Fixed review comments paired with bouvrie Related to Issue [WTI-905]

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

Former-commit-id: a4675d24a5f1c2963ae61f059f2d6ad8736c6f4c

Former-commit-id: 18b9dff07f94e4ba06489194864d8b22aed68f03

    • -6
    • +3
    ./FailureMechanismEntityReadExtensionsTest.cs
  1. … 4 more files in changeset.
Implemented improvements of review 1128. Related to Issue [WTI-935]

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

Former-commit-id: d9e620ed2e1f85ee6374f7b4f36332000273c705

Former-commit-id: 1058f1ad36ee4eaa8f4b3eaabe0c0315b64a503a

    • -0
    • +105
    ./DuneErosion/DuneErosionSectionResultEntityReadExtensionsTest.cs
    • -104
    • +0
    ./DuneErosionSectionResultEntityReadExtensionsTest.cs
    • -0
    • +1
    ./StabilityStoneCover/StabilityStoneCoverSectionResultEntityReadExtensionsTest.cs
  1. … 24 more files in changeset.
* Imported property name change of StabilityPointStructureEntity. (removing a '_' character from it). Related to Issue [WTI-911]

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

Former-commit-id: 380da2405fff5c2b2545261b2d8f268f7fa207bc

Former-commit-id: e08ed78783b08b3f62b24f3d382fdeff1b6b8d15

    • -3
    • +3
    ./StabilityPointStructures/StabilityPointStructureEntityReadExtensionsTest.cs
  1. … 8 more files in changeset.