HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved Application.Storage.Test

WTI-1760

    • -137
    • +0
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 425 more files in changeset.
Incorporated comments review 2638: - Fixed inconsistent test names in the create extensions - Added missing assert: parameter name was not asserted when persistence registry was null

WTI-1665

    • -1
    • +2
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 3 more files in changeset.
Incorporated comments review 2638: - Removed obsolete attribute - Formatting

WTI-1665

    • -1
    • +0
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 2 more files in changeset.
Updated CreateExtensions for height structures: - Added project references to Common.Primitives

WTI-1665

    • -18
    • +42
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 3 more files in changeset.
Review related changes WTI-1629

    • -2
    • +2
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 7 more files in changeset.
Renamed AssessmentLayerThree to TailorMadeAssessmentProbability. WTI-1629

    • -5
    • +5
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 11 more files in changeset.
Rewired SectionResult to the mirror property SectionResult2 for HeightStructures in storage: - Adjusted Create and ReadExtensions - Adjusted Integration test (helpers)

WTI-1621

    • -4
    • +4
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 8 more files in changeset.
Removed height structures specific section result. WTI-1590

    • -4
    • +4
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 31 more files in changeset.
Adjusted data model for the failure mechanism section result: - Simplified tests for the relevant CreateExtensions Related to Issue [WTI-1373]

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

Former-commit-id: f3e395466a5957b6dd3e40a5bdae8f6bf3605f4e

Former-commit-id: 856b6859e8c64f1303de63cadbf05f7d2cdddca5

    • -5
    • +7
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 4 more files in changeset.
Adjusted data model for the failure mechanism section result: - For GEKB, structures, piping and macrostability, AssessmentLayerThree became a probability -- Adjusted tests -- Added missing (functional) tests in the views for when and when not to display the tooltip

Related to Issue [WTI-1373]

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

Former-commit-id: 42a770e3ba5cec759666e993de128fd4c7913689

Former-commit-id: 047d21217f54b6bbad523cd40af5ebb6f5e750dc

    • -1
    • +1
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 25 more files in changeset.
Updated license headers in application. Related to Issue [WTI-1242]

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

Former-commit-id: bb059e969fc96666aeac8859903e186539291c50

Former-commit-id: 5555735a4426b9cb4f1db86329a7e5307ea5c911

    • -1
    • +1
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 478 more files in changeset.
* Explicit declaration of [Combinatorial] * Reformatted code to reduce line length. Related to Issue [WTI-1059]

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

Former-commit-id: 25c3139547f4d6034118583fa1d26ee7e1d89090

Former-commit-id: c0d86ab65e4c7a5a8c181fe0b2112f3873e2b69e

    • -0
    • +1
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 38 more files in changeset.
Changed labels of AssessmentLayerOneState. Related to Issue [WTI-1021]

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

Former-commit-id: 63baf9678c1c2f6f1aa744a026c2605f503ff607

Former-commit-id: 89fdfcacedf7f3e101a5f84b688d0bce09862c0f

    • -1
    • +1
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 59 more files in changeset.
- 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

    • -1
    • +3
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 185 more files in changeset.
- Fixed ReadExtension tests for storage

Related to Issue [WTI-985]

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

Former-commit-id: b3d3d38408158f2d6ee7cfc9caeae4f7dd03829c

Former-commit-id: b068b7b0f25057dcc6b9f96f241d02a451d99cf1

    • -1
    • +3
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 16 more files in changeset.
- Set association between section result and calculation for Stability Point Structure for reading - Extended some tests with missing assertion Related to Issue [WTI-916]

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

Former-commit-id: 70f368f73958ebd32412b2ca52419a5e6f8842b7

Former-commit-id: 5bc38a0e1a7b8b8908877876824fa28c8010778b

    • -0
    • +1
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 5 more files in changeset.
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

    • -2
    • +2
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 15 more files in changeset.
- Added HeightStructureCalculation to Create operation of HeightStructuresFailureMechanismSectionResult Related to Issue [WTI-904]

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

Former-commit-id: 4586c0ae9934c104ba6ff9d70c3b610d94af48ea

Former-commit-id: 3f54ab553556848d9336e537373fc749683825d8

    • -0
    • +23
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 6 more files in changeset.
* Create and Read extension methods for StabilityPointStructure instances. * Introduced RoundedDouble.NaN constant (removes the proliferation of casting from double.NaN to RoundedDouble) Related to Issue [WTI-911]

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

Former-commit-id: e0faff5c1252f482de48e7849a8d4ae3f6bf1d5c

Former-commit-id: 2f2757c0a49641b703a66ca60d5ab0e28b7e7098

    • -1
    • +1
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 71 more files in changeset.
* Cleanup Application.Ringtoets source and test projects. Related to Issue [WTI-737]

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

Former-commit-id: c269ece0045b1b4264870453bc65f03625ae39e6

Former-commit-id: 74430c5c3b0c18f14f92b0cbfcd4a6bc5c5f6280

    • -6
    • +1
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 107 more files in changeset.
* Updated entities to replace decimal properties to double properties ** Removed decimal casts where needed. ** Removed DecimalConversionExtensions as they are now obsolete. Related to Issue [WTI-691]

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

Former-commit-id: db194dd8c6e2e2f37c9fd380254059fc1d5d37ae

Former-commit-id: 854c8aa94eb580c8a369f297e7a1ae8d91b5b290

    • -1
    • +1
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 206 more files in changeset.
* Refactored Create extension methods, reorganizing namespaces. Related to Issue [WTI-664]

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

Former-commit-id: f25e47bca6f4f87eaabceafbefac8acea774a039

Former-commit-id: 7549f4295c991840a21749c51e882447ca1df05d

    • -0
    • +89
    ./HeightStructuresFailureMechanismSectionResultCreateExtensionsTest.cs
  1. … 215 more files in changeset.