Ringtoets.Common.Data.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed Ringtoets folder. WTI-1931

    • -96
    • +0
    ./AssemblyTool/AssemblyCategoriesInputFactoryTest.cs
    • -424
    • +0
    ./AssemblyTool/AssemblyToolCategoriesFactoryTest.cs
    • -52
    • +0
    ./AssemblyTool/FailureMechanismAssemblyResultFactoryTest.cs
    • -67
    • +0
    ./AssemblyTool/ManualFailureMechanismSectionAssemblyCategoryGroupConverterTest.cs
    • -76
    • +0
    ./AssessmentSection/AssessmentSectionCategoryTypeTest.cs
    • -70
    • +0
    ./AssessmentSection/AssessmentSectionCompositionTest.cs
    • -503
    • +0
    ./AssessmentSection/AssessmentSectionExtensionsTest.cs
    • -101
    • +0
    ./AssessmentSection/BackgroundDataTest.cs
    • -84
    • +0
    ./AssessmentSection/ReferenceLineMetaTest.cs
    • -102
    • +0
    ./AssessmentSection/ReferenceLineTest.cs
    • -71
    • +0
    ./AssessmentSection/RingtoetsWellKnownTileSourceExtensionTest.cs
    • -88
    • +0
    ./AssessmentSection/RingtoetsWellKnownTileSourceTest.cs
    • -175
    • +0
    ./AssessmentSection/WMTSBackgroundDataConfigurationTest.cs
    • -47
    • +0
    ./AssessmentSection/WellKnownBackgroundDataConfigurationTest.cs
    • -302
    • +0
    ./Calculation/CalculationGroupExtensionsTest.cs
  1. … 15700 more files in changeset.
Renamed Ringtoets --> Riskeer in test/Ringtoets.AssemblyTool : WTI-1931

- Fixed compilation errors as a consequence of the directory renaming of the TestUtil(.Test)

  1. … 40 more files in changeset.
Renamed Ringtoets --> Riskeer in test/Ringtoets.AssemblyTool : WTI-1931

- Fixed namespace of KernelWrapper.TestUtil project

    • -2
    • +2
    ./AssemblyTool/AssemblyToolCategoriesFactoryTest.cs
  1. … 175 more files in changeset.
Renamed Ringtoets --> Riskeer in test/Ringtoets.AssemblyTool : WTI-1931

- Renamed KernelWrapper.TestUtil project

- Fixed default namespace and assembly information

-- Note: the namespaces of the sourcefiles were NOT fixed as part of this commit

  1. … 43 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Fixed compilation errors caused by the directory renaming of Ringtoets.AssemblyTool.<X> to Riskeer.AssemblyTool.<X>

  1. … 85 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Fixed namespace of the KernelWrapper

    • -2
    • +2
    ./AssemblyTool/AssemblyToolCategoriesFactoryTest.cs
  1. … 209 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Renamed .KernelWrapper project

-- Adjusted default namespace information

-- Note: namespaces in the files were NOT fixed as part of this commit

  1. … 56 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Fixed namespaces in .Data project

    • -1
    • +1
    ./AssemblyTool/AssemblyCategoriesInputFactoryTest.cs
    • -1
    • +1
    ./AssemblyTool/AssemblyToolCategoriesFactoryTest.cs
    • -1
    • +1
    ./AssemblyTool/FailureMechanismAssemblyResultFactoryTest.cs
    • -1
    • +1
    ./AssemblyTool/ManualFailureMechanismSectionAssemblyCategoryGroupConverterTest.cs
  1. … 373 more files in changeset.
Renamed Ringtoets --> Riskeer in src/Ringtoets.AssemblyTool : WTI-1931

- Renamed .Data project

-- Adjusted default namespace information

-- Note: namespaces in the files were NOT fixed as part of this commit

  1. … 89 more files in changeset.
Removed unneeded documentation. WTI-1947

    • -17
    • +0
    ./Probabilistics/LogNormalDistributionDesignVariableTest.cs
    • -8
    • +0
    ./Probabilistics/NormalDistributionDesignVariableTest.cs
    • -17
    • +0
    ./Probabilistics/VariationCoefficientLogNormalDistributionDesignVariableTest.cs
Removed trackId from data model. WTI-1927

    • -1
    • +0
    ./Hydraulics/HydraulicBoundaryDatabaseTest.cs
  1. … 3 more files in changeset.
Incorporated comments review 3443: WTI-1925

- Changed Assert.Zero() and .NotZero() to Assert.AreEqual(0, ..) and .NotEqual(0, ...) for consistency reasons throughout the code

    • -1
    • +1
    ./Hydraulics/HydraulicLocationConfigurationSettingsTest.cs
  1. … 4 more files in changeset.
Added TrackId to HydraulicBoundaryDatabase. WTI-1927

    • -1
    • +2
    ./Hydraulics/HydraulicBoundaryDatabaseTest.cs
  1. … 1 more file in changeset.
Updated logic of the CalculationSettingsFactory: WTI-1925

- Fixed failing tests in Common.Data

    • -18
    • +25
    ./Hydraulics/HydraulicBoundaryCalculationSettingsFactoryTest.cs
  1. … 2 more files in changeset.
Updated logic of the CalculationSettingsFactory: WTI-1925

- HLCD file path location can be retrieved directly from the location settings instead of deriving it.

    • -5
    • +8
    ./Hydraulics/HydraulicBoundaryCalculationSettingsFactoryTest.cs
  1. … 1 more file in changeset.
Added extra check to the HydraulicLocationConfigurationSettings. WTI-1925

- FilePath of the HLCD should always be set to a non-NULL/non-empty value when setting other values.

    • -3
    • +7
    ./Hydraulics/HydraulicLocationConfigurationSettingsTest.cs
  1. … 1 more file in changeset.
Incorporated comments review 3436: WTI-1938

- Added missing test

    • -0
    • +31
    ./Hydraulics/HydraulicLocationConfigurationSettingsTest.cs
Incorporated comments review 3416: WTI-1923

- Removed invalid states of the calculation settings object --> NULL or whitespace should not be allowed to be sent to the calculator.

    • -24
    • +10
    ./Hydraulics/HydraulicBoundaryCalculationSettingsFactoryTest.cs
    • -42
    • +38
    ./Hydraulics/HydraulicBoundaryCalculationSettingsTest.cs
  1. … 2 more files in changeset.
Incorporated comments reviews: WTI-1923

- Added license header

    • -1
    • +22
    ./Hydraulics/HydraulicBoundaryCalculationSettingsFactoryTest.cs
    • -1
    • +22
    ./Hydraulics/HydraulicBoundaryCalculationSettingsTest.cs
    • -1
    • +22
    ./Hydraulics/HydraulicLocationConfigurationSettingsTest.cs
  1. … 5 more files in changeset.
Added FilePath property to the HydraulicLocationConfigurationSettings: WTI-1938

- Used for the property class to indicate where the HLCD settings are coming from.

    • -3
    • +34
    ./Hydraulics/HydraulicLocationConfigurationSettingsTest.cs
  1. … 1 more file in changeset.
Added read only settings object to the HydraulicBoundaryDatabase. WTI-1938

    • -0
    • +1
    ./Hydraulics/HydraulicBoundaryDatabaseTest.cs
  1. … 1 more file in changeset.
Added data object to hold HLCD relevant information. WTI-1938

    • -0
    • +114
    ./Hydraulics/HydraulicLocationConfigurationSettingsTest.cs
  1. … 2 more files in changeset.
Incorporated comments review 3431: WTI-1923

- Updated test case name

    • -2
    • +2
    ./Hydraulics/HydraulicBoundaryCalculationSettingsTest.cs
Introduced constructor overload for the HydraulicBoundaryCalculationSettings: WTI-1923

- Introduced to prevent sending NULL arguments to certain settings when calling the factory method

    • -2
    • +30
    ./Hydraulics/HydraulicBoundaryCalculationSettingsTest.cs
  1. … 3 more files in changeset.
Introduced factory to create the hydraulic calculation settings. WTI-1923

- Object represents the Ringtoets counterparts of the HydraRing calculation settings.

    • -0
    • +101
    ./Hydraulics/HydraulicBoundaryCalculationSettingsFactoryTest.cs
  1. … 2 more files in changeset.
Introduced Ringtoets object to hold HydraRing related calculation information. WTI-1923

    • -0
    • +41
    ./Hydraulics/HydraulicBoundaryCalculationSettingsTest.cs
  1. … 2 more files in changeset.
Set default value for the background data. WTI-1884

- Improved tests

    • -1
    • +1
    ./AssessmentSection/BackgroundDataTest.cs
  1. … 2 more files in changeset.
Made reference line observable. WTI-977

    • -1
    • +3
    ./AssessmentSection/ReferenceLineTest.cs
  1. … 1 more file in changeset.
Removed SectionLength from ProbabilityAssessmentInput. WTI-977

    • -1
    • +0
    ./Probability/ProbabilityAssessmentInputTest.cs
  1. … 2 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./AssemblyTool/AssemblyCategoriesInputFactoryTest.cs
    • -1
    • +1
    ./AssemblyTool/AssemblyToolCategoriesFactoryTest.cs
    • -1
    • +1
    ./AssemblyTool/FailureMechanismAssemblyResultFactoryTest.cs
    • -1
    • +1
    ./AssemblyTool/ManualFailureMechanismSectionAssemblyCategoryGroupConverterTest.cs
    • -1
    • +1
    ./AssessmentSection/AssessmentSectionCategoryTypeTest.cs
    • -1
    • +1
    ./AssessmentSection/AssessmentSectionCompositionTest.cs
    • -1
    • +1
    ./AssessmentSection/AssessmentSectionExtensionsTest.cs
    • -1
    • +1
    ./AssessmentSection/BackgroundDataTest.cs
    • -1
    • +1
    ./AssessmentSection/ReferenceLineMetaTest.cs
    • -1
    • +1
    ./AssessmentSection/ReferenceLineTest.cs
    • -1
    • +1
    ./AssessmentSection/RingtoetsWellKnownTileSourceExtensionTest.cs
    • -1
    • +1
    ./AssessmentSection/RingtoetsWellKnownTileSourceTest.cs
    • -1
    • +1
    ./AssessmentSection/WMTSBackgroundDataConfigurationTest.cs
    • -1
    • +1
    ./AssessmentSection/WellKnownBackgroundDataConfigurationTest.cs
    • -1
    • +1
    ./Calculation/CalculationGroupExtensionsTest.cs
  1. … 6081 more files in changeset.