WindDirectionClosingSituationIllustrationPointConverterTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed WindDirectionClosingSituationIllustrationPoint to TopLevelSubmechanismIllustrationPoint: - Done to mirror the items of the fault tree representation more accurately Related to Issue [WTI-1305]

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

Former-commit-id: fcf07f21a08126a989c93f0aa75c07e90479fbfa

Former-commit-id: e7f237c271c469cf36e9accc88fe3a86be61fbff

    • -135
    • +0
    ./WindDirectionClosingSituationIllustrationPointConverterTest.cs
  1. … 30 more files in changeset.
Renamed IllustrationPoint to SubmechanismIllustrationPoint: - Done to mirror the items of the fault tree representation more accurately - Fixed inconsistency in the hydra ring side, SubMechanismIllustrationPoint --> SubmechanismIllustrationPoint Related to Issue [WTI-1305]

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

Former-commit-id: ab7ea1efe7a38a5dfd582fa8c12dfb84d6405feb

Former-commit-id: 280ffcdbd4442a1d1930adbeb5338d41a3c5b4fd

    • -9
    • +9
    ./WindDirectionClosingSituationIllustrationPointConverterTest.cs
  1. … 36 more files in changeset.
Renamed RealizedStochast to SubmechanismIllustrationPointStochast: - Cleaned up old variable names containing realized Related to Issue [WTI-1305]

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

Former-commit-id: a936c1541265b49fd15a3c1939e28a9f9ec3c29b

Former-commit-id: 8b7ad38ac4735d676bc9d74a718966771ec05688

    • -8
    • +9
    ./WindDirectionClosingSituationIllustrationPointConverterTest.cs
  1. … 2 more files in changeset.
Renamed RealizedStochast to SubmechanismIllustrationPointStochast: - Done to represent a clearer association with its parent component - Only done on the HydraRing side - Fixed failing tests

Related to Issue [WTI-1305]

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

Former-commit-id: 75ee7fbbd00df14720485f37984ac33ea31941eb

Former-commit-id: 1480a6d37d6d2c3d9a627929b3e7c85ebd0fea20

    • -4
    • +4
    ./WindDirectionClosingSituationIllustrationPointConverterTest.cs
  1. … 14 more files in changeset.
Renamed RealizedStochast to SubmechanismIllustrationPointStochast: - Done to represent a clearer association with its parent component - Only done on the Ringtoetsside Related to Issue [WTI-1305]

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

Former-commit-id: 99428b5078c1328be6bf8226961f71632b58e027

Former-commit-id: 3869391ac378075957502a52d5df82d080cb0f47

    • -1
    • +1
    ./WindDirectionClosingSituationIllustrationPointConverterTest.cs
  1. … 29 more files in changeset.
Set Stochast Duration to double

Related to Issue [WTI-1303]

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

Former-commit-id: 3591fc60f837c48e97f3ef75ddf941755c9d4933

Former-commit-id: fe376a6094d80d14ca9a8976d9421a7f2c5552b1

    • -2
    • +1
    ./WindDirectionClosingSituationIllustrationPointConverterTest.cs
  1. … 1 more file in changeset.
Cleanup Added XMLdocs Related to Issue [WTI-1303]

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

Former-commit-id: 2f29edc2ddc2ae1b1408acc3ec607052104bc634

Former-commit-id: 23de8e1609c270614922b5e6cb16b2167657cc96

    • -6
    • +8
    ./WindDirectionClosingSituationIllustrationPointConverterTest.cs
  1. … 5 more files in changeset.
Made Stochast stricter in HydraRing side: - Converted properties to readonly properties by means of constructor - Applied the same for derived class RealizedStochast - Adjusted functionality in the parser - Updated XMLDoc Related to Issue [WTI-1303]

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

Former-commit-id: 978f80c85db63caa1f7cbaca16174d3ee63d79a3

Former-commit-id: 2d257d21be61b21ba8aece291caf3607e5a258f1

    • -9
    • +7
    ./WindDirectionClosingSituationIllustrationPointConverterTest.cs
  1. … 8 more files in changeset.
Refactored IllustrationPointResult such that the data model is more strict Related to Issue [WTI-1303]

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

Former-commit-id: c58bc1ffbb4fa628ffcd832b21aff56c55d51317

Former-commit-id: 6b170b574c4ac18fb172f2e37feedc1568e84c30

    • -6
    • +4
    ./WindDirectionClosingSituationIllustrationPointConverterTest.cs
  1. … 5 more files in changeset.
Made SubMechanismIllustrationPoint stricter in HydraRing side: - Converted collection properties in IEnumerable to prevent unwanted modifications - Adjusted functionality in the parser - Removed constructor which accepted two parameters - Updated XMLDoc

Related to Issue [WTI-1303]

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

Former-commit-id: ebf7d94e6b4ce017ec33fc9e71ac0eeafd849196

Former-commit-id: 7f210cd0c03c74eb83a22f6255af6cabfa9dbf87

    • -13
    • +14
    ./WindDirectionClosingSituationIllustrationPointConverterTest.cs
  1. … 5 more files in changeset.
Made SubMechanismIllustrationPoint stricter in HydraRing side: - Removed setters - Introduced constructor - Updated XMLDocs

Related to Issue [WTI-1303]

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

Former-commit-id: 928411571e7ea4b4122116cbf8016cd154e702a9

Former-commit-id: 7b8eef4620f040c3a4e098e976047a810101cd89

    • -4
    • +4
    ./WindDirectionClosingSituationIllustrationPointConverterTest.cs
  1. … 6 more files in changeset.
Made WindDirection stricter in HydraRing side: - Introduced constructor which ensures that values are always set - Removed obsolete tests - Removed validation for the WindDirectionAngle due to consistency reasons: there's no validation done on the WaveConditionsOutput for the WaveHeight Related to Issue [WTI-1303]

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

Former-commit-id: 72762a843c903273c036b8d74a125bae3c05a00e

Former-commit-id: f8a9edc05d12c51e353c0fa44cafa89fdedd5055

    • -7
    • +5
    ./WindDirectionClosingSituationIllustrationPointConverterTest.cs
  1. … 15 more files in changeset.
Moved hydraring illustration point data model to Data/Output/IllustrationPoints Related to Issue [WTI-1303]

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

Former-commit-id: 82586716e967302c3debd0beb6123aa331e57043

Former-commit-id: 1cbe04f7cffe9510e996704b793ac145002700b1

    • -6
    • +6
    ./WindDirectionClosingSituationIllustrationPointConverterTest.cs
  1. … 66 more files in changeset.
Incorporated Converter for the WindDirectionClosingScenarioIllustrationPoint in the GeneralResult: - Renamed scenario to situation - Fixed typo in property name - Updated XMLDocs - Added missing asserts in GeneralResult Related to Issue [WTI-1303]

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

Former-commit-id: 7054d98b99f16b38ea41362ddf9c31e23bb3331f

Former-commit-id: 739ac3baae0b70a86661fe8fa1d97c3060d171ba

    • -0
    • +138
    ./WindDirectionClosingSituationIllustrationPointConverterTest.cs
  1. … 17 more files in changeset.