Tests

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleanup: Preparations to remove the PolderLevel from the location object

Related to Issue [MWDAM-1584]

  1. … 3 more files in changeset.
Added test to verify functionality of Scenario.

Related to Issue [MWDAM-1584]

    • -0
    • +115
    ./ScenarioTest.cs
  1. … 1 more file in changeset.
Added test to verify functionality of DamContext

Related to Issue [MWDAM-1584]

    • -0
    • +146
    ./Forms/DamContextTest.cs
  1. … 1 more file in changeset.
Added data to be imported to the IO and importer datamodels:

- Added PolderLevel column to be read from the Scenarios.csv files when applicable

Related to Issue [MWDAM-1584]

  1. … 2 more files in changeset.
removed workInProgress markings

Related to Issue [mwdam-1535]

getValue for scenario data in SensorLocation now works. Also added check that there is only 1 scenario in SensorLocation

Related to Issue [MWDAM-1535]

  1. … 1 more file in changeset.
Added empty line.

Related to Issue [MWDAM-1295]

    • -0
    • +1
    ./CalculationParametersAssemblerTest.cs
Fix bug reported by SonarQube

Related to Issue [MWDAM-1295]

Remove obsolete MStab parameters

Related to Issue [MWDAM-1295]

    • -6
    • +2
    ./TestData/SampleCalculationParameters.xml
    • -4
    • +16
    ./CalculationParametersAssemblerTest.cs
  1. … 1 more file in changeset.
Remove obsolete calculation modules

Related to Issue [MWDAM-1295]

    • -0
    • +1
    ./TestHelper/Deltares.Dam.TestHelper.csproj
    • -0
    • +48
    ./TestHelper/XmlAdapter.cs
    • -4
    • +1
    ./TestData/SampleCalculationParameters.xml
    • -3
    • +20
    ./CalculationParametersAssemblerTest.cs
  1. … 2 more files in changeset.
Added initial setup of test with comments for explanation:

- Test is committed in a WorkInProgress category as the timebox limit was reached and the test could not be made to pass

Related to Issue [MWDAM-1529]

    • -0
    • +160
    ./Forms/DamSpatialEditorDecoratorTest.cs
Fixed ThrowIfArgumentNull to give proper message.

Fixed use of message CsvHeaderNullOrEmpty (it was not found because name was different).

Improved tests to see if expected message was given for header and splitter.

Related to Issue [MWDAM-1556]

    • -9
    • +21
    ./DamEngineIo/FillXmlInputFromDamUiTests.cs
  1. … 3 more files in changeset.
Created tmp folder for all the tests in DataPluginImporterTests and remove at the end of all tests.

Related to Issue [MWDAM-1541]

Added unit tests for CalculationParametersAssembler

Related to Issue [MWDAM-1295]

    • -0
    • +24
    ./TestData/SampleCalculationParameters.xml
    • -0
    • +94
    ./CalculationParametersAssemblerTest.cs
Cleanup code due to SonarCube analysis

- Use ArgumentNullException i.s.o. NullReferenceException (implement ThrowHelper)

- Move strings to resources

Related to Issue [MWDAM-1556]

    • -3
    • +3
    ./DamEngineIo/FillXmlInputFromDamUiTests.cs
  1. … 4 more files in changeset.
Modified tests according to updated files and expected results

Related to Issue [MWDAM-1541]

    • binary
    ./TestData/HempolderImport/Log.xlsx
Simplified tests

Related to Issue [MWDAM-1556]

    • -56
    • +15
    ./DamEngineIo/FillXmlInputFromDamUiTests.cs
Put test for Piping together with the other types except for stability outside.

Related to Issue [MWDAM-1556]

    • -27
    • +11
    ./DamEngineIo/FillXmlInputFromDamUiTests.cs
Throw exception when River Level Low is not specified in case the calculation model is Stability Outside.

Related to Issue [MWDAM-1556]

    • -3
    • +88
    ./DamEngineIo/FillXmlInputFromDamUiTests.cs
  1. … 1 more file in changeset.
Added tests for import of parameters that can be imported from scenarios.csv but also from locations.csv and shapefiles.

Related to Issue [MWDAM-1541]

    • -0
    • +3
    ./TestData/HempolderImport/csvfiles/scenarios.csv
    • -0
    • +30
    ./TestData/HempolderImport/Lijnscenarios.defx
    • -0
    • +1
    ./TestData/HempolderImport/shapefiles/Locations.qpj
    • -0
    • +7
    ./TestData/HempolderImport/csvfiles/soilprofiles.csv
    • binary
    ./TestData/HempolderImport/shapefiles/Segments.shp
    • binary
    ./TestData/HempolderImport/shapefiles/Crosssection.sbn
    • -0
    • +1
    ./TestData/HempolderImport/shapefiles/Segments.qpj
    • -0
    • +1
    ./TestData/HempolderImport/shapefiles/LijnScenario.prj
    • -0
    • +30
    ./TestData/HempolderImport/Vlakscenario.defx
    • binary
    ./TestData/HempolderImport/shapefiles/VlakScenario.shx
    • binary
    ./TestData/HempolderImport/shapefiles/Locations.shx
    • -0
    • +1
    ./TestData/HempolderImport/shapefiles/VlakScenario.prj
  1. … 30 more files in changeset.
Add import of uplift criteria and safety factors from locations.csv of shapefile to scenario.

Related to Issue [MWDAM-1521]

  1. … 3 more files in changeset.
Enable and improve License tests

Related to Issue [MWDAM-890]

Prepare to implement DamLicense object for DamLive

Related to Issue [MWDAM-890]

  1. … 2 more files in changeset.
Modified test for HeadPl2

Related to Issue [MWDAM-1537]

DegreeOfConsolidation default to null. Write DegreeOfConsolidationSpecified=false in xml to Engine when DegreeOfConsolidation is null.

Related to Issue [MWDAM-1539]

  1. … 3 more files in changeset.
refactored: Moved CreateLocationsFileWithObsoleteColumn upwards so that all CreateScenarios methods are together.

Related to Issue [MWDAM-1530]

When expected head pl3 and pl4 headers are not found in the scenarios.csv, check if the old format headers are available.

Related to Issue [MWDAM-1530]

  1. … 2 more files in changeset.
Adapted due to review comments.

Related to Issue [MWDAM-1527]

  1. … 2 more files in changeset.
Removed DamCalculationBenchmarkTest.cs from Deltares.Dam.Tests.csproj, because it is also in Deltares.Dam.BenchmarkTests.csproj

Related to Issue [MWDAM-1519]

Removed parameters from Location that are in Scenario as well.

Related to Issue [MWDAM-1537]

    • -250
    • +233
    ./Importers/LocationPropertyImporterTest.cs
    • too large
    ./TestData/DamLive/Grebbedijk/input.damx
    • -2
    • +0
    ./Sensors/SensorImportFromExcelSheetTest.cs
    • -94
    • +90
    ./Importers/LineAttributeImporterTest.cs
    • -10
    • +12
    ./Importers/LocationShapeFileImporterDotSpatialTests.cs
    • -44
    • +29
    ./Importers/LocationShapeFileImporterTest.cs
  1. … 22 more files in changeset.