Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Incorporated comments review 1208 - Renamed DataGridViewCellTester to DataGridViewCellTestHelper - Introduced protected AssessmentLayerOneColumnIndex for the FailureMechanismResultView, replaced all local definitions for the derived classes when relevant - Added Core.Common.Version dependencies to the Common.Forms.TestUtil and its Common.Forms.TestUtil.Test

Related to Issue [WTI-985]

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

Former-commit-id: 58e7647abfb79ad27d29c407da8ba6b8141e8195

Former-commit-id: 3a457868facc8a1a0d885a7fb668c95d909fb0ac

    • -8
    • +8
    ./GrassCoverSlipOffInwardsResultViewTest.cs
    • -8
    • +8
    ./GrassCoverSlipOffOutwardsResultViewTest.cs
    • -6
    • +6
    ./MacrostabilityInwardsResultViewTest.cs
    • -8
    • +8
    ./MacrostabilityOutwardsResultViewTest.cs
    • -4
    • +4
    ./StrengthStabilityLengthwiseConstructionResultViewTest.cs
    • -4
    • +4
    ./TechnicalInnovationResultViewTest.cs
    • -4
    • +4
    ./WaterPressureAsphaltCoverResultViewTest.cs
  1. … 33 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

    • -33
    • +42
    ./GrassCoverSlipOffInwardsResultViewTest.cs
    • -33
    • +42
    ./GrassCoverSlipOffOutwardsResultViewTest.cs
    • -40
    • +41
    ./MacrostabilityInwardsResultViewTest.cs
    • -40
    • +44
    ./MacrostabilityOutwardsResultViewTest.cs
    • -33
    • +43
    ./MicrostabilityResultViewTest.cs
    • -33
    • +43
    ./PipingStructureResultViewTest.cs
    • -29
    • +36
    ./StrengthStabilityLengthwiseConstructionResultViewTest.cs
    • -28
    • +36
    ./TechnicalInnovationResultViewTest.cs
    • -29
    • +36
    ./WaterPressureAsphaltCoverResultViewTest.cs
  1. … 176 more files in changeset.
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 Related to Issue [WTI-985]

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

Former-commit-id: 8466068ea9ad78e1718ad04a866f56e7776cd573

Former-commit-id: f605978f77732aa71edc1ff97b4c4ec196f7ad10

    • -29
    • +36
    ./WaterPressureAsphaltCoverResultViewTest.cs
  1. … 1 more file in changeset.
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 Related to Issue [WTI-985]

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

Former-commit-id: 68a3232a21773a7b5a3dba7004c700b63f9b1458

Former-commit-id: 63c394b3e2d84b55f95bfe248b252dc656aa7412

    • -28
    • +36
    ./TechnicalInnovationResultViewTest.cs
  1. … 1 more file in changeset.
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 Related to Issue [WTI-985]

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

Former-commit-id: b59dad23c9b4c9626a566a7ae95e27dc0dc66a6e

Former-commit-id: 5df0df09819e423f82a365c6d5dfe43de4a6a600

    • -29
    • +36
    ./StrengthStabilityLengthwiseConstructionResultViewTest.cs
  1. … 1 more file in changeset.
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

Related to Issue [WTI-985]

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

Former-commit-id: 15463ac4bf0a7ba0a3dee38927c197d2dabd4846

Former-commit-id: baf3ab595ab32af69b39789bfd0b9112fa293b5d

    • -33
    • +43
    ./PipingStructureResultViewTest.cs
  1. … 1 more file in changeset.
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

Related to Issue [WTI-985]

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

Former-commit-id: e3306befe6ac2a70167b38a2ff72b7dd8e0d3ea3

Former-commit-id: 4053b874fa90462d8cc5f4115a864fde57e0b49f

    • -40
    • +41
    ./MacrostabilityInwardsResultViewTest.cs
    • -40
    • +44
    ./MacrostabilityOutwardsResultViewTest.cs
    • -33
    • +43
    ./MicrostabilityResultViewTest.cs
  1. … 3 more files in changeset.
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

Related to Issue [WTI-985]

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

Former-commit-id: 0082a6e2b990a094fe34fd4fbe3af122012b59e5

Former-commit-id: 39c4a271a0940e343f704b6e5a8e38b393d8e172

    • -33
    • +42
    ./GrassCoverSlipOffOutwardsResultViewTest.cs
  1. … 1 more file in changeset.
Removed obsolete RingtoetsCommonResource reference Related to Issue [WTI-985]

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

Former-commit-id: 2e24e40549db009d5553d22fab4f0c782ebc54d3

Former-commit-id: 5de3af3ced8c380ddefacf650cc2834b9c9c0464

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

Related to Issue [WTI-985]

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

Former-commit-id: 16b4f34d2ac92e2155a8bbd5abcede1897c11cb6

Former-commit-id: 20342558af876c58ca32c3d94c241accf75c4b4f

    • -33
    • +42
    ./GrassCoverSlipOffInwardsResultViewTest.cs
  1. … 1 more file in changeset.
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

Related to Issue [WTI-985]

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

Former-commit-id: e98f01f884b114fbd5948e01eed46f93f1cbf609

Former-commit-id: c5843a5decb1302bd51722527b02e9dc129d89b4

  1. … 2 more files in changeset.
Deltares clean-up for Ringtoets.Integration Related to Issue [WTI-931]

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

Former-commit-id: 371f02343a244f8e73fec88ab3af920b9925e4b4

Former-commit-id: 2441a6730199af56090314e19db45ecf60cbc404

  1. … 5 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

  1. … 90 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
    • +1
    ./GrassCoverSlipOffInwardsResultViewTest.cs
    • -1
    • +1
    ./GrassCoverSlipOffOutwardsResultViewTest.cs
    • -1
    • +1
    ./MacrostabilityInwardsResultViewTest.cs
    • -1
    • +1
    ./MacrostabilityOutwardsResultViewTest.cs
    • -1
    • +1
    ./StrengthStabilityLengthwiseConstructionResultViewTest.cs
    • -1
    • +1
    ./TechnicalInnovationResultViewTest.cs
    • -1
    • +1
    ./WaterPressureAsphaltCoverResultViewTest.cs
  1. … 168 more files in changeset.
Performed resharper code cleanup. Related to Issue [WTI-869]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_2@5600 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 7ebd4da86463a8ac1225474d630da6be1e0cd0d3

Former-commit-id: 7c050c7874e5fd687bf433ee85ab3fc4a5c4dd7d

    • -1
    • +1
    ./GrassCoverSlipOffInwardsResultViewTest.cs
    • -1
    • +1
    ./GrassCoverSlipOffOutwardsResultViewTest.cs
    • -1
    • +1
    ./MacrostabilityInwardsResultViewTest.cs
    • -1
    • +1
    ./MacrostabilityOutwardsResultViewTest.cs
    • -1
    • +1
    ./StrengthStabilityLengthwiseConstructionResultViewTest.cs
    • -1
    • +1
    ./StrengthStabilityPointConstructionResultViewTest.cs
    • -1
    • +1
    ./TechnicalInnovationResultViewTest.cs
    • -1
    • +1
    ./WaterPressureAsphaltCoverResultViewTest.cs
  1. … 174 more files in changeset.
- Moved relevant files to StabilityPointStructures projects and folders Related to Issue [WTI-560]

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

Former-commit-id: 7ebfef7c61e5c53c4c979cf2201cd4d076a1c899

Former-commit-id: 40cf736b19f2713bdd445c628e9db962d935995f

    • -164
    • +0
    ./StrengthStabilityPointConstructionResultViewTest.cs
  1. … 74 more files in changeset.
- Moved related classes to ClosingStructures projects Related to Issue [WTI-546]

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

Former-commit-id: b0af05cb82171965d4485f4199f79b099ec64a9d

Former-commit-id: 48711dc8f9a44e33b3d4363d8e101bbace3837bb

    • -242
    • +0
    ./ClosingStructuresResultViewTest.cs
  1. … 54 more files in changeset.
- Renamed ClosingStructureFailureMechanism to ClosingStructuresFailureMechanism - Fixed tests to assert the correct *SectionEntity Related to Issue [WTI-546]

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

Former-commit-id: 2c865b08f58270a5625e82af754fbe1969cf3b14

Former-commit-id: dfd1648c10277aaecf42ac969770b3f65ae63e52

    • -242
    • +0
    ./ClosingStructureResultViewTest.cs
    • -0
    • +242
    ./ClosingStructuresResultViewTest.cs
  1. … 64 more files in changeset.
Renamed GuiTestHelper.cs to PluginTestHelper.cs to better match its purpose and to prevent name collision. Added aliasses for Ringtoets.Common.Forms resources. Related to Issue [WTI-746]

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

Former-commit-id: 892483c63a47a4fc32f420ff756c73639adf6212

Former-commit-id: 4e4de303f6d384789d4b975aba493e9d5106dce9

    • -4
    • +4
    ./GrassCoverSlipOffInwardsResultViewTest.cs
    • -4
    • +4
    ./GrassCoverSlipOffOutwardsResultViewTest.cs
    • -4
    • +4
    ./MacrostabilityInwardsResultViewTest.cs
    • -4
    • +4
    ./MacrostabilityOutwardsResultViewTest.cs
    • -3
    • +3
    ./StrengthStabilityLengthwiseConstructionResultViewTest.cs
    • -3
    • +3
    ./StrengthStabilityPointConstructionResultViewTest.cs
    • -3
    • +3
    ./TechnicalInnovationResultViewTest.cs
    • -3
    • +3
    ./WaterPressureAsphaltCoverResultViewTest.cs
  1. … 75 more files in changeset.
Merged revision(s) 5006-5019 from branches/Release/16_1_1: Resharper cleanup Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

constants now are at the beginning of test files.

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Cleanup project references.

Related to Issue WTI 737

........

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

Former-commit-id: 21f2b2d3f74765437bc2f5ac6001d62a6c3afd98

Former-commit-id: 79979c7e6cb96a998c3b1a0d4fc4d9bd4bf10566

    • -5
    • +5
    ./GrassCoverSlipOffInwardsResultViewTest.cs
    • -5
    • +5
    ./GrassCoverSlipOffOutwardsResultViewTest.cs
    • -5
    • +5
    ./MacrostabilityInwardsResultViewTest.cs
    • -5
    • +5
    ./MacrostabilityOutwardsResultViewTest.cs
    • -4
    • +4
    ./StrengthStabilityLengthwiseConstructionResultViewTest.cs
    • -4
    • +4
    ./StrengthStabilityPointConstructionResultViewTest.cs
    • -4
    • +4
    ./TechnicalInnovationResultViewTest.cs
    • -4
    • +4
    ./WaterPressureAsphaltCoverResultViewTest.cs
  1. … 208 more files in changeset.
Resharper cleanup

Related to Issue [WTI-739]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_1_1@5014 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d91ce4a5a30192a5e681787bcb49e8390d72f48a

Former-commit-id: 4fd5daa3311c8c0834b1b339774d9cad7206b3b0

    • -5
    • +5
    ./GrassCoverErosionOutwardsResultViewTest.cs
    • -5
    • +5
    ./GrassCoverSlipOffInwardsResultViewTest.cs
    • -5
    • +5
    ./GrassCoverSlipOffOutwardsResultViewTest.cs
    • -5
    • +5
    ./MacrostabilityInwardsResultViewTest.cs
    • -5
    • +5
    ./MacrostabilityOutwardsResultViewTest.cs
    • -4
    • +4
    ./StabilityStoneCoverResultViewTest.cs
    • -4
    • +4
    ./StrengthStabilityLengthwiseConstructionResultViewTest.cs
    • -4
    • +4
    ./StrengthStabilityPointConstructionResultViewTest.cs
    • -4
    • +4
    ./TechnicalInnovationResultViewTest.cs
    • -4
    • +4
    ./WaterPressureAsphaltCoverResultViewTest.cs
    • -5
    • +5
    ./WaveImpactAsphaltCoverResultViewTest.cs
  1. … 40 more files in changeset.
Resharper cleanup

Related to Issue [WTI-739]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_1_1@5014 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f1c0241021116a26e7621a05d25419e7a0b1e13b

Former-commit-id: df70e1d48d043e3b89e22aad9359f43c7bac40f1

    • -5
    • +5
    ./GrassCoverErosionOutwardsResultViewTest.cs
    • -5
    • +5
    ./GrassCoverSlipOffInwardsResultViewTest.cs
    • -5
    • +5
    ./GrassCoverSlipOffOutwardsResultViewTest.cs
    • -5
    • +5
    ./MacrostabilityInwardsResultViewTest.cs
    • -5
    • +5
    ./MacrostabilityOutwardsResultViewTest.cs
    • -4
    • +4
    ./StabilityStoneCoverResultViewTest.cs
    • -4
    • +4
    ./StrengthStabilityLengthwiseConstructionResultViewTest.cs
    • -4
    • +4
    ./StrengthStabilityPointConstructionResultViewTest.cs
    • -4
    • +4
    ./TechnicalInnovationResultViewTest.cs
    • -4
    • +4
    ./WaterPressureAsphaltCoverResultViewTest.cs
    • -5
    • +5
    ./WaveImpactAsphaltCoverResultViewTest.cs
  1. … 40 more files in changeset.
Add node presenter for the Asphalt toetsspoor Related to Issue [WTI-782]

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

Former-commit-id: 5feea3ac1dcbe0506fcd04ecec6fe52cafa66d91

Former-commit-id: e6c32e124dd48d81e61199ca5db0f67785bb4528

    • -239
    • +0
    ./WaveImpactAsphaltCoverResultViewTest.cs
  1. … 65 more files in changeset.
- Moved all GrassCoverErosionOutwards to the GrassCoverErosionOutwards projects - Fixed incorrect references Related to Issue [WTI-704]

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

Former-commit-id: 601621d1fdcc816f6e8bab6e70267595f0798fa4

Former-commit-id: 8bc9a98deb458a14568889000c597b82386b1297

    • -234
    • +0
    ./GrassCoverErosionOutwardsResultViewTest.cs
  1. … 60 more files in changeset.
* Moved existing stand-alone failure mechanism elements for Stability Stone Cover to Ringtoets.StabilityStoneCover projects. ** Defined new plugin and properties object for StabilityStoneCoverFailureMechanism. ** Moved data, view and plugin logic. ** Moved resources. Related to Issue [WTI-717]

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

Former-commit-id: 7ca56393cec6f732faf160a434e394c53e4b81ed

Former-commit-id: cb643c6c672e153c1e8e69ae8f1b5123abeb37dc

    • -163
    • +0
    ./StabilityStoneCoverResultViewTest.cs
  1. … 71 more files in changeset.
* Cleanup Ringtoets.Integration test projects. Related to Issue [WTI-737]

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

Former-commit-id: dd1941f92f3bd7c22da6219806ff5849a66b6c2b

Former-commit-id: 282646bb4ef2c053df24adcba5513952d3a47943

    • -106
    • +96
    ./ClosingStructureResultViewTest.cs
    • -90
    • +82
    ./GrassCoverErosionOutwardsResultViewTest.cs
    • -91
    • +83
    ./GrassCoverSlipOffInwardsResultViewTest.cs
    • -91
    • +83
    ./GrassCoverSlipOffOutwardsResultViewTest.cs
    • -106
    • +96
    ./MacrostabilityInwardsResultViewTest.cs
    • -106
    • +96
    ./MacrostabilityOutwardsResultViewTest.cs
    • -91
    • +83
    ./MicrostabilityResultViewTest.cs
    • -91
    • +83
    ./PipingStructureResultViewTest.cs
    • -61
    • +55
    ./StabilityStoneCoverResultViewTest.cs
    • -82
    • +74
    ./StrengthStabilityLengthwiseConstructionResultViewTest.cs
    • -60
    • +54
    ./StrengthStabilityPointConstructionResultViewTest.cs
    • -84
    • +76
    ./TechnicalInnovationResultViewTest.cs
    • -4
    • +4
    ./WaterPressureAsphaltCoverResultViewTest.cs
    • -5
    • +5
    ./WaveImpactAsphaltCoverResultViewTest.cs
  1. … 68 more files in changeset.
* Corrected 'Given-When-Then' comments for unit tests. * Fixed typos * ArgumentNullException for DikeProfile when no ConstructionProperties instance is provided. Related to Issue [WTI-637]

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

Former-commit-id: 978b5f9b71c2e7595a67d643425a9fb93372cae4

Former-commit-id: c6e66919314ad8c5e27cfda3580832b726e7590f

    • -4
    • +4
    ./GrassCoverErosionOutwardsResultViewTest.cs
    • -5
    • +5
    ./GrassCoverSlipOffInwardsResultViewTest.cs
    • -5
    • +5
    ./GrassCoverSlipOffOutwardsResultViewTest.cs
    • -5
    • +5
    ./StabilityStoneCoverResultViewTest.cs
    • -5
    • +5
    ./TechnicalInnovationResultViewTest.cs
  1. … 20 more files in changeset.
* Fixed typos. * Removed useless string.format("{0}" code-parts. * Removed an unused reference. Related to Issue [WTI-660]

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

Former-commit-id: af183bbe88c508dfb876abb275562ca8de4be3e8

Former-commit-id: d57a3724360faa56d28caef7056b3ea2ce96fa36

    • -2
    • +2
    ./GrassCoverErosionOutwardsResultViewTest.cs
    • -2
    • +2
    ./GrassCoverSlipOffInwardsResultViewTest.cs
    • -2
    • +2
    ./GrassCoverSlipOffOutwardsResultViewTest.cs
    • -2
    • +2
    ./StabilityStoneCoverResultViewTest.cs
    • -2
    • +2
    ./StrengthStabilityLengthwiseConstructionResultViewTest.cs
    • -2
    • +2
    ./TechnicalInnovationResultViewTest.cs
    • -2
    • +2
    ./WaterPressureAsphaltCoverResultViewTest.cs
    • -4
    • +4
    ./WaveImpactAsphaltCoverResultViewTest.cs
  1. … 9 more files in changeset.
* All FailureMechanismSectionResults now have their Level2A and LevelThree properties initialized to double.NaN. * All FailureMechanismSectionResultViews now show double.NaN as "-" in the tables. * All FailureMechanismSectionResultViews now accept empty strings or "-" characters for Level2A and LevelThree properties of FailureMechanismSectionResults and intepret that as double.NaN. * Extracted repeated formatting text for Probabilities into helper and reused that common code. * Added parameter validation to Probability properties. * Improved Probability properties to be uniformly in the [0, 1] range (some where expressed as yearly return period). * Cleanup of projects. Related to Issue [WTI-660]

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

Former-commit-id: 76eb0f04008f538d0a45ec96b111dfece1c15620

Former-commit-id: d59ac121b4a0584564abb12e480d89fb49ca613f

    • -12
    • +6
    ./ClosingStructureResultViewTest.cs
    • -12
    • +5
    ./MacrostabilityInwardsResultViewTest.cs
    • -12
    • +5
    ./MacrostabilityOutwardsResultViewTest.cs
    • -12
    • +5
    ./StrengthStabilityPointConstructionResultViewTest.cs
  1. … 132 more files in changeset.
Implemented more readable (and better maintainable) way of returning contexts for each failure mechanism by implementing and using FailureMechanismContextAssociation instances which defines transformations per FailureMechanism to a FailureMechanismContext instance. Added GetMemberName for methods in TypeUtils. Moved Name property of FailureMechanismResultRow implementations to the FailureMechanismResultRow (base) class. Renamed directories (and thus namespaces) to prevent possible naming conflicts. Made parts of code more readable. Improved doc. Related to Issue [WTI-510]

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

Former-commit-id: edec08193cc1b21df028e473f6667a16b73d1568

Former-commit-id: 8b2c23d212760c612069ec6d6baf6aab55c4e1dc

    • -0
    • +258
    ./ClosingStructureResultViewTest.cs
    • -0
    • +169
    ./DuneErosionResultViewTest.cs
    • -0
    • +242
    ./GrassCoverErosionOutwardsResultViewTest.cs
    • -0
    • +242
    ./GrassCoverSlipOffInwardsResultViewTest.cs
    • -0
    • +242
    ./GrassCoverSlipOffOutwardsResultViewTest.cs
    • -0
    • +258
    ./MacrostabilityInwardsResultViewTest.cs
    • -0
    • +258
    ./MacrostabilityOutwardsResultViewTest.cs
    • -0
    • +242
    ./MicrostabilityResultViewTest.cs
    • -0
    • +242
    ./PipingStructureResultViewTest.cs
    • -0
    • +169
    ./StabilityStoneCoverResultViewTest.cs
    • -0
    • +228
    ./StrengthStabilityLengthwiseConstructionResultViewTest.cs
    • -0
    • +177
    ./StrengthStabilityPointConstructionResultViewTest.cs
    • -0
    • +231
    ./TechnicalInnovationResultViewTest.cs
    • -0
    • +228
    ./WaterPressureAsphaltCoverResultViewTest.cs
    • -0
    • +239
    ./WaveImpactAsphaltCoverResultViewTest.cs
  1. … 246 more files in changeset.