Ringtoets.Integration.Forms.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Fixed compilation errors. WTI-977

    • -4
    • +2
    ./Views/AssemblyResultPerSectionViewTest.cs
  1. … 2 more files in changeset.
Fixed compilation errors. WTI-977

    • -11
    • +7
    ./Commands/AssessmentSectionFromFileCommandHandlerTest.cs
  1. … 2 more files in changeset.
Fixed tests. WTI-977

    • -4
    • +10
    ./Views/AssemblyResultPerSectionViewTest.cs
Fixed tests. WTI-977

    • -7
    • +1
    ./Commands/AssessmentSectionFromFileCommandHandlerTest.cs
  1. … 1 more file in changeset.
Fixed compilation errors. WTI-977

    • -6
    • +3
    ./PropertyClasses/ReferenceLinePropertiesTest.cs
    • -2
    • +1
    ./PropertyClasses/StandAlone/MacroStabilityOutwardsFailureMechanismPropertiesTest.cs
  1. … 24 more files in changeset.
Fixed tests. WTI-977

    • -0
    • +2
    ./PropertyClasses/StandAlone/MacroStabilityOutwardsFailureMechanismPropertiesTest.cs
  1. … 3 more files in changeset.
Added guard to prevent exceptions when referenceline is NULL. WTI-1554

- Don't render anything in the view if there's no referenceline present.

    • -5
    • +3
    ./Views/AssemblyResultPerSectionMapViewTest.cs
  1. … 1 more file in changeset.
Changed default visibility of labels of the assembly results map layer. WTI-1554

    • -1
    • +1
    ./Factories/CombinedSectionAssemblyMapDataFactoryTest.cs
  1. … 1 more file in changeset.
Changed order of MapLayers on view. WTI-1554

    • -8
    • +9
    ./Views/AssemblyResultPerSectionMapViewTest.cs
  1. … 1 more file in changeset.
Added update logic to view. WTI-1554

- Introduced update logic to rerender the assembly results when there's a notification of the assessment section or failure mechanisms.

    • -36
    • +155
    ./Views/AssemblyResultPerSectionMapViewTest.cs
  1. … 1 more file in changeset.
Improved MapDataFeaturesFactory. WTI-1554

- Return empty map features when an AssemblyException is thrown.

    • -0
    • +30
    ./Factories/AssessmentSectionAssemblyMapDataFeaturesFactoryTest.cs
  1. … 1 more file in changeset.
Fixed compilation errors. WTI-977

    • -10
    • +50
    ./PropertyClasses/StandAlone/MacroStabilityOutwardsFailureMechanismPropertiesTest.cs
  1. … 2 more files in changeset.
Added missing test to assert that manual assembly is used. WTI-1554

    • -0
    • +26
    ./Factories/AssessmentSectionAssemblyMapDataFeaturesFactoryTest.cs
Added logic to draw assembly results in the map view. WTI-1554

    • -10
    • +93
    ./Views/AssemblyResultPerSectionMapViewTest.cs
  1. … 1 more file in changeset.
Created geometry for the MapDataFeature. WTI-1554

- Applied the helper in Integration.Util to retrieve the geometry from a section start, section end and the reference line.

    • -4
    • +21
    ./Factories/AssessmentSectionAssemblyMapDataFeaturesFactoryTest.cs
    • -0
    • +4
    ./Ringtoets.Integration.Forms.Test.csproj
  1. … 2 more files in changeset.
Added map data features factory. WTI-1554

    • -0
    • +120
    ./Factories/AssessmentSectionAssemblyMapDataFeaturesFactoryTest.cs
    • -0
    • +5
    ./Ringtoets.Integration.Forms.Test.csproj
  1. … 2 more files in changeset.
Improved MapData factory for combined failure mechanism sections. WTI-1554

- Applied MapTheme factory

- Used resources instead of string values

    • -0
    • +2
    ./Factories/CombinedSectionAssemblyMapDataFactoryTest.cs
  1. … 1 more file in changeset.
Moved map data creation for assembly results to dedicated factory. WTI-1554

    • -0
    • +53
    ./Factories/CombinedSectionAssemblyMapDataFactoryTest.cs
    • -0
    • +1
    ./Ringtoets.Integration.Forms.Test.csproj
  1. … 3 more files in changeset.
Added logic to view. WTI-1554

- Added logic to update view when referenceline and hbl are updated

- Reversed map layers

    • -4
    • +208
    ./Views/AssemblyResultPerSectionMapViewTest.cs
  1. … 2 more files in changeset.
Added initial setup of the map view. WTI-1554

    • -0
    • +1
    ./Ringtoets.Integration.Forms.Test.csproj
    • -0
    • +108
    ./Views/AssemblyResultPerSectionMapViewTest.cs
  1. … 4 more files in changeset.
Incorporated comments review 3378. WTI-1554

- Fixed XMLDoc to be consistent with AssemblyResultPerSection

- Fixed derivation --> derive from the AssemblyResultPerSection as this object is a special case of this base class.

    • -2
    • +1
    ./PresentationObjects/AssemblyResultPerSectionMapContextTest.cs
  1. … 1 more file in changeset.
Fixed column indices. WTI-1893

    • -19
    • +19
    ./Views/CombinedFailureMechanismSectionAssemblyResultRowTest.cs
  1. … 1 more file in changeset.
Introduced context for new view. WTI-1554

    • -0
    • +47
    ./PresentationObjects/AssemblyResultPerSectionMapContextTest.cs
    • -0
    • +1
    ./Ringtoets.Integration.Forms.Test.csproj
  1. … 2 more files in changeset.