Ringtoets.Integration.Forms.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added test. Paired with tang_ds. WTI-1927

    • -0
    • +24
    ./Editors/HlcdFileNameEditorTest.cs
Incorporated comments tester: WTI-1924

- Only display values for the Year HLCD property when the HRD is linked

-- Converted property to string

    • -2
    • +2
    ./PropertyClasses/HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 1 more file in changeset.
Incorporated comments review 3449: WTI-1927

- Added HydraulicBoundaryDatabase as constructor argument for the HydraulicLocationConfigurationImportHandler

-- Maintained the location configuration settings as an argument as it must remain clear which object is updated by using the interface.

    • -1
    • +2
    ./PropertyClasses/HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 5 more files in changeset.
Incorporated comments review 3449: WTI-1927

- Improved HydraulicBoundaryDatabaseProperties:

-- Updated and improved tests

-- Changed display logic: display values based on whether the HRD is linked (AND null in case of optional properties)

    • -2
    • +50
    ./PropertyClasses/HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 1 more file in changeset.
Updated editor: WTI-1927

- Changed base type editor from FileNameEditor to UIEditor to enable selection of a HLCD file.

    • -1
    • +2
    ./PropertyClasses/HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 1 more file in changeset.
Extracted HLCD file name editor: WTI-1927

- Editor extracted to allow overrides for a custom file filter.

- Fixed failing test of the property info which is introdcued due to a dependency on the GUI.MainWindow

    • -0
    • +41
    ./Editors/HlcdFileNameEditorTest.cs
    • -0
    • +7
    ./PropertyClasses/HydraulicBoundaryDatabasePropertiesTest.cs
    • -0
    • +2
    ./Ringtoets.Integration.Forms.Test.csproj
  1. … 6 more files in changeset.
Added ReadOnly property for the HLCD filepath. WTI-1927

- File path should not be editable in case there's no hydraulic boundary database linked.

    • -0
    • +102
    ./PropertyClasses/HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 1 more file in changeset.
Renamed interface method definition. WTI-1927

    • -1
    • +1
    ./PropertyClasses/HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 4 more files in changeset.
Introduced import handler to handle with HLCD imports from the hydraulic boundary database property panel: WTI-1927

- Added empty handler class to be substituted in the RingtoetsPlugin to prevent ArgumentNullExceptions on runtime.

    • -12
    • +107
    ./PropertyClasses/HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 8 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
    ./PropertyClasses/HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 4 more files in changeset.
Renamed FilePath property: WTI-1924

- Renamed file path property for the display of HRD filepaths for clarity

-- Adjusted the display names and descriptions of the HRD file path property of the property panel

    • -7
    • +7
    ./PropertyClasses/HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 3 more files in changeset.
Added functionality to display values of HLCD settings. WTI-1924

- Separated tests to prove functionality when a HRD is linked and unlinked.

    • -4
    • +78
    ./PropertyClasses/HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 1 more file in changeset.
Added properties to display for the HLCD files. WTI-1924

    • -13
    • +165
    ./PropertyClasses/HydraulicBoundaryDatabasePropertiesTest.cs
  1. … 3 more files in changeset.
Incorporated comments tester: WTI-1906

- Removed TableLayOutPanel as this causes a re-rendering of the map component when it is undocked. The solution is to introduce a panel which is drawn on top without the tablelayoutpanel

-- Cleaned up files

    • -21
    • +17
    ./Views/AssemblyResultPerSectionMapViewTest.cs
  1. … 2 more files in changeset.
Incorporated comments review 3401: WTI-1906

- Cleaned up src and test code

- Added background color for the warning panel as desired

    • -5
    • +9
    ./Views/AssemblyResultPerSectionMapViewTest.cs
  1. … 2 more files in changeset.
Incorporated review comments. WTI-977

- Reviews 3396, 3397, 3400.

-- Cleanup unused references

-- Renamed test function

Paired with ~tangerma

    • -1
    • +1
    ./Views/AssemblyResultPerSectionViewTest.cs
  1. … 8 more files in changeset.
Merge branch 'feature/1906'

    • -6
    • +115
    ./Views/AssemblyResultPerSectionMapViewTest.cs
  1. … 1 more file in changeset.
Added warning panel to display warning on the map view. WTI-1906

    • -5
    • +114
    ./Views/AssemblyResultPerSectionMapViewTest.cs
  1. … 2 more files in changeset.
Adapted assembly results per section map view. WTI-977

    • -20
    • +37
    ./Views/AssemblyResultPerSectionMapViewTest.cs
  1. … 1 more file in changeset.
Merge branch 'feature/977'

    • -12
    • +6
    ./Factories/AssessmentSectionAssemblyMapDataFeaturesFactoryTest.cs
    • -11
    • +10
    ./Views/AssemblyResultPerSectionMapViewTest.cs
  1. … 7 more files in changeset.
Improvements after review. WTI-977

    • -3
    • +3
    ./Views/FailureMechanismWithDetailedAssessmentViewTest.cs
    • -3
    • +3
    ./Views/FailureMechanismWithoutDetailedAssessmentViewTest.cs
  1. … 12 more files in changeset.
Improvements after review. WTI-977

    • -1
    • +1
    ./Views/AssemblyResultPerSectionViewTest.cs
  1. … 6 more files in changeset.
Remove redundant check. WTI-977

    • -1
    • +0
    ./Commands/AssessmentSectionFromFileCommandHandlerTest.cs
Added observing reference line in result observer. WTI-977

    • -0
    • +23
    ./Observers/AssessmentSectionResultObserverTest.cs
  1. … 1 more file in changeset.
Updated observers of stand alone views. WTI-977

    • -2
    • +43
    ./Views/FailureMechanismWithDetailedAssessmentViewTest.cs
    • -2
    • +43
    ./Views/FailureMechanismWithoutDetailedAssessmentViewTest.cs
  1. … 2 more files in changeset.
Added assessment section observer in AssessmentSection view. WTI-977

    • -0
    • +41
    ./Views/AssessmentSectionViewTest.cs
  1. … 2 more files in changeset.
Fixed compilation errors. WTI-1887

- Fixed the creation of the (Line)CategoryThemes

    • -1
    • +1
    ./Factories/CombinedSectionAssemblyMapDataFactoryTest.cs
  1. … 6 more files in changeset.
Rewired assessment section view observer. WTI-977

  1. … 1 more file in changeset.
Use reference line in properties. WTI-977

    • -36
    • +12
    ./PropertyClasses/ReferenceLinePropertiesTest.cs
  1. … 2 more files in changeset.
Adapted ReferenceLine properties. WTI-977

    • -10
    • +13
    ./PropertyClasses/ReferenceLinePropertiesTest.cs
  1. … 1 more file in changeset.