Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

    • -2
    • +2
    ./Ringtoets.StabilityStoneCover.Data.Test/Ringtoets.StabilityStoneCover.Data.Test.csproj
    • -2
    • +2
    ./Ringtoets.StabilityStoneCover.Forms.Test/Ringtoets.StabilityStoneCover.Forms.Test.csproj
    • -2
    • +2
    ./Ringtoets.StabilityStoneCover.Plugin.Test/Ringtoets.StabilityStoneCover.Plugin.Test.csproj
  1. … 87 more files in changeset.
Updated logic of the CalculationSettingsFactory: WTI-1925

- Fixed failing tests of the stability stone cover wave conditions.

    • -0
    • +1
    ./Ringtoets.StabilityStoneCover.Integration.Test/StabilityStoneCoverWaveConditionsCalculationActivityIntegrationTest.cs
    • -0
    • +1
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs
    • -1
    • +2
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs
    • -1
    • +2
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
    • -1
    • +4
    ./Ringtoets.StabilityStoneCover.Service.Test/StabilityStoneCoverWaveConditionsCalculationActivityFactoryTest.cs
    • -1
    • +2
    ./Ringtoets.StabilityStoneCover.Service.Test/StabilityStoneCoverWaveConditionsCalculationServiceTest.cs
Renamed test data folder. WTI-1486

    • -1
    • +2
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 54 more files in changeset.
Cleanup WaveConditions: WTI-1923

- Simplified mocks and tests

- Adjusted code layout

    • -7
    • +2
    ./Ringtoets.StabilityStoneCover.Integration.Test/StabilityStoneCoverWaveConditionsCalculationActivityIntegrationTest.cs
    • -7
    • +2
    ./Ringtoets.StabilityStoneCover.Service.Test/StabilityStoneCoverWaveConditionsCalculationServiceTest.cs
  1. … 8 more files in changeset.
Cleanup: WTI-1923

- Removed explicit invocation checks, use the HydraRingCalculationSettingsTestHelper to assert input arguments to the calculators

-- Removed unnecessary stub definitions for the mocks and stubs

    • -19
    • +0
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
  1. … 6 more files in changeset.
Introduced HydraulicBoundaryCalculationSettings for WaveCondition calculations: WTI-1923

- Fixed failing integration tests for stability stone cover

    • -68
    • +28
    ./Ringtoets.StabilityStoneCover.Integration.Test/StabilityStoneCoverWaveConditionsCalculationActivityIntegrationTest.cs
    • -3
    • +4
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs
    • -3
    • +3
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs
    • -3
    • +3
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
Introduced HydraulicBoundaryCalculationSettings for WaveCondition calculations: WTI-1923

- Fixed for the stability stone cover activity and services

    • -9
    • +14
    ./Ringtoets.StabilityStoneCover.Service.Test/StabilityStoneCoverWaveConditionsCalculationActivityFactoryTest.cs
    • -90
    • +44
    ./Ringtoets.StabilityStoneCover.Service.Test/StabilityStoneCoverWaveConditionsCalculationServiceTest.cs
  1. … 2 more files in changeset.
Intermediate cleanup: WTI-1923

- Cleaned up XMLDoc

- Formatted files

- Corrected mocks configurations

    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Integration.Test/StabilityStoneCoverWaveConditionsCalculationActivityIntegrationTest.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Service.Test/StabilityStoneCoverWaveConditionsCalculationActivityFactoryTest.cs
  1. … 4 more files in changeset.
Updated WaveConditionsCalculator calls: WTI-1923

- Fixed failing tests:

-- Corrected erroneous path: temporary solution is that the service passes the HBL file path for the wave condition (HydraRing) calculators and not the HBL

directory

-- Sequential returns of RhinoMocks cannot work with the .WhenCalled() configuration. When a sequential call is made, the arguments are ignored and the sequence executed. Validation of the input arguments to the calculator is already covered in other tests

    • -35
    • +10
    ./Ringtoets.StabilityStoneCover.Service.Test/StabilityStoneCoverWaveConditionsCalculationServiceTest.cs
  1. … 6 more files in changeset.
Updated WaveConditionsCalculator calls: WTI-1923

- Updated the calls for the StabilityStoneCoverWave directly related elements.

    • -20
    • +101
    ./Ringtoets.StabilityStoneCover.Integration.Test/StabilityStoneCoverWaveConditionsCalculationActivityIntegrationTest.cs
    • -2
    • +11
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs
    • -1
    • +9
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs
    • -3
    • +25
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
    • -2
    • +11
    ./Ringtoets.StabilityStoneCover.Service.Test/StabilityStoneCoverWaveConditionsCalculationActivityFactoryTest.cs
    • -15
    • +134
    ./Ringtoets.StabilityStoneCover.Service.Test/StabilityStoneCoverWaveConditionsCalculationServiceTest.cs
Improvements after review. WTI-977

    • -3
    • +3
    ./Ringtoets.StabilityStoneCover.Forms.Test/Views/StabilityStoneCoverFailureMechanismViewTest.cs
  1. … 14 more files in changeset.
Updated observers in stability stone cover view. WTI-977

    • -6
    • +46
    ./Ringtoets.StabilityStoneCover.Forms.Test/Views/StabilityStoneCoverFailureMechanismViewTest.cs
  1. … 1 more file in changeset.
Fixed compilation errors. WTI-977

    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Plugin.Test/UpdateInfos/StabilityStoneCoverFailureMechanismSectionsContextUpdateInfoTest.cs
  1. … 2 more files in changeset.
Fixed compilation errors. WTI-1888

    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/EmptyStabilityStoneCoverOutputTreeNodeInfoTest.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverFailureMechanismSectionResultContextTreeNodeInfoTest.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsInputContextTreeNodeInfoTest.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsOutputTreeNodeInfoTest.cs
Add assembly layers to stability stone cover view WTI-1865

    • -24
    • +332
    ./Ringtoets.StabilityStoneCover.Forms.Test/Views/StabilityStoneCoverFailureMechanismViewTest.cs
  1. … 3 more files in changeset.
Introduce stability stone cover map features factory WTI-1865

    • -0
    • +178
    ./Ringtoets.StabilityStoneCover.Forms.Test/Factories/StabilityStoneCoverAssemblyMapDataFeaturesFactoryTest.cs
    • -0
    • +1
    ./Ringtoets.StabilityStoneCover.Forms.Test/Ringtoets.StabilityStoneCover.Forms.Test.csproj
  1. … 3 more files in changeset.
Add vakindelingen group to stability stone cover view WTI-1879

    • -64
    • +72
    ./Ringtoets.StabilityStoneCover.Forms.Test/Views/StabilityStoneCoverFailureMechanismViewTest.cs
  1. … 1 more file in changeset.
Fix typo WTI-1553

    • -3
    • +3
    ./Ringtoets.StabilityStoneCover.Forms.Test/Views/StabilityStoneCoverFailureMechanismViewTest.cs
  1. … 9 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Data.Test/GeneralStabilityStoneCoverWaveConditionsInputTest.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Data.Test/Properties/AssemblyInfo.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Data.Test/StabilityStoneCoverFailureMechanismAssemblyFactoryTest.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Data.Test/StabilityStoneCoverFailureMechanismSectionResultTest.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Data.Test/StabilityStoneCoverFailureMechanismTest.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Data.Test/StabilityStoneCoverWaveConditionsCalculationTest.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Data.Test/StabilityStoneCoverWaveConditionsOutputTest.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Data.Test/packages.config
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Data.TestUtil/Properties/AssemblyInfo.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Data.TestUtil/StabilityStoneCoverCloneAssert.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Data.TestUtil/StabilityStoneCoverTestDataGenerator.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Data.TestUtil/packages.config
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Forms.Test/Factories/StabilityStoneCoverMapDataFeaturesFactoryTest.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Forms.Test/PresentationObjects/StabilityStoneCoverContextTest.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Forms.Test/PresentationObjects/StabilityStoneCoverFailureMechanismContextTest.cs
  1. … 6081 more files in changeset.
Ran Deltares Cleanup:

- Ran for Ringtoets.StabilityStoneCover and its tests

WTI-1767

    • -0
    • +1
    ./Ringtoets.StabilityStoneCover.Plugin.Test/ExportInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextWaveConditionsExportInfoTest.cs
    • -0
    • +1
    ./Ringtoets.StabilityStoneCover.Plugin.Test/PropertyInfos/StabilityStoneCoverFailureMechanismContextPropertyInfoTest.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Plugin.Test/PropertyInfos/StabilityStoneCoverWaveConditionsInputContextPropertyInfoTest.cs
  1. … 4 more files in changeset.
Remove unused refs WTI-1767

    • -4
    • +0
    ./Ringtoets.StabilityStoneCover.Integration.Test/Ringtoets.StabilityStoneCover.Integration.Test.csproj
    • -4
    • +0
    ./Ringtoets.StabilityStoneCover.Plugin.Test/Ringtoets.StabilityStoneCover.Plugin.Test.csproj
  1. … 1 more file in changeset.
Incorporated comments review 3299:

- Fixed inline comments

- Simplified tests

Paired with ~carloslubbers

WTI-1842

    • -4
    • +1
    ./Ringtoets.StabilityStoneCover.Data.Test/StabilityStoneCoverFailureMechanismAssemblyFactoryTest.cs
  1. … 29 more files in changeset.
Cleanup: Fixed property unused error. WTI-1767

    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Forms.Test/Views/StabilityStoneCoverSectionResultRowTest.cs
  1. … 3 more files in changeset.
Improve assembly factory tests for group 3 WTI-1842

    • -57
    • +45
    ./Ringtoets.StabilityStoneCover.Data.Test/StabilityStoneCoverFailureMechanismAssemblyFactoryTest.cs
  1. … 3 more files in changeset.
Refactor result views, remove has manual assembly results method WTI-1839

    • -57
    • +0
    ./Ringtoets.StabilityStoneCover.Forms.Test/Views/StabilityStoneCoverResultViewTest.cs
  1. … 35 more files in changeset.
Incorporated comments review 3274:

- Fixed typo CalculatorThrowsExceptions --> CalculatorThrowsException

WTI-1842

    • -4
    • +4
    ./Ringtoets.StabilityStoneCover.Data.Test/StabilityStoneCoverFailureMechanismAssemblyFactoryTest.cs
  1. … 17 more files in changeset.
Remove failure mechanism specific helpers WTI-1839

    • -1
    • +0
    ./Ringtoets.StabilityStoneCover.Data.Test/Ringtoets.StabilityStoneCover.Data.Test.csproj
    • -93
    • +0
    ./Ringtoets.StabilityStoneCover.Data.Test/StabilityStoneCoverFailureMechanismHelperTest.cs
  1. … 55 more files in changeset.
Rename use manual property WTI-1839

    • -4
    • +4
    ./Ringtoets.StabilityStoneCover.Data.Test/StabilityStoneCoverFailureMechanismAssemblyFactoryTest.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Data.Test/StabilityStoneCoverFailureMechanismHelperTest.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Data.Test/StabilityStoneCoverFailureMechanismSectionResultTest.cs
    • -8
    • +8
    ./Ringtoets.StabilityStoneCover.Forms.Test/Views/StabilityStoneCoverResultViewTest.cs
    • -17
    • +17
    ./Ringtoets.StabilityStoneCover.Forms.Test/Views/StabilityStoneCoverSectionResultRowTest.cs
    • -2
    • +2
    ./Ringtoets.StabilityStoneCover.Plugin.Test/FileImporters/StabilityStoneCoverFailureMechanismSectionResultUpdateStrategyTest.cs
  1. … 6 more files in changeset.
Rename in result view tests WTI-1839

    • -7
    • +7
    ./Ringtoets.StabilityStoneCover.Forms.Test/Views/StabilityStoneCoverResultViewTest.cs
  1. … 17 more files in changeset.
Rename AssessmentSectionHelper -> AssessmentSectionTestHelper WTI-1839

    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Plugin.Test/ImportInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextImportInfoTest.cs
    • -2
    • +2
    ./Ringtoets.StabilityStoneCover.Plugin.Test/PropertyInfos/StabilityStoneCoverWaveConditionsInputContextPropertyInfoTest.cs
    • -1
    • +1
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverFailureMechanismContextTreeNodeInfoTest.cs
    • -14
    • +14
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationContextTreeNodeInfoTest.cs
    • -11
    • +11
    ./Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs
    • -2
    • +2
    ./Ringtoets.StabilityStoneCover.Plugin.Test/ViewInfos/StabilityStoneCoverWaveConditionsInputViewInfoTest.cs
  1. … 135 more files in changeset.