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

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

    • -1
    • +1
    ./MacroStabilityInwardsOutputTestFactory.cs
  1. … 6095 more files in changeset.
Merged revision(s) 12904 from branches/Release/17_2

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

Former-commit-id: 0372267439eff235b13a24e42227cb292011ee81

Former-commit-id: adfe6655235869465dd8d2247b6c332f95ac67b4

    • -4
    • +5
    ./MacroStabilityInwardsOutputTestFactory.cs
  1. … 19 more files in changeset.
Merged revision(s) 12857, 12868, 12882, 12887 from branches/Release/17_2_Development: Implement determination and visualization of tangent lines in the macro stability inwards input view chart.

........

Implement review comments from review 2318

........

Implement review comments from review 2320

........

Moved some statements for better cohesion.

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

Former-commit-id: 1c0ac2862e596e9e6dab29454f9f14e17964480c

Former-commit-id: ad8a69935de8d9ca886646e6976275b9997119ee

    • -4
    • +5
    ./MacroStabilityInwardsOutputTestFactory.cs
  1. … 19 more files in changeset.
Merged revision(s) 12900 from branches/Release/17_2

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

Former-commit-id: d70e85fb7e320b946149fa91f9278aadf5cd098a

Former-commit-id: f41b6aaf641991a4e4c2dd7e540885c9e43ee1f5

    • -1
    • +6
    ./MacroStabilityInwardsOutputTestFactory.cs
  1. … 9 more files in changeset.
Merged revision(s) 12853, 12863 from branches/Release/17_2_Development: Display output tangent lines in the output chart for macrostability calculations.

........

Added ToArray for creating tangent lines.

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

Former-commit-id: c9c670ed16e6386dee566fc404314e0e55f00672

Former-commit-id: 24f53219801ec6acf92623356dabfcf46bcc12ba

    • -1
    • +6
    ./MacroStabilityInwardsOutputTestFactory.cs
  1. … 9 more files in changeset.
Implement review comments from review 2318 Related to Issue [WTI-1456]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/17_2_Development@12868 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: e22c441e79b9b69bad24c19349312310921bbb64

Former-commit-id: 325348a209be056f28558d9e3759b0b5382eb2c2

    • -4
    • +5
    ./MacroStabilityInwardsOutputTestFactory.cs
  1. … 18 more files in changeset.
Display output tangent lines in the output chart for macrostability calculations. Related to Issue [WTI-1460]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/17_2_Development@12853 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: af29c6e9094dedc9f2bd8ea4026da5fd51496d81

Former-commit-id: 5b0b9ed35336b53eee2736b7921b80a64f6a97ef

    • -1
    • +6
    ./MacroStabilityInwardsOutputTestFactory.cs
  1. … 9 more files in changeset.
Implement review comments from review 2264 Related to Issue [WTI-1415]

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

Former-commit-id: 324f5a2e8e3761f1eb4723b824b5a9d936ed2984

Former-commit-id: bc0d0772edb4de00103ec3ca7db33ebde4f4fd1c

    • -5
    • +22
    ./MacroStabilityInwardsOutputTestFactory.cs
  1. … 6 more files in changeset.
Show the sliding curve in the output view for macrostability inwards. Related to Issue [WTI-1414]

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

Former-commit-id: 6abc67c68da85d416eb0dc84b34fb10b1717e8bd

Former-commit-id: 345d76e8fa1c3cefeff502845ac0bbe7f53ebddf

    • -1
    • +6
    ./MacroStabilityInwardsOutputTestFactory.cs
  1. … 9 more files in changeset.
Incorporated comments review 2222: - Added random generators for creating output and setting the input -- Adjusted tests - Removed unused references Related to Issue [WTI-1366]

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

Former-commit-id: 9fe7a5f6ddcf863c574a5ccc3280c4cd4d4a61a4

Former-commit-id: c2da0f9c656cc83bf4984844f0d388dc3ed38802

    • -1
    • +20
    ./MacroStabilityInwardsOutputTestFactory.cs
  1. … 10 more files in changeset.
Converted the TestMacroStabilityInwardsOutput test object to a test factory: - Created objects are to be used for asserting composite objects that can clone. These asserts should be preferably done with the original object rather than a derived (test) object

Related to Issue [WTI-1366]

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

Former-commit-id: 9692ca616baffd96345a37e0f605fc8573337e86

Former-commit-id: 9abe379937333a2a121c54329d4dc57ee5d128a3

    • -0
    • +59
    ./MacroStabilityInwardsOutputTestFactory.cs
  1. … 31 more files in changeset.