Tests

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleanup Location and references to HeadPL2: done as a preparation before removing HeadPL2 from the Location class

Related to Issue [MWDAM-1584]

  1. … 3 more files in changeset.
Adjusted DamContext to make HeadPL2 visible:

- Removed obsolete test file

- Changed translation entry due to a rename of the HeadPL2 property in Scenarios to be consistent with the other HeadPl<X> properties

Related to Issue [MWDAM-1584]

  1. … 2 more files in changeset.
Adjusted IO to be able to import HeadPl2 property from scenario files.

Related to Issue [MWDAM-1584]

  1. … 2 more files in changeset.
Added HeadPl2 to the Scenario as a preparation for removing it from the Location

Related to Issue [MWDAM-1584]

  1. … 1 more file in changeset.
Removed PolderLevel from the SensorLocation:

- Consistent with old migrations of location to scenario properties

Related to Issue [MWDAM-1584]

    • -1
    • +0
    ./Sensors/SensorImportFromExcelSheetTest.cs
  1. … 1 more file in changeset.
Cleanup: Preparations to remove the PolderLevel from the location object:

- Rewired SensorLocation to use the first scenario data (consistent with other implementations)

- Changed tests: objects should always start with a clean state and not be initialized once for a whole test fixture

Related to Issue [MWDAM-1584]

    • -46
    • +13
    ./Sensors/SensorLocationTests.cs
  1. … 1 more file in changeset.
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]