Deltares.DamEngine.Data.Tests

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed SonarCloud issues

Related to Issue [MWDAM-2132]

    • -15
    • +26
    ./Geotechnics/GeometryHelperTests.cs
Added tests for method GetCurvesCoincidingWithPoint()

Related to Issue [MWDAM-2132]

Implement helper method CutGeometryLeft

Related to Issue [MWDAM-2132]

    • -2
    • +24
    ./Geotechnics/GeometryHelperTests.cs
  1. … 2 more files in changeset.
Cleanup and reformat

Related to Issue [MWDAM-2132]

    • -0
    • +1
    ./Geotechnics/SoilProfile2DSurfaceLineHelperTests.cs
    • -3
    • +3
    ./Geotechnics/SoilSurfaceProfileTests.cs
  1. … 17 more files in changeset.
- Implement helper method CutGeometryLeft

- Made class Routines2D a static class

Related to Issue [MWDAM-2132]

    • -0
    • +23
    ./Geotechnics/GeometryHelperTests.cs
    • -0
    • +6
    ./Geotechnics/SoilProfile2DSurfaceLineHelperTests.cs
  1. … 9 more files in changeset.
Small textual improvements

Related to Issue [MWDAM-2132]

    • -2
    • +2
    ./Geotechnics/SoilSurfaceProfileTests.cs
- Added unit test for soilSurfaceProfile.ConvertToSoilProfile2D()

- Added method IsContinuous for the GeometryLoop class

Related to Issue [MWDAM-2132]

    • -0
    • +54
    ./Geotechnics/SoilSurfaceProfileTests.cs
  1. … 1 more file in changeset.
- Added DeleteLooseCurves

- Improved some method names

Related to Issue [MWDAM-2132]

    • -1
    • +1
    ./Geotechnics/SoilProfile2DSurfaceLineHelperTests.cs
  1. … 4 more files in changeset.
Improved unit tests

Improved moving limits

Related to Issue [MWDAM-2132]

    • -3
    • +17
    ./Geotechnics/GeometryHelperTests.cs
  1. … 3 more files in changeset.
Added unit tests

Related to Issue [MWDAM-2132]

    • -2
    • +29
    ./Geotechnics/GeometryHelperTests.cs
  1. … 1 more file in changeset.
Fix code smells

Related to Issue [MWDAM-2132]

  1. … 2 more files in changeset.
Implement helper method ExtendGeometryRight

Related to Issue [MWDAM-2132]

    • -0
    • +13
    ./Geotechnics/GeometryHelperTests.cs
  1. … 2 more files in changeset.
Implement helper method ExtendGeometryLeft

Related to Issue [MWDAM-2132]

    • -0
    • +46
    ./Geotechnics/GeometryHelperTests.cs
  1. … 8 more files in changeset.
Removed redundant App.config files

Related to Issue [MWDAM-2170]

  1. … 4 more files in changeset.
Fixed most warning by removing redundant references from csproj

Related to Issue [MWDAM-2170]

    • -10
    • +0
    ./Deltares.DamEngine.Data.Tests.csproj
  1. … 10 more files in changeset.
Check if surface-line does not exceed the boundaries of the SoilProfile2D

Related to Issue [MWDAM-2132]

    • -0
    • +91
    ./Geotechnics/SoilProfile2DSurfaceLineHelperTests.cs
    • -52
    • +26
    ./Geotechnics/SoilSurfaceProfileTests.cs
  1. … 5 more files in changeset.
Remove UsePop

Related to Issue [MWDAM-2110]

  1. … 2 more files in changeset.
Reformat and cleanup

Related to Issue [MWDAM-2017]

    • -10
    • +10
    ./Geotechnics/SurfaceLine2Tests.cs
  1. … 8 more files in changeset.
Update to NUnit 4

Related to Issue [MWDAM-2017]

    • -4
    • +4
    ./Standard/ReferenceEqualityComparerTest.cs
  1. … 30 more files in changeset.
Prepare for adaption to NUnit 4

Related to Issue [MWDAM-2017]

    • -6
    • +6
    ./Standard/ReferenceEqualityComparerTest.cs
    • -3
    • +3
    ./Geotechnics/SoilProfile1DAquiferLayerCombinerTests.cs
    • -59
    • +59
    ./Geotechnics/SurfaceLine2Tests.cs
  1. … 36 more files in changeset.
Improved constructor for SigmaTauPoint

Related to Issue [MWDAM-1996]

    • -16
    • +4
    ./Geotechnics/SigmaTauCurveTests.cs
  1. … 1 more file in changeset.
Removes redundant Name property from SigmaTauCurve

Related to Issue [MWDAM-2007]

    • -19
    • +1
    ./Geotechnics/SigmaTauCurveTests.cs
  1. … 1 more file in changeset.
- Update GeoCommon package

- Added Sigma-Tau curves to data model

Related to Issue [MWDAM-2007]

    • -0
    • +112
    ./Geotechnics/SigmaTauCurveTests.cs
    • -0
    • +76
    ./Geotechnics/SigmaTauPointTests.cs
    • -0
    • +97
    ./Geotechnics/SoilTests.cs
  1. … 5 more files in changeset.
Reformat and cleanup (copyright to 2024)

Related to Issue [MWDAM-2007]

    • -26
    • +26
    ./Geotechnics/SurfaceLine2Tests.cs
    • -1
    • +1
    ./Standard/ReferenceEqualityComparerTest.cs
    • -1
    • +1
    ./Standard/ClassWithDifferentProperties.cs
    • -1
    • +1
    ./Geotechnics/SoilSurfaceProfileTests.cs
    • -1
    • +1
    ./General/SoilGeometryProbabilityTest.cs
    • -1
    • +1
    ./Geotechnics/SoilProfile1DAquiferLayerCombinerTests.cs
  1. … 316 more files in changeset.
Made sure that during one calculation (per location per subsoil per scenario) only the CurrentScenario is used. For Design, all scenarios but the Current are removed at the start of the calculation. For Operational, there only ever is one scenario (as this is a demand which is tested). Replaced use of Scenarios[0] with CurrentScenario, removed Scenarios from Dike. Also removed the reference to Location in DesignScenario, added LocationName to DesignScenario.

Adapted all tests for this. I expect two failing (new) tests at the moment.

Related to Issue [MWDAM-1948]

    • -6
    • +111
    ./Geotechnics/SurfaceLine2Tests.cs
  1. … 25 more files in changeset.
Removed specific version for System.Runtime.CompilerServices.Unsafe from configs to ghet rid of the compiler warning.

Related to Issue [MWDAM-1916]

  1. … 1 more file in changeset.
Update stix file writer in Dam Engine

Related to Issue [MWDAM-1910]

  1. … 13 more files in changeset.
Reversed accidental full commit.

Related to Issue [MWDAM-1889]

    • -16
    • +12
    ./Deltares.DamEngine.Data.Tests.csproj
  1. … 26 more files in changeset.
Made sure that file is copied as it is supposed to be.

Related to Issue [MWDAM-1889]

    • -12
    • +16
    ./Deltares.DamEngine.Data.Tests.csproj
  1. … 26 more files in changeset.
Delete obsolete nuget config files

Related to Issue [MWDAM-1874]

  1. … 4 more files in changeset.