Ringtoets.HeightStructures.Forms.Test.csproj

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* All MapControl users makes use of available WmtsMapData to put it on MapControl.BackgroundMapData. * Improved unit tests to use test stub object for retrieving map tiles. * Cleanup Related to Issue [WTI-1088]

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

Former-commit-id: 5837b0f29024f4d0bdfbeebef29ed9a18e77b6b6

Former-commit-id: 8d4d1b5549793d2f91dbdf707df2a72348bf56f0

    • -0
    • +8
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 31 more files in changeset.
Upgraded to NUnit 3.6.0 Assert.IsNullOrEmpty(...) --> Assert.That(string.IsNullOrEmpty(...)); [STAThread] --> [Apartment(ApartmentState.STA)] [RequiresSTA] --> [Apartment(ApartmentState.STA)]

Current directory <> output dir

http://stackoverflow.com/questions/35852979/using-resharper-nunit-tests-start-in-a-random-temporary-directory

NUnit 3.0 stopped changing current directory.

use TestContext.TestDirectory as the location of your file.

Related to Issue [WTI-1047]

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

Former-commit-id: 8e98e0fcf163c22a6a73ac3aadca4cf947804b0e

Former-commit-id: 490f137aa03123596bf0293183ace6db4f4614e9

    • -2
    • +2
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 336 more files in changeset.
* Defined BruTileLayer with WMTS connectivity. ** Classes based on https://github.com/FObermaier/DotSpatial.Plugins * Note: app.config added bu Nuget. Probably in order to resolve BruTile.Desktop dependency on an older version of SQLite, which i've set to ignore the dependency on the old SQLite. Related to Issue [WTI-1088]

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

Former-commit-id: f9fc0e320eea992e04250addb23b310f9b348a02

Former-commit-id: 8f2ecf22a1d5ec3cea0f1d7d342b882b5e6e78e7

    • -0
    • +1
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 211 more files in changeset.
Updated SQLite to latest version (104) paired with berg_jl

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

Former-commit-id: b7f49496d25e38cc4ff409d44a86b09d8ab5b536

Former-commit-id: b44681b37cdf650d516bbce670eef9e8de813e4a

    • -4
    • +4
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 216 more files in changeset.
Improvements after review. Related to Issue [WTI-773]

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

Former-commit-id: bf03f344571164795f315d8a063a3bc2bdc2b9c4

Former-commit-id: beb549c0f7dc4e2aeaee8e8152a840fa15364b86

    • -2
    • +0
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 39 more files in changeset.
- Upgraded Project ToolsVersion="4.0" to ToolsVersion="14.0" - Ignored ".vs" folder in trunk paired with tang_ds

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

Former-commit-id: beca2918e38aa1e3900b6bc17a0df7e8d1f9c8e3

Former-commit-id: 681a7a3764b91f67e1e97dc0d30f930c901276e0

    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 219 more files in changeset.
Moved all TreeNodeInfo tests and other info tests from forms test project to plugin test project. Related to Issue [WTI-773]

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

Former-commit-id: b845a4c5c923896a2059ff46ac7dd5eb076dd82e

Former-commit-id: bbf06f92d9b3fd77e194139bffff7de75b4cc1b4

    • -29
    • +3
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 239 more files in changeset.
* Moved HydraulicBoundaryLocation and related classes from HydraRing.Data to Ringtoets.Common.Data\Hydraulics * Removed HydraRing.Data and related test projects. * Moved importer related test data from HydraRing.IO to Ringtoets.Common.IO Related to Issue [WTI-988]

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

Former-commit-id: 17347220df48d78521b65d257dde9b4ffdace273

Former-commit-id: dc5ddfa6d8f3719bd2dd4a2f62ed94f98f962499

    • -4
    • +0
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 426 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

    • -0
    • +4
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 185 more files in changeset.
Added open item for remaining (implemented) failure mechanism views. Added failure mechanism view for height structures. Related to Issue [WTI-843]

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

Former-commit-id: ed323862925f9e7f71d3ec404309ef60b57c0aa5

Former-commit-id: 23ba3a0bbc6714dd9d0b802f28a3ffcb899737f0

    • -0
    • +13
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 21 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

    • -8
    • +0
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 39 more files in changeset.
Ensure "Copy Local" is correctly set for all project references.

Paired with janssen

Related to Issue [WTI-931]

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

Former-commit-id: 1a285b893488098d515aa5e5827909e39345af9e

Former-commit-id: 96fea1b85e27ae87d361d5996d7a6d16181edd0e

    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 7 more files in changeset.
- Check the code coverage configuration of the trunk Related to Issue [WTI-931]

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

Former-commit-id: 60655265b27b5521f0a53b0998b9ce77e069342f

Former-commit-id: e0560a24c08e4583c331a82ea5348baac1a32bfe

    • -0
    • +1
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 97 more files in changeset.
Improved some tests by using HydraRingCalculatorFactoryConfig Related to Issue [WTI-921]

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

Former-commit-id: f09c1dd27fb560a56694125e29550ef09dc0fb6c

Former-commit-id: d1df8637395dbb481b15047725abb967bc38917f

    • -0
    • +4
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 14 more files in changeset.
Added GenerateCalculations menu option for ClosingStructures. Related to Issue [WTI-594]

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

Former-commit-id: ea7f4d903427c827656083a23af14fec7fc6f49c

Former-commit-id: c3fcdb600447914c78d0e9e165f450412396b321

    • -1
    • +0
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 20 more files in changeset.
Merged revision(s) from branches/WTI 556

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

Former-commit-id: e50f7ed7f219070fe29b4b2209145f925026a466

Former-commit-id: f870972d67ab537639530939dd69673425eb3f76

    • -4
    • +0
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 71 more files in changeset.
Removed redundant UITypeEditors Related to Issue [WTI-556]

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

Former-commit-id: 4b0d7ce92f6325cb9942ec4fba7d47ccc6a76966

Former-commit-id: 3d7116608af510fd71617f1ce28d3bfd10a24ff5

    • -2
    • +0
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 7 more files in changeset.
Moved IHasStructureProperty to Core.Common.Forms Related to Issue [WTI-556]

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

Former-commit-id: 900522c5791d5af3c91263ccdba6173da6e170b4

Former-commit-id: 3c4c477d0213c47015ffaec13be82565ab28fff4

    • -1
    • +0
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 10 more files in changeset.
Introduced StructureEditor Related to Issue [WTI-556]

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

Former-commit-id: 11601c3d17cf213c5acd11f07a82c206f63dac2a

Former-commit-id: 1b292620d2185eb98e73f5babc2eb0e92b4fcb31

    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 8 more files in changeset.
Moved StructuresContextBase to Ringtoets.Common.Forms Related to Issue [WTI-556]

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

Former-commit-id: 0ab1c859fb4e51dfb7e4fd3aedca9503c0394081

Former-commit-id: d695edc42274583f40e9717d4a3b7f7c4ba20820

    • -1
    • +0
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 9 more files in changeset.
Adapted StructuresContextBaseTest Related to Issue [WTI-556]

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

Former-commit-id: 8bcb41b333d30495c7f113f1439d1ba3135ecb08

Former-commit-id: 3109cb479a1ac197e4b7ee9d9a59a88ef3ac4496

    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 3 more files in changeset.
* Refacoted HeightStructureFailureMechanismContextProperties to HeightStructureFailureMechanismProperties, no longer depending on the *Context. ** Updated HeightStructuresPlugin accordingly. * Implemented ClosingStructuresFailureMechanismProperties. Related to Issue [WTI-552]

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

Former-commit-id: 790c260e69431880f90d99b9d47be22f316deac3

Former-commit-id: b327be9b3a5456d20d1e55fc9c46ffe8814f9d68

    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 15 more files in changeset.
Fixed failing tests Related to Issue [WTI-556]

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

Former-commit-id: ee639390d0ae155e2fcf3a9a7e4d793164ba9809

Former-commit-id: 5bc3aaf900bd1bd92db7383ce80e669df24169b4

    • -0
    • +4
    ./Ringtoets.HeightStructures.Forms.Test.csproj
Cleaned up some references Related to Issue [WTI-556]

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

Former-commit-id: b2a083c2c33da0d2f1b9d656b6881987f0d8aeb4

Former-commit-id: c51d1c0c43c6411dc0099a9f3ac1d9da9de93d6c

    • -4
    • +0
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 17 more files in changeset.
- Review related changes - Added test for TestHeightStructure and HeightStructuresHelper - Extended test coverage Related to Issue [WTI-587]

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

Former-commit-id: 9aa6317ea77882f03d5924f18e26219f42b980a7

Former-commit-id: 26d30671ed260a8815b0df7cbbbf07b500b2d674

    • -0
    • +4
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 6 more files in changeset.
Added ViewInfo definition for HeightStructuresScenarioView. Added tests for the HeightStructures scenario view. Extended HeightStructureHelper with methods to synch scenario's after Delete and Update of structures and for collection calculations defined for a section. Related to Issue [WTI-587]

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

Former-commit-id: 5e99573f9728c9c3a2aebe0de844a403a1609a4e

Former-commit-id: 80899b4ac1dc2abda6aeae72e434c4bdaee0f664

    • -0
    • +2
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 39 more files in changeset.
- Improved HeightStructuresScenariosContext - Added tests for HeightStructuresScenariosContext - Added ClosingStructuresScenariosContext Related to Issue [WTI-595]

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

Former-commit-id: 7e64038aa1e18d3054fea139975677337748741a

Former-commit-id: 72941c9656add6e023cd19ea97348c6b9963fddd

    • -0
    • +1
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 6 more files in changeset.
Added scenarios tree node. Related to Issue [WTI-586]

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

Former-commit-id: 4536b11115a6b39d1a57998b567afbcbe04f6ade

Former-commit-id: 04cc638ca85bd8cdb5176378ffa8737f3ff8aa8f

    • -0
    • +1
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 6 more files in changeset.
Reused new TestHeightStructure in tests. Added test for StructureSelectionDialog. Added constructor for TestHeightStructure with custom name.

Related to Issue [WTI-581]

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

Former-commit-id: a372415e14957ef6c9628c9875c7b0c61c44a004

Former-commit-id: 57d138fbf50d141ac62b6a89d5f98d4ddfc93ab2

    • -0
    • +1
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 11 more files in changeset.
- Added test projects for valid HeightStructures - TestHeightStructure and TestHeightStructuresCalculation Related to Issue [WTI-584]

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

Former-commit-id: 6d88f18e25e8e9e7595965a5a89729f5718770e0

Former-commit-id: 6972f514584ef21f8b74425997392daef175bffa

    • -0
    • +4
    ./Ringtoets.HeightStructures.Forms.Test.csproj
  1. … 18 more files in changeset.