Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed some redundant section initialization logic Related to Issue [WTI-1059]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7880 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a5cb27fd3adbf763fbffda0f1cabb1995e9dfe46

Former-commit-id: b7072da71b83507d55f6de235e9185c364ceb7bb

    • -8
    • +0
    ./Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs
    • -23
    • +4
    ./Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs
  1. … 2 more files in changeset.
Added contribution validation tests for HeightStructures Related to Issue [WTI-1059]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7875 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: c2977a848145c1df11bac836b524f39a916696ea

Former-commit-id: 6b46a1f2589cf7d34d79b9443c115b906622360b

    • -4
    • +89
    ./Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs
    • -4
    • +108
    ./Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs
    • -3
    • +97
    ./Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs
Added contribution validation for structures failure mechanisms Related to Issue [WTI-1059]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7874 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 7a609e01770ea1f08163eb5137836628e9c5ff63

Former-commit-id: 2455b688acec17aeec5ea2d0834b7171e63d96e3

    • -0
    • +1
    ./Ringtoets.HeightStructures.Data.TestUtil.Test/Ringtoets.HeightStructures.Data.TestUtil.Test.csproj
    • -0
    • +18
    ./Ringtoets.HeightStructures.Data.TestUtil.Test/TestHeightStructuresFailureMechanismTest.cs
    • -0
    • +1
    ./Ringtoets.HeightStructures.Data.TestUtil/Ringtoets.HeightStructures.Data.TestUtil.csproj
    • -0
    • +10
    ./Ringtoets.HeightStructures.Data.TestUtil/TestHeightStructuresFailureMechanism.cs
    • -16
    • +20
    ./Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs
    • -8
    • +8
    ./Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs
    • -8
    • +8
    ./Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs
  1. … 19 more files in changeset.
Adapted some resources Related to Issue [WTI-1050]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7864 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 79a3ced3f781b25959e8fc3332ce56b93f1a2f0e

Former-commit-id: e68fc5f94054d41bd52be4a76511d885eabecefc

    • -1
    • +1
    ./Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationServiceTest.cs
  1. … 13 more files in changeset.
Adapted resource Related to Issue [WTI-1050]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7863 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b72845a31328c9f9b084acec26e4596fa83dc783

Former-commit-id: 8191af01979e4f40454788786a7fa70777677d3c

    • -1
    • +1
    ./Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationServiceTest.cs
  1. … 9 more files in changeset.
Incorporated comments review 1423: - Added exception message to the ObservableTestAssessmentSectionStub to clarify the intention of the NotImplementedException: stub only mocks basic and Observable behaviour, the ChangeComposition behaviour should be substituted by a proper mock instead when it is needed. - Replaced ObservableTestAssessmentSectionStub with empty mocks in the failure mechanism views when applicable - Corrected typos and extended XMLDocs - Added assertion for IsVisible property of the BackgroundMapData in the tests AssessmentSection and AddNewDemoAssessmentSectionCommand for completeness Related to Issue [WTI-1085]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7853 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b2f501a9311883f64d72ffbb5c3efb24256adeef

Former-commit-id: 6760318ab45892ce1c18c5f6f1bcd3843d5d0031

    • -9
    • +33
    ./Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismViewTest.cs
  1. … 15 more files in changeset.
- Moved Testhelper functions from the DataGridViewCellTestHelper to DataGridViewTestHelper for coherence - Deleted obsolete files - Removed unused references

Paired with bouvrie

Related to Issue [WTI-1044]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7828 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9489e6615c4fa4e02720a908477e4461898d8fab

Former-commit-id: 4e13b627dfa1d26b297159ebb10fd987bc6f56fd

    • -5
    • +5
    ./Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismResultViewTest.cs
  1. … 23 more files in changeset.
Upgraded to NUnit 3.6.0 Assert.IsNullOrEmpty(...) --> Assert.That(string.IsNullOrEmpty(...)); [STAThread] --> [Apartment(ApartmentState.STA)] [RequiresSTA] --> [Apartment(ApartmentState.STA)]

Current directory <> output dir

http://stackoverflow.com/questions/35852979/using-resharper-nunit-tests-start-in-a-random-temporary-directory

NUnit 3.0 stopped changing current directory.

use TestContext.TestDirectory as the location of your file.

Related to Issue [WTI-1047]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7815 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8e98e0fcf163c22a6a73ac3aadca4cf947804b0e

Former-commit-id: 490f137aa03123596bf0293183ace6db4f4614e9

    • -2
    • +2
    ./Ringtoets.HeightStructures.Data.Test/Ringtoets.HeightStructures.Data.Test.csproj
    • -1
    • +1
    ./Ringtoets.HeightStructures.Data.Test/packages.config
    • -2
    • +2
    ./Ringtoets.HeightStructures.Data.TestUtil.Test/Ringtoets.HeightStructures.Data.TestUtil.Test.csproj
    • -1
    • +1
    ./Ringtoets.HeightStructures.Data.TestUtil.Test/packages.config
    • -2
    • +2
    ./Ringtoets.HeightStructures.Forms.Test/Ringtoets.HeightStructures.Forms.Test.csproj
    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms.Test/packages.config
    • -2
    • +2
    ./Ringtoets.HeightStructures.IO.Test/Ringtoets.HeightStructures.IO.Test.csproj
    • -1
    • +1
    ./Ringtoets.HeightStructures.IO.Test/packages.config
    • -2
    • +3
    ./Ringtoets.HeightStructures.Integration.Test/Ringtoets.HeightStructures.Integration.Test.csproj
    • -1
    • +1
    ./Ringtoets.HeightStructures.Integration.Test/packages.config
    • -2
    • +2
    ./Ringtoets.HeightStructures.Plugin.Test/Ringtoets.HeightStructures.Plugin.Test.csproj
    • -1
    • +1
    ./Ringtoets.HeightStructures.Plugin.Test/packages.config
    • -2
    • +3
    ./Ringtoets.HeightStructures.Service.Test/Ringtoets.HeightStructures.Service.Test.csproj
    • -1
    • +1
    ./Ringtoets.HeightStructures.Service.Test/packages.config
  1. … 323 more files in changeset.
Merged revision(s) 7785-7788 from branches/Release/16_4: Removed validation for the HeightStructures whether the failuremechanism contains any sections to enable or disable the Validate(All) and Calculate(All) buttons in the context menu: - Adjusted affected tests: assessment section mocks --> stubs, because property getter of AssessmentSection.HydraulicBoundaryDatabase is called - Removed obsolete tests that assert the behavior when a section is set or not - Cleaned up tests: -- Removed geometry definitions for the failure mechanism sections when used -- Renamed parameters such that suffices -Stub and -Mock are dropped

........

Removed validation for the StabilityPointStructures whether the failuremechanism contains any sections to enable or disable the Validate(All) and Calculate(All) buttons in the context menu:

- Removed obsolete tests that assert the behavior when a section is set or not

- Cleaned up tests:

-- Removed geometry definitions for the failure mechanism sections when used

-- Renamed parameters such that suffices -Stub and -Mock are dropped

........

Removed obsolete resource

Related to Issue [WTI-1064]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7803 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 493a87d188882236d2720d3ed1a114d9cd62e412

Former-commit-id: 9c169dd1865dffd02e45a2f2cfb361b5f1acc572

    • -171
    • +58
    ./Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs
    • -211
    • +89
    ./Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs
    • -165
    • +76
    ./Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs
  1. … 7 more files in changeset.
Fixed namings fixed ignored tests Related to Issue [WTI-1102]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7795 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8381062b22facd7562bdbb67c9ffe123905955cd

Former-commit-id: 33b0a6969bd5a0d4102d02761cbb6e1011e52a01

    • -2
    • +2
    ./Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationServiceTest.cs
  1. … 16 more files in changeset.
Merged revision(s) 7773 from branches/Release/16_4: Changed type of *WidthFlowApertures* (Breedte van doorstroomopening) from CoefficientOfVariation to StandardDeviation note: storage change (names of the columns) has not yet been executed

Removed Application.Ringtoets/Application.Ringtoets.csproj post build action, which was needed for MSBuild2015

........

Related to Issue [WTI-1102]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7794 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 342282b213d520bc60ebd90113af4ab47b1c929d

Former-commit-id: 91abb8a151c800d1c462c52940cdfb3a8c7bb08d

    • -4
    • +4
    ./Ringtoets.HeightStructures.Data.Test/HeightStructureTest.cs
    • -3
    • +3
    ./Ringtoets.HeightStructures.Data.TestUtil.Test/TestHeightStructureTest.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Data.TestUtil/TestHeightStructure.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructurePropertiesTest.cs
    • -4
    • +4
    ./Ringtoets.HeightStructures.IO.Test/HeightStructuresImporterTest.cs
    • -19
    • +20
    ./Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationServiceTest.cs
  1. … 64 more files in changeset.
Removed validation for the HeightStructures whether the failuremechanism contains any sections to enable or disable the Validate(All) and Calculate(All) buttons in the context menu: - Adjusted affected tests: assessment section mocks --> stubs, because property getter of AssessmentSection.HydraulicBoundaryDatabase is called - Removed obsolete tests that assert the behavior when a section is set or not - Cleaned up tests: -- Removed geometry definitions for the failure mechanism sections when used -- Renamed parameters such that suffices -Stub and -Mock are dropped

Related to Issue [WTI-1064]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_4@7785 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2f54b0a4571697f2406ac59e51da67fa8b4040b4

Former-commit-id: 860a8cb4454cd6862d56897dc0b5709e6c6c080c

    • -185
    • +65
    ./Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs
    • -216
    • +96
    ./Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs
    • -175
    • +79
    ./Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Fixed two ignored tests Related to Issue [WTI-1102]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_4@7784 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5a9dd39b8b5546e82cecad025f9dd1009831b2b3

Former-commit-id: 9902902b1ed6de561fd90892f033da4338bcccb7

    • -2
    • +2
    ./Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationServiceTest.cs
* Reformatted C# 6.0 code to code patterns compatible before C# 6.0 Related to Issue [WTI-1058]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_4@7781 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5594b25edc81838facacccfdef2065a6c20304e6

Former-commit-id: d609e70ea13237b79eb634b26215b09d8d9e552e

    • -4
    • +4
    ./Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationServiceTest.cs
  1. … 13 more files in changeset.
Merged revision(s) 7770-7772 from branches/Release/16_4

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7775 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 3573fbef3cb5a89f0722ceef8cd183f1920fe663

Former-commit-id: d79a40a94fc31ab868d173f60de590cac0fbee30

    • -8
    • +1
    ./Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationServiceTest.cs
  1. … 41 more files in changeset.
Changed type of *WidthFlowApertures* (Breedte van doorstroomopening) from CoefficientOfVariation to StandardDeviation note: storage change (names of the columns) has not yet been executed

Removed Application.Ringtoets/Application.Ringtoets.csproj post build action, which was needed for MSBuild2015

Related to Issue [WTI-1102]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_4@7773 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9a076019f5caf170d779ad16f8f1c8188e9a39a3

Former-commit-id: 068fa68d9844c31b4cd81c4ff74cb1f47ab2d245

    • -4
    • +4
    ./Ringtoets.HeightStructures.Data.Test/HeightStructureTest.cs
    • -3
    • +3
    ./Ringtoets.HeightStructures.Data.TestUtil.Test/TestHeightStructureTest.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Data.TestUtil/TestHeightStructure.cs
    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructurePropertiesTest.cs
    • -4
    • +4
    ./Ringtoets.HeightStructures.IO.Test/HeightStructuresImporterTest.cs
    • -23
    • +24
    ./Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationServiceTest.cs
  1. … 54 more files in changeset.
- Removed FailureMechanismSection from structure calculations. - Refactored those inputs so only the section normal is passed. Related to Issue [WTI-1058]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_4@7772 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6c0bdf4e704ece33df577ce94f29d6b7de1e8abf

Former-commit-id: c16ae42acda7aa160a2a7af14cea1915bafb78b6

    • -8
    • +1
    ./Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationServiceTest.cs
  1. … 28 more files in changeset.
* Defined BruTileLayer with WMTS connectivity. ** Classes based on https://github.com/FObermaier/DotSpatial.Plugins * Note: app.config added bu Nuget. Probably in order to resolve BruTile.Desktop dependency on an older version of SQLite, which i've set to ignore the dependency on the old SQLite. Related to Issue [WTI-1088]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7771 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f9fc0e320eea992e04250addb23b310f9b348a02

Former-commit-id: 8f2ecf22a1d5ec3cea0f1d7d342b882b5e6e78e7

    • -0
    • +1
    ./Ringtoets.HeightStructures.Forms.Test/Ringtoets.HeightStructures.Forms.Test.csproj
    • -0
    • +11
    ./Ringtoets.HeightStructures.Forms.Test/app.config
    • -0
    • +1
    ./Ringtoets.HeightStructures.Integration.Test/Ringtoets.HeightStructures.Integration.Test.csproj
    • -0
    • +11
    ./Ringtoets.HeightStructures.Integration.Test/app.config
    • -0
    • +1
    ./Ringtoets.HeightStructures.Plugin.Test/Ringtoets.HeightStructures.Plugin.Test.csproj
    • -0
    • +11
    ./Ringtoets.HeightStructures.Plugin.Test/app.config
    • -0
    • +1
    ./Ringtoets.HeightStructures.Service.Test/Ringtoets.HeightStructures.Service.Test.csproj
    • -0
    • +11
    ./Ringtoets.HeightStructures.Service.Test/app.config
  1. … 204 more files in changeset.
Changes after review. Related to Issue [WTI-300]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7766 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ea2d1b3d94f400611cebf468592996b33ce82917

Former-commit-id: 8d709484994cc3ed6ffdab9b6181f15e732e8674

    • -3
    • +3
    ./Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismViewTest.cs
  1. … 8 more files in changeset.
Changes after review. Related to Issue [WTI-300]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7765 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 62f404e1e8cdd4248cb5f2942bab1bc49ec8745c

Former-commit-id: 8e6fc0fcb3ae021ff643dc591feda79a186690ed

    • -39
    • +3
    ./Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismViewTest.cs
  1. … 12 more files in changeset.
replaced dynamicPropertyBag.GetProperties calls using BrowsableAttribute.Yes with PropertiesTestHelper.GetAllVisiblePropertyDescriptors. Related to Issue [WTI-1080]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7755 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 7926c1e6e6d633e6adf53623745ddc2c4d94bc4f

Former-commit-id: b3846f8b124cc30c09fe43a5de7498aa2a2aebac

    • -5
    • +2
    ./Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructurePropertiesTest.cs
  1. … 15 more files in changeset.
- Made sure features are not added when foreshore profiles don't have geometries. - Refactored tests. Related to Issue [WTI-300]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7737 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0936e93f6fc8aba5e1113123cd618f7157455344

Former-commit-id: 92f672fdae074dd04dd2e654beabe5f103586812

    • -42
    • +76
    ./Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismViewTest.cs
  1. … 14 more files in changeset.
* Introduced WmtsMapData class * Extended AssessmentSection with BackgroundMapData property. * AssessmentSection.BackgroundMapData exposed in project tree. * Refactoring common code for test stub implementation of IAssessmentSection. Related to Issue [WTI-1085]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7721 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d2fbeb9b138f4410f10feba12b416b00984a3bfb

Former-commit-id: a51d7b249c1e2a0257b91407dbef3ebeaf964c5c

    • -41
    • +17
    ./Ringtoets.HeightStructures.Forms.Test/Views/HeightStructuresFailureMechanismViewTest.cs
  1. … 45 more files in changeset.
Refactored HydraRingCalculatorBase so it will only throw one exception. Related to Issue [WTI-777]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7640 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a6de8a1ad179588f61a471c820b522033db66125

Former-commit-id: dbe8dc7f4c11ca209636bc2288143268ef5d8149

    • -2
    • +2
    ./Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationServiceTest.cs
  1. … 32 more files in changeset.
Removed unused using. Added [TestFixture] where missing. Using: \{[\s\n]+public class.+Test[\s\n]+\{ Related to Issue [WTI-972]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7626 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a8dba08d8cb0ab0acda968571277d7b384a7b19d

Former-commit-id: 0dd2252f66ec279c20f047791fe7870ae9c63e84

    • -0
    • +1
    ./Ringtoets.HeightStructures.Plugin.Test/PropertyInfos/HeightStructuresInputContextPropertyInfoTest.cs
  1. … 8 more files in changeset.
Added some missing license header files. Renamed tests to match what is tested. Related to Issue [WTI-972]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7624 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8cd2e7edf77f423240cb5eda122e5e7db0e70027

Former-commit-id: 2c9fbc42be8a55eaa73ece30b8905fab3c42a1d4

    • -2
    • +2
    ./Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismPropertiesTest.cs
    • -1
    • +23
    ./Ringtoets.HeightStructures.Plugin.Test/PropertyInfos/HeightStructuresFailureMechanismContextPropertyInfoTest.cs
    • -1
    • +22
    ./Ringtoets.HeightStructures.Plugin.Test/PropertyInfos/HeightStructuresInputContextPropertyInfoTest.cs
  1. … 12 more files in changeset.
Clear output on removal of Height Structures

Related to Issue [WTI-972]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7622 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 1095851633e6eedf13dd0d9620db0349d4616208

Former-commit-id: f88f144a1c7945f83b2e5cccc7a4316d3cc96b4d

    • -2
    • +14
    ./Ringtoets.HeightStructures.Service.Test/HeightStructuresDataSynchronizationServiceTest.cs
  1. … 1 more file in changeset.
Added changehandler call from StabilityPointStructuresFailureMechanismProperties. Introduced constructor parameters for StabilityPointStructuresFailureMechanismProperties. Related to Issue [WTI-974]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7616 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a670b565a1dc408222b91fe217e198227e93259b

Former-commit-id: 3226913a6a51353107cc2ec6e4e287482c953360

    • -0
    • +2
    ./Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismPropertiesTest.cs
  1. … 9 more files in changeset.
Added changehandler call from HeightStructuresFailureMechanismProperties. Introduced constructor parameters for HeightStructuresFailureMechanismProperties. Related to Issue [WTI-972]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7615 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 5467e36822d320cefc795f4706a4a452b8b11026

Former-commit-id: 167ed7a2e4cf64b98ad99747abce27f1f6c9115d

    • -37
    • +110
    ./Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismPropertiesTest.cs
    • -0
    • +59
    ./Ringtoets.HeightStructures.Plugin.Test/PropertyInfos/HeightStructuresFailureMechanismContextPropertyInfoTest.cs
    • -0
    • +1
    ./Ringtoets.HeightStructures.Plugin.Test/Ringtoets.HeightStructures.Plugin.Test.csproj
  1. … 2 more files in changeset.
Made use of nameof operator. Removed redundancy. Made types explicit in tests. Related to Issue [WTI-973]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7613 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ae0a1774c3921e4893681196f73a6bfa1f084bc4

Former-commit-id: 0304bd841817e0d89abbbb8792162fb125eedae0

    • -1
    • +1
    ./Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs
  1. … 20 more files in changeset.