FailureMechanismSectionResultTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed Ringtoets folder. WTI-1931

    • -62
    • +0
    ./FailureMechanismSectionResultTest.cs
  1. … 15714 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./FailureMechanismSectionResultTest.cs
  1. … 6095 more files in changeset.
Cleanup: - Removed AssessmentLayerOneState from the solution

WTI-1669

    • -1
    • +0
    ./FailureMechanismSectionResultTest.cs
  1. … 7 more files in changeset.
Final cleanup: - Removed every notion of AssessmentLayerOne from Structures, except for .Data - Removed obsolete tests in: -- Common.Forms: AssessmentLayerOne is implemented specifically --- Common.Data: autoproperty tests should not be implemented

WTI-1621

    • -17
    • +0
    ./FailureMechanismSectionResultTest.cs
  1. … 5 more files in changeset.
Removed obsolete property SimpleAssemblyResult from the FailureMechanismSectionResult: - Factories are used to resolve the output dynamically

WTI-1620

    • -1
    • +0
    ./FailureMechanismSectionResultTest.cs
  1. … 14 more files in changeset.
Added SimpleAssemblyResult property on the failure mechanism section result to hold the result of a simple assembly from the assembly tool

WTI-1620

    • -0
    • +1
    ./FailureMechanismSectionResultTest.cs
  1. … 1 more file in changeset.
Incorporated comments review 2075: - Replaced private CreateSection factory methods with a Factory class which creates valid FailureMechanismSections Related to Issue [WTI-1373]

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

Former-commit-id: 5386dade2d5af68f467293c49214aadde7b14962

Former-commit-id: 2e038077bb8a4812f1da047aea9d7b5a8abe25be

    • -11
    • +3
    ./FailureMechanismSectionResultTest.cs
  1. … 45 more files in changeset.
Incorporated comments: - Pushed AssessmentLayerThree down to the derived classes -- Adjusted tests

Related to Issue [WTI-1373]

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

Former-commit-id: 7eacee6cb466fa4b6c8f56ae238ae24cd8fe705f

Former-commit-id: ac1367b97138cee55c90e7af965fef29e06fba39

    • -22
    • +0
    ./FailureMechanismSectionResultTest.cs
  1. … 56 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

    • -3
    • +6
    ./FailureMechanismSectionResultTest.cs
  1. … 25 more files in changeset.
Updated license headers in ringtoets common. Related to Issue [WTI-1242]

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

Former-commit-id: ce33ce275ba930662636e02ef99d91e788db8757

Former-commit-id: 2a4583aeb892e314df72a61727f806c446493577

    • -1
    • +1
    ./FailureMechanismSectionResultTest.cs
  1. … 551 more files in changeset.
Code cleanup: Ringtoets.Common Ringtoets.DuneErosion Ringtoets.HydraRing Ringtoets.Integration Related to Issue [WTI-1242]

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

Former-commit-id: 0032433ea9de109c256ed5de15ebb145f6be74fc

Former-commit-id: b5477e384031933ad12287ee6958f4f68d7f9566

    • -1
    • +1
    ./FailureMechanismSectionResultTest.cs
  1. … 429 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
    ./FailureMechanismSectionResultTest.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

    • -4
    • +5
    ./FailureMechanismSectionResultTest.cs
  1. … 185 more files in changeset.
Make sure all toetssporen have a toetslaag 1 in their "Resultaat" view * Moved AssessmentlayerOne and AssessmentLayerThree to base * cleaned *FailureMechanismSectionResult.cs * cleaned *FailureMechanismSectionResultTest.cs * cleaned *FailureMechanismSectionResultRow.cs * cleaned *FailureMechanismSectionResultRowTest.cs Related to Issue [WTI-935]

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

Former-commit-id: 0e03c6bc20f13d073b13cf30def9c56982e07d84

Former-commit-id: 8e305f808667634c5856790dac77d85097e8393e

    • -12
    • +53
    ./FailureMechanismSectionResultTest.cs
  1. … 90 more files in changeset.
Cleanup Ringtoets.Common Test projects Related to Issue [WTI-737]

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

Former-commit-id: 02d2996cc8d4c3b77b39c58f270622654bcb34c8

Former-commit-id: 1a65963e0834101684a7a91dfbed4494ac457d36

    • -3
    • +6
    ./FailureMechanismSectionResultTest.cs
  1. … 29 more files in changeset.
Removed SimpleFailureMechanismResult related classes and replaced with specific implementations for failure mechanisms which used these classes. Related to Issue [WTI-510]

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

Former-commit-id: 1fd5389cb6d7471a1134524d05123531b29a1f8d

Former-commit-id: 11ca5d2a0ba598dab625f93cf0d49969a2d614dd

    • -1
    • +0
    ./FailureMechanismSectionResultTest.cs
  1. … 96 more files in changeset.
Added failure mechanism specific section results. Pushed down AssessmentLayerOne as this is not relevant for every failure mechanism. Related to Issue [WTI-510]

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

Former-commit-id: 7a07cdb608ee921811e5929835655ca9dd6083c2

Former-commit-id: eff4f3b2f65d47f2da62569c4e737ca52960eab5

    • -1
    • +0
    ./FailureMechanismSectionResultTest.cs
  1. … 40 more files in changeset.
Implemented support methods in FailureMechanismResultView required for implementation of grass cover erosion inwards and piping failure mechanism results view. Used FailureMechanismResultView for implementing PipingFailureMechanismResultView and GrassCoverErosionInwardsFailureMechanismResultView. Extracted PipingFailureMechanismSectionResultRow. Related to Issue [WTI-513]

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

Former-commit-id: 9e8bb96883d74e3008cbeac511cb12cf3d601261

Former-commit-id: 3f1bfa1d3a8636afa50f935f1905ea74d2fb1793

    • -0
    • +64
    ./FailureMechanismSectionResultTest.cs
  1. … 24 more files in changeset.
Split piping specific implementation from a base implementation from the FailureMechanismSectionResult class. Split piping specific implementation from a base implementation from the FailureMechanismResultView class. Removed projects' unused references. Related to Issue [WTI-513]

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

Former-commit-id: 697d2762deea51a795eee53a885a2e0c41761ac4

Former-commit-id: 88cf6034d7ed18e944ae388f9a33bc953197e4c8

    • -423
    • +0
    ./FailureMechanismSectionResultTest.cs
  1. … 82 more files in changeset.
Changes after review. Related to Issue [WTI-423]

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

Former-commit-id: d8df0f445837ded4de252161cfa634729aa98be3

Former-commit-id: e2a66dcf71f7c8b03d7c158ae4ca238d0ec3138a

    • -1
    • +32
    ./FailureMechanismSectionResultTest.cs
  1. … 13 more files in changeset.
Changes after review. Related to Issue [WTI-423]

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

Former-commit-id: d09f405bec15cd33c341110d2df4099ad91639ac

Former-commit-id: 8f3fe39a7922aba6daf0503cecb3d7607d595a8e

    • -36
    • +155
    ./FailureMechanismSectionResultTest.cs
  1. … 47 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

    • -0
    • +1
    ./FailureMechanismSectionResultTest.cs
  1. … 46 more files in changeset.
Implemented calculation in FailureMechanismSectionResult and show it in view. Related to Issue [WTI-423]

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

Former-commit-id: 588c4b35a435b5c12c8bc21bdf40cad1b446785e

Former-commit-id: c1d680674b677dbd1f3fe25b0087d68c103cded6

    • -14
    • +136
    ./FailureMechanismSectionResultTest.cs
  1. … 8 more files in changeset.
Prevent localization errors in test. Related to Issue [WTI-423]

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

Former-commit-id: 649e711f936ffdf3b1661445ef40d3cc9be6590f

Former-commit-id: 9523bde2edd99e333f28b39567f0461c8ecb9f67

    • -1
    • +1
    ./FailureMechanismSectionResultTest.cs
- 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

    • -3
    • +54
    ./FailureMechanismSectionResultTest.cs
  1. … 8 more files in changeset.
Fix test. Related to Issue [WTI-423]

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

Former-commit-id: 01ce824cc8fcf1956c2484f53b6edab00e55aeef

Former-commit-id: efb0017bc06bee92a15ae8331436f80845f07685

    • -4
    • +3
    ./FailureMechanismSectionResultTest.cs
Show error in results table when calculation scenario contribution is not 100%. Related to Issue [WTI-423]

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

Former-commit-id: 86aee4912a10034b07e880f9c14b6f3d378b42a3

Former-commit-id: 5ad3d61f531b59d64941c1fc9eed6624d4968879

    • -0
    • +31
    ./FailureMechanismSectionResultTest.cs
  1. … 5 more files in changeset.
Implemented calculations failure mechanism section results. Related to Issue [WTI-421]

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

Former-commit-id: 04d05276f88629468eb72ee99bb1c9cb6b08525b

Former-commit-id: c3ace89f53fcea1eaf705939001bf849b566fad7

    • -0
    • +1
    ./FailureMechanismSectionResultTest.cs
  1. … 9 more files in changeset.
Added folders for AssessmentSection and FailureMechanism in Ringtoets.Common.Data. Related to Issue [WTI-432]

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

Former-commit-id: 1fc0cbe4ee37c6965f4c379f14cb08f3cc97cb23

Former-commit-id: ed20cfc1d253bbf457dbbb1f77de0910155f979c

    • -0
    • +68
    ./FailureMechanismSectionResultTest.cs
  1. … 147 more files in changeset.