WaveHeightLocationsViewTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated license headers in Ringtoets.Integration. Related to Issue [WTI-1242]

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

Former-commit-id: 5cf71e2f52c6a9a36e1a31ea82f36a076ffbebd4

Former-commit-id: 6abec109964cfccaea7e617f4a17ce5ab22c1d4f

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

    • -11
    • +11
    ./WaveHeightLocationsViewTest.cs
  1. … 429 more files in changeset.
Review related changes Related to Issue [WTI-1059]

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

Former-commit-id: 36253955b50bf7cfcf9926de39b554c40b11b74b

Former-commit-id: 87aa47c1475787cdd8324c0ae21aa39417c59855

  1. … 23 more files in changeset.
Got rid of ringId in HydraRing calculations Related to Issue [WTI-1059]

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

Former-commit-id: 4bc191fed1251037ae4eef4b56b7c26f9422f239

Former-commit-id: ba1406e780c01115aa545539afaef534ff495f40

  1. … 73 more files in changeset.
Made CalculatableRow generic so that the calculatable object is generic implemented. Related to Issue [WTI-1044]

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

Former-commit-id: e6546809bfb4bd75ad63794091fa663d915cbe1a

Former-commit-id: a76bba6708db446ecc7fc94ddd48732adb17eabb

  1. … 24 more files in changeset.
* Introduced WmtsMapData class * Extended AssessmentSection with BackgroundMapData property. * AssessmentSection.BackgroundMapData exposed in project tree. * Refactoring common code for test stub implementation of IAssessmentSection. Related to Issue [WTI-1085]

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

Former-commit-id: d2fbeb9b138f4410f10feba12b416b00984a3bfb

Former-commit-id: a51d7b249c1e2a0257b91407dbef3ebeaf964c5c

  1. … 45 more files in changeset.
Removed public setter of HydraulicBoundaryLocation's WaveHeight Related to Issue [WTI-987]

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

Former-commit-id: 8a5489cf0b6efd5014d0fe9c391cdde1bb1f5e07

Former-commit-id: c7f3b54cc9afecfff8c83fc0693338551955f77c

  1. … 14 more files in changeset.
* Introduced (extension)methods to easily identify a HydraulicBoundaryDatabase with imported or calculatable locations. * Renamed Resource name. * If no database with calculatable locations has been coupled, the HydraulicBoundariesGroupContext doesn't have children for GrassCoverErosionOutwards. * More uniform tooltips for dealing with no hydro database with calculatable locations coupled. * Introduced TestHydraulicBoundaryDatabase in Ringtoets.Common.Data.TestUtil and reused it where similar classes were created in inner scopes of unit tests.

Related to Issue [WTI-1013]

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

Former-commit-id: b96c1ccc18a7b3d57fda58f8ddc5049d00352cee

Former-commit-id: 849e55b37d09d4db4809539497c005ab2e7bac0c

    • -27
    • +16
    ./WaveHeightLocationsViewTest.cs
  1. … 22 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

  1. … 426 more files in changeset.
* Moved HydraulicBoundaryDatabase from HydraRing.Data to Ringtoets.Common.Data/Hydraulics ** Cleaned up references accordingly. Related to Issue [WTI-988]

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

Former-commit-id: 1cbfbcf8ccef4a1896ad4e79d8ec20cbc464353d

Former-commit-id: b18bac07e03abd4a1cc70e3c40475e7759521c86

  1. … 134 more files in changeset.
- Updated FailureMechanismContributionNormChangeHandler.ChangeNorm's signature to pass along the norm, instead of the return period - Had to update all tests that create an AssessmentSection that was defined as a return period Related to Issue [WTI-1019]

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

Former-commit-id: 00e291aa4d0d4d90e60e41432032bc2bf6e3d847

Former-commit-id: 85d3c72325fb1550f01ddf9ca8716034496aa175

  1. … 33 more files in changeset.
Renamed Commentable.Comments to Comment.Body Related to Issue [WTI-983]

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

Former-commit-id: cdeaf9685c9c6b52624d8a755a52835936a0564e

Former-commit-id: 0f2d7929b9cd815fcd65770b767b001efca4e49b

  1. … 108 more files in changeset.
- Removed ICommentable from IAssessmentSection and replaced it with a Commentable property Related to Issue [WTI-983]

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

Former-commit-id: 96f7d039b5714198f657400bdf0cb860fcd7a04a

Former-commit-id: 6eb177bd9bb222ca091b01123eb8c80e7a0f834f

  1. … 23 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. … 71 more files in changeset.
Merged revision(s) 5536 from branches/Release/16_2: Added missing tests. Performed cleanups. Related to Issue WTI 881

........

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

Former-commit-id: 1c62813f51c72263d84ab7ec3f6f94b2f5f1008a

Former-commit-id: 6891ab5ef35afb0631130ea6bfd5e828f5e92595

  1. … 6 more files in changeset.
Added missing tests. Performed cleanups. Related to Issue [WTI-881]

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

Former-commit-id: 5f226deebcec09ceb1bb42cbe64f996db8d395a6

Former-commit-id: 65970126735d58fd283447f31a189a03ba8e38fd

  1. … 7 more files in changeset.
Moved HydraulicBoundaryLocationsView and related classes to common so that it can be reused in failure mechanisms. Related to Issue [WTI-881]

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

Former-commit-id: a5930d855f1a0b5d3104f331bd3317d0f2d9a847

Former-commit-id: 9180def790757294831fdcd10e61d29cd8950154

  1. … 30 more files in changeset.
Pulled away HydraulicBoundaryDatabase and AssessmentSection related knowlegde from the HydraulicBoundaryLocationsView. Related to Issue [WTI-881]

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

Former-commit-id: 0d353db6a6ef493decd37a81bbf6c10a51358a2c

Former-commit-id: 5eab6d01ed8280e1f1cddb2726dc6154b2cbade6

  1. … 23 more files in changeset.
Regenerated DbContext. Added GeneralGrassCoverErosionInwardsInputCreateExtensions. Removed code that became obsolete after not updating anymore. Related to Issue [WTI-841]

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

Former-commit-id: b53160ea628d6c95afebe9f2ded759daf311b918

Former-commit-id: 67a72771530ac0984b6b496dcb3ec9c2d4610aa6

  1. … 273 more files in changeset.
Added calls to Observable.UpdateObservers() and corresponding tests for all the modules that make use of the IHydraulicBoundaryLocationCalculationGuiService to perform calculations on waveheights or designwaterlevels Related to Issue [WTI-710]

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

Former-commit-id: c3fd13c93eec733f3a7aa8af9cb6b84581034b0f

Former-commit-id: 6f62a1d62c65fceead8c422812acb58d2c4a6a72

  1. … 6 more files in changeset.
- Removed observer calls from the HydraulicBoundaryLocationCalculationGuiService and adjusted tests - Introduced a common RingtoetsService to clear data Related to Issue [WTI-710]

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

Former-commit-id: 4f10655cc841ac799395ace61a6c8ac78f2fc2fa

Former-commit-id: 435e44c42a4b5e429d97f8dae5167ea07bcdfccd

  1. … 16 more files in changeset.
- Introduced messageProvider for DesignWaterLevel- and WaveHeightCalculations Related to Issue [WTI-710]

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

Former-commit-id: 07f6e0a600662cee7a0c121248e425a3b7d5790a

Former-commit-id: c290c13a3fcb062702bf517c9160465be0f54685

  1. … 32 more files in changeset.
- Further rename from WaterLevel to DesignWaterLevel - Refactored HydraRing activities and services such that they accept IHydraulicBoundaryLocation and a double as Norm - Activated the calculation of 'Water level at section' Related to Issue [WTI-710]

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

Former-commit-id: baba9575bf47b1a83373aceaa2817aaefa305681

Former-commit-id: f7f96dcbe6c8bc2f82085fe9fbc8fa87f1b368b4

  1. … 33 more files in changeset.
- Refactored the services and activities from Ringtoets.Integration.Services to Ringtoets.Common.Service Related to Issue [WTI-710]

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

Former-commit-id: 830d4c9629c0560d3cec172c095de262142dbc3d

Former-commit-id: df7d0cd531c82b35fec6c234711336df91ad3f0e

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

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

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

  1. … 54 more files in changeset.
- Refactored the DesignWaterLevel and WaveHeight calculation activities and services such so that they can be reused with different parameters Related to Issue [WTI-708]

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

Former-commit-id: 8dd75db7015dfaa1d76832317f8e738cf9bb80f4

Former-commit-id: 11b18e3acc8c989f1e833b9876ba911074f29a4d

  1. … 16 more files in changeset.
Merged revision(s) 4950-4958 from branches/Release/16_1_1 of WTI 825 and 701

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

Former-commit-id: 604b48b4b68c628f0278ab37954385c4cf88e147

Former-commit-id: c3f128e9ce7a7d35fcfbec3098b7cad32e76c60b

  1. … 17 more files in changeset.
- Renamed hydraulicBoundaryLocationCalculationCommandHandler to -GuiService Related to Issue [WTI-701]

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

Former-commit-id: 3132811000a35d7e19f8248a9aaa722fcf1ee1ac

Former-commit-id: 9bdbb226ad9b03f6dff2a487f8c2e2bf46ffc022

  1. … 16 more files in changeset.