Wti.IO.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
SoilLayer2D now has a collection of innerloops. Lowered number of required arguments for Math2D routines. Added bottom of profile in the SoilProfileBuilder. Related to Issue [WTI-27]

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

Former-commit-id: 36d8e1a3aad597ca46fec2e2d3b0e644f6719e9b

    • -0
    • +39
    ./Builders/SoilProfileBuilderTest.cs
  1. … 6 more files in changeset.
Added missing test classes. Related to Issue [WTI-27]

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

Former-commit-id: 65d83138715fdc62f0187c0a2df441ed825d6aff

    • -0
    • +62
    ./Builders/SoilLayer2DTest.cs
    • -0
    • +52
    ./Builders/SoilProfileBuilderTest.cs
  1. … 1 more file 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

    • -0
    • +194
    ./Calculation/Math2DTest.cs
  1. … 18 more files in changeset.
* Error messages extended for PipingSurfaceLinesCsvReader for row lacking required information Related to Issue [WTI-20]

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

Former-commit-id: 51e79ce843b592c63124b4048799c59684f8d80d

    • -0
    • +96
    ./PipingSurfaceLinesCsvReaderTest.cs
  1. … 8 more files in changeset.
* PipingSurfaceLinesCsvReader.ReadLine now bundles parsing problems into a LineParseException. * PipingSurfaceLinesCsvImporter handles LineParseException thrown from PipingSurfaceLinesCsvReader by skipping that row. Related to Issue [WTI-20]

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

Former-commit-id: 3c0dc209f835d69c8ba2494e7534c2df5a9374f5

    • -0
    • +72
    ./Exceptions/LineParseExceptionTest.cs
    • -0
    • +53
    ./PipingSurfaceLinesCsvReaderTest.cs
  1. … 19 more files in changeset.
Start of expanding soil layer with material information. Made parsing culture invariant. Related to Issue [WTI-27]

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

Former-commit-id: ffa1fad55cf55d7b66b9a3ba26bb534128cdbb16

    • -0
    • +180
    ./PipingSoilLayerReaderTest.cs
    • -11
    • +57
    ./PipingSoilProfileReaderTest.cs
  1. … 2 more files in changeset.
* Refactored PipingSurfaceLinesCsvReader such that some code parts can be reused. * PipingSurfaceLinesCsvImporter now handles critical read errors when reading lines for surface lines. Related to Issue [WTI-20]

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

Former-commit-id: cb98e967e35e653273e6b4aa5faf33ba842aa6d7

    • -0
    • +111
    ./PipingSurfaceLinesCsvReaderTest.cs
  1. … 3 more files in changeset.
* Some reordering in PipingSurfaceLinesCsvReaderTest. * Removed forwarding exception to logger, to prevent message duplication.

Related to Issue [WTI-20]

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

Former-commit-id: 74411a7b7da17651958e14fe9415246a6c0224be

    • -41
    • +41
    ./PipingSurfaceLinesCsvReaderTest.cs
  1. … 1 more file 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

    • -0
    • +52
    ./Exceptions/PipingSoilProfileReadExceptionTest.cs
    • -0
    • +117
    ./PipingSoilProfileReaderTest.cs
  1. … 13 more files in changeset.
* PipingSurfaceLinesCsvReader.GetLineCount throws exceptions when file has invalid header * Extended testcoverage for PipingSurfaceLineCsvImporter for these error cases Related to Issue [WTI-20]

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

Former-commit-id: 0d664432440741f6e99e9542a1840838ed2f748e

    • -0
    • +67
    ./PipingSurfaceLinesCsvReaderTest.cs
  1. … 11 more files in changeset.
* Defined CriticalFileReadException * Aggregate multiple exceptions on PipingSurfaceLinesCsvReader.GetSurfaceLinesCount() into CriticalFileReadException. * PipingSurfaceLinesCsvImporter handles thrown CriticalFileReadException when retrieving the number of available surfacelines. Related to Issue [WTI-20]

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

Former-commit-id: bb3c7a8ab6be59dce5269171bc5732fbff4a484b

    • -0
    • +72
    ./Exceptions/CriticalFileReadExceptionTest.cs
    • -0
    • +47
    ./PipingSurfaceLinesCsvReaderTest.cs
  1. … 7 more files in changeset.
* Defined additional error conditions in PipingSurfaceLinesCsvReader related to the filepath. * Handling error conditions related to filepath by PipingSurfaceLinesCsvImporter. Related to Issue [WTI-20]

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

Former-commit-id: 5bc55c39065829e300450e236d90e0cad7287de2

    • -3
    • +35
    ./PipingSurfaceLinesCsvReaderTest.cs
  1. … 8 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
    • +62
    ./PipingSoilProfilesReaderTest.cs
  1. … 39 more files in changeset.
* Introduced ObservableList class ** This collection is now used to store PipingSurfaceLine instances for PipingFailureMechanism * Added thread-safe asynchronous Control calls for tree view and property grid controls triggered by observable notification in import thread. * Introduced PipingNodePresenterBase to reduce code duplication * Created node presenter for PipingSurfaceLine Related to Issue [WTI-20]

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

Former-commit-id: 0d4d0a834408f187a734a7bf934886aa77c62b2e

    • -25
    • +28
    ./PipingSurfaceLinesCsvReaderTest.cs
  1. … 23 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.
* Extended PipingSurfaceLine with properties * Introduced Point3D class * Extended PipingSurfaceLinesCsvReader to read correctly formatted files Related to Issue [WTI-20]

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

Former-commit-id: dcde392c6738f6e5eb61314129fa316cd3ca080a

    • -2
    • +152
    ./PipingSurfaceLinesCsvReaderTest.cs
  1. … 13 more files in changeset.
* Added context menu to node presenter for collection of PipingSurfaceLines for import feature * Created skeleton of import feature ** Defined Reader, which is going to return read rows and interact with actual file. Related to Issue [WTI-20]

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

Former-commit-id: d8f8c3622f4273a2c1416601de018802ee090f20

    • -0
    • +10
    ./PipingSurfaceLinesCsvReaderTest.cs
  1. … 17 more files in changeset.
Full cleanup over src and test Related to Issue [WTI-55]

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

Former-commit-id: 10d4dd15dbc2525f4f704d5225cbaab5b3705b9c

  1. … 1380 more files in changeset.
Improved build configuration

Related to Issue [WTI-51]

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

Former-commit-id: 42ead6c995cbb360384c821e84d6f213a5576a4d

  1. … 49 more files in changeset.
Improved build configuration Related to Issue [WTI-51]

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

Former-commit-id: 0406d79de56212931d0db059cbcf32f929ee8b53

  1. … 22 more files in changeset.
Improved build configuration

Related to Issue [WTI-51]

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

Former-commit-id: 94a20e0d025b84a0ce98444de34bd8bc11f5716c

  1. … 51 more files in changeset.
"Any CPU" => "x86" Related to Issue [WTI-51]

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

Former-commit-id: 0265b75fbdbc002797b1169afa6a296dc97c9b8b

  1. … 50 more files in changeset.
removed x86 and x64 build configurations. Left AnyCPU configuration as the main configuration. Related to Issue [WTI-51]

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

Former-commit-id: a415af7e16c02d543a8a4671cd4145ef01c82f01

  1. … 49 more files in changeset.
Removed unused usings

Related to Issue [WTI-5]

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

Former-commit-id: ef2ec893db50b0b3f0709bf731b5456e75fd4f87

  1. … 66 more files in changeset.
* Created Wti2017Setup WiX project with initial dummy installer build * Created CreateInstaller configuration that only builds the projects required to create and build the WTI 2017 application installer. * Removed strong name keys from libraries

Related to Issue [WTI-10]

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

Former-commit-id: 7c4489f15fecabe081d167b33f12ccf2d1538edd

  1. … 53 more files in changeset.