FaultTreeIllustrationPointTest.cs

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

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

  1. … 6095 more files in changeset.
Implement review comments, improve tests and names, update xmldoc, inline some checks Related to Issue [WTI-1391]

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

Former-commit-id: 5fb39e58032f2ab2ed02d126a9003c75c1580181

Former-commit-id: f4adacc4c9cca722a4e16e85656e7e3792c9a67a

  1. … 20 more files in changeset.
Implement review comments, update XMLDocs, improve tests, move some values of resources and improve their names. Related to Issue [WTI-1391]

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

Former-commit-id: 21483bef12f061dd693853d6e33a8aefedfda574

Former-commit-id: 6a3f33b230f7364d277d7045a995e94a9540b0d6

    • -10
    • +8
    ./FaultTreeIllustrationPointTest.cs
  1. … 22 more files in changeset.
Implement validation in the data model, add tests to data model and started adding tests to calculator services. Old tests have been adapted to create valid generalresult/faulttrees so they won't throw exceptions when creating them. Related to Issue [WTI-1391]

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

Former-commit-id: 50fbd65dee53f455a510032c25787207ef0332d9

Former-commit-id: 89df2cfd12e7ddc527716a82d3325da29e8bfaef

    • -0
    • +27
    ./FaultTreeIllustrationPointTest.cs
  1. … 39 more files in changeset.
Renamed CloneAssert into CommonCloneAssert Related to Issue [WTI-1367]

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

Former-commit-id: 03bc53f38e11d02492ab33c50f959e9c043ad34f

Former-commit-id: 6708b09208d915dca1a1439658cece22e129ee0e

  1. … 25 more files in changeset.
Renamed CloneAssert into CoreCloneAssert Related to Issue [WTI-1367]

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

Former-commit-id: b58577ac82ae9771a8a50acc7318147b03fb52ae

Former-commit-id: 0ab0302d250e141aa265b9185b9c85560fa7c737

  1. … 49 more files in changeset.
Renamed CloneAssert methods Related to Issue [WTI-1370]

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

Former-commit-id: ad052324ca2fa0a049632250c584987430ee624b

Former-commit-id: 09cce972d86c973a6aadf3df6ae73f2a77cdffa5

  1. … 30 more files in changeset.
Made FaultTreeIllustrationPoint ICloneable Related to Issue [WTI-1370]

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

Former-commit-id: b48a9043e776a073f7e4e4d272fbf078bebbeefb

Former-commit-id: b64d75b559c26f0ca678339b240e779bac912ddd

    • -1
    • +28
    ./FaultTreeIllustrationPointTest.cs
  1. … 2 more files in changeset.
Incorporated comments review 1959: - Relevant comments for illustration point fault tree data model and some XMLDocs -- Updated XMLDocs and string values -- Removed redundant code: --- Data model is not responsible for checking the validity of enum values --- Removed redundant null checks -- Simplified tests

Related to Issue [WTI-1308]

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

Former-commit-id: 2a0c2e2180367365375f19171402c4b9aa886b82

Former-commit-id: 72f7a5d8fc62e3a2bd8432d47d4e5c2e3db62ac4

    • -20
    • +0
    ./FaultTreeIllustrationPointTest.cs
  1. … 20 more files in changeset.
Introduced the CombinationType to indicate how two elements can be combined into a single node in the fault tree. Related to Issue [WTI-1308]

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

Former-commit-id: 4d4e7431f88be52c8c9f0840176387c42225bb36

Former-commit-id: 5dd5c7be65948f5e8d575fd1227591b60317abfe

    • -6
    • +32
    ./FaultTreeIllustrationPointTest.cs
  1. … 3 more files in changeset.
Introduced the IllustrationPointBase which serves as a base element for elements in the fault tree: - Derived the FaultTreeIllustrationPoint and SubMechanismIllustrationPoint from the base class - Changed order of constructor arguments of the SubMechanismIllustrationPoint

Related to Issue [WTI-1308]

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

Former-commit-id: 931f74bac821cb27fb4d1f8c098c613252101462

Former-commit-id: 104e9aaac1eb9316038ad0fe96299621242ab608

  1. … 19 more files in changeset.
Introduced the FaultTreeIllustrationPoint to store the data relevant for FaultTreeIllustration nodes Related to Issue [WTI-1308]

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

Former-commit-id: a9aefd407dfe6f8509ccbe81875961de0e9e37b8

Former-commit-id: 11f8ac9f600b35e3e640701ddc97935744dc9e18

    • -0
    • +79
    ./FaultTreeIllustrationPointTest.cs
  1. … 4 more files in changeset.