Wti.Calculation.TestUtil

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Moved Wti.Calculation (and test related projects) from [src/test]/Plugins/Wti/Wti.Calculation to src/Plugins/Ringtoets/Piping/[src/test]/Ringtoets.Piping.Calculation Related to Issue [WTI-92]

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

Former-commit-id: 7e4e459ef28d1fd1a03475d67df5cf33bac30fc0

  1. … 45 more files in changeset.
* Renamed PipingSurfaceLine to RingtoetsPipingSurfaceLine to prevent ambiguity with kernel's PipingSurfaceLine. * Selected RingtoetsPipingSurfaceLine now transformed to kernel's PipingSurfaceLine and used in calculation. * Added validation prior calculating piping to check if surface line is selected. * Fixed update bug due to PipingCalculationInputs refactoring, by making it IObservable and defer implementation to PipingData. Related to Issue [WTI-21]

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

Former-commit-id: 345df087ad8a2e721d7b4d4fd0130db0393af388

  1. … 37 more files in changeset.
Introduced new SoilLayer2D as an temporary builder class before transforming it to PipingSoilLayers. Introduced SoilProfileBuilder the transformation of 2D Profiles to PipingSoilProfile. Introduced Math2D for containing 2 dimensional calculation routines. Renamed PipingSoilLayerReader to PipingSoilLayer2DReader, because xml parsing only applies for 2D layers. Related to Issue [WTI-27]

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

Former-commit-id: 11824434507f4e980223ec40c2c868674ff15a8f

  1. … 21 more files in changeset.
Able to read 2D soil layers from the database by parsing its GeometrySurface value (from database). Split PipingSoilProfileReader (database part) and PipingSoilLayerReader (XML part). Extended Point3D with equality operators so they can be used in HashSet. Exposed Wti.IO internal classes to Wti.IO.Test so they can be tested. Related to Issue [WTI-27]

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

Former-commit-id: 4ecda004877acff1cc6fbad6a0a9059b4987872e

  1. … 16 more files in changeset.
Removed unused classes/methods Related to Issue [WTI-70]

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

Former-commit-id: be272b008abd9d45aab2873aef38c88e5b3a0dc9

  1. … 20 more files in changeset.
Added PipingSoilLayer for containing soil layer information. Started working on the PipingSoilProfilesReader, responsible for reading DSoilModel database files into PipingSoilProfile objects. Added SQLite libraries through package manager and added ref to SQLite.Interop.dll to the Wti.IO project (requirement for SqLite lib to work)

Related to Issue [WTI-27]

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

Former-commit-id: a5e8492afe2b71434cbb1170e05a371d821f9b03

    • -0
    • +9
    ./TestPipingSoilProfile.cs
  1. … 39 more files in changeset.
New check in after review - Warning level 4 was (sometimes) implicit. Now, warning levels are hard-coded - Cleanup of unused PostSharp - Warning levels set to 0 of test projects (as stated in documentation) for ALL configurations Related to Issue [WTI-78]

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

Former-commit-id: 24e9e1a3f5ccbb7fcfabf131843cc2179e4c750d

  1. … 36 more files in changeset.
Updated references to Wti.Calculation.TestUtil.csproj.

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

Former-commit-id: b4496411132313a7b91662f616b2d0a1cf3cefe4

  1. … 3 more files in changeset.
Updated references to Wti.Calculation.TestUtil.csproj and modified output dir.

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

Former-commit-id: 010a9c63c7d0ced73240fb5a7ce03fd64fb10869

  1. … 1 more file in changeset.
Move calculation TestUtil to proper dir

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

Former-commit-id: 7fa090efc3d38822e816b9b8eacdb12c90123491

    • -0
    • +36
    ./Properties/AssemblyInfo.cs
    • -0
    • +101
    ./TestPipingInput.cs
    • -0
    • +64
    ./Wti.Calculation.TestUtil.csproj
  1. … 4 more files in changeset.