Deltares.DamEngine.Data.Tests

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Commit of all tests adapted to removal of geometry point from loop/geometrypointstring.

Related to Issue [MWDAM-2764]

    • -1
    • +1
    ./Geotechnics/GeometryExporterTests.cs
    • -0
    • +68
    ./Geotechnics/SoilProfile2DTests.cs
    • -24
    • +24
    ./Geotechnics/SoilProfile2DSurfaceLineHelperTests.cs
    • -36
    • +33
    ./Geotechnics/SurfaceLine2Tests.cs
    • -40
    • +40
    ./Geotechnics/SoilSurfaceProfileTests.cs
  1. … 21 more files in changeset.
Extended tests, cleaned up code.

Related to Issue [MWDAM-2690]

    • -23
    • +44
    ./Geometry/GeometryGeneratorTests.cs
  1. … 1 more file in changeset.
adapted to review: cleanup, improve code

Related to Issue [MWDAM-2160]

    • -1
    • +2
    ./General/SoilGeometryProbabilityTest.cs
  1. … 1 more file in changeset.
Adapted the generator a little, added tests.

Related to Issue [MWDAM-2648]

    • -15
    • +450
    ./Geometry/GeometryGeneratorTests.cs
  1. … 1 more file in changeset.
Remove code for reading sti files.

Related to Issue [MWDAM-2160]

    • -11
    • +5
    ./General/SoilGeometryProbabilityTest.cs
  1. … 26 more files in changeset.
Reimplemented remove shift.

Related to Issue [MWDAM-2677]

    • -309
    • +4
    ./Geotechnics/SoilProfile2DSurfaceLineHelperTests.cs
  1. … 7 more files in changeset.
Reverted remove shift until UI is OK.

Related to Issue [MWDAM-2677]

    • -4
    • +309
    ./Geotechnics/SoilProfile2DSurfaceLineHelperTests.cs
  1. … 9 more files in changeset.
Removed using shift as that should be a task in the UI, not in the engine.

Related to Issue [MWDAM-2677]

    • -309
    • +4
    ./Geotechnics/SoilProfile2DSurfaceLineHelperTests.cs
  1. … 8 more files in changeset.
Interim commit.

Related to Issue [MWDAM-2648]

    • -0
    • +321
    ./Geometry/GeometryGeneratorTests.cs
  1. … 2 more files in changeset.
Failing tests for shift geometry solved (when calling ReconstructSurfaces the surface line of the original soil profile had no points)

Related to Issue [MWDAM-2677]

    • -2
    • +1
    ./Geotechnics/SoilProfile2DSurfaceLineHelperTests.cs
  1. … 3 more files in changeset.
Failing tests temporary moved to WIP

Related to Issue [MWDAM-2677]

    • -1
    • +2
    ./Geotechnics/SoilProfile2DSurfaceLineHelperTests.cs
Unit tests including shift of the geometry are extended to highlight new bug

Related to Issue [MWDAM-2677]

    • -43
    • +37
    ./Geotechnics/SoilProfile2DSurfaceLineHelperTests.cs
  1. … 2 more files in changeset.
The shift of the geometry compared to the surface line is implemented and tested.

Related to Issue [MWDAM-2677]

    • -4
    • +39
    ./Geotechnics/SoilProfile2DSurfaceLineHelperTests.cs
  1. … 7 more files in changeset.
Adapted to review. Note that RegenerateParallelCurves is widened to be able to create a test for it (for other issue).

Related to Issue [MWDAM-2159]

  1. … 1 more file in changeset.
solve sonarqube issues

Related to Issue [MWDAM-1911]

    • -5
    • +8
    ./Geotechnics/SoilProfile2DSurfaceLineHelperTests.cs
Temp fix for the geometry problem, must clean code and add other cases.

Related to Issue [MWDAM-2648]

  1. … 5 more files in changeset.
Added test for inner loops with combination of soilprofile2D and surface line.

Cleaned code a bit.

Related to Issue [MWDAM-2159]

    • -0
    • +33
    ./Geotechnics/SoilProfile2DSurfaceLineHelperTests.cs
Added more tests for inner loops, now for cut right.

Related to Issue [MWDAM-2159]

    • -4
    • +49
    ./Geotechnics/GeometryHelperTests.cs
Added more tests for inner loops, improved code for inner loops.

Related to Issue [MWDAM-2159]

    • -4
    • +55
    ./Geotechnics/GeometryHelperTests.cs
  1. … 4 more files in changeset.
Commented the dumps from the inner loop test.

Related to Issue [MWDAM-2159]

Added tests for inner loop handling.

Related to Issue [MWDAM-2159]

    • -0
    • +44
    ./Geotechnics/GeometryHelperTests.cs
Adapted to SonarCloud comments.

Related to Issue [MWDAM-2400]

  1. … 5 more files in changeset.
Part 2 of cleaned code for GeometryData Class, added tests for it.

Related to Issue [MWDAM-2400]

  1. … 1 more file in changeset.
Part 1 of cleaned code for GeometryData Class (other files adapted for changes here).

Related to Issue [MWDAM-2400]

  1. … 5 more files in changeset.
Cleaned code for this class.

Related to Issue [MWDAM-2400]

  1. … 1 more file in changeset.
Added extra test.

Related to Issue [MWDAM-2400]

    • -0
    • +17
    ./Geotechnics/GeometryExporterTests.cs
Renamed the local parameter as requested.

Related to Issue [MWDAM-2446]

    • -3
    • +3
    ./Geotechnics/GeometryExporterTests.cs
Added Assert.Multiple

Related to Issue [MWDAM-2367]

Unit test reproducing the problem added.

Related to Issue [MWDAM-2569]

    • -0
    • +63
    ./Geotechnics/SoilSurfaceProfileTests.cs
Adapted to review

Related to Issue [MWDAM-2488]