Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added support for CheckEdits. Note that it includes caption check because it is the same control.

Related to Issue [DSB-521]

    • -0
    • +19
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
Made sure CreateSettlementZones is not set to true and can not be set to true for now. As soon as the MAC-kernel (or better, its waternet creator) is able to work discontinued layers, this can be rolled back.

Related to Issue [DSB-538]

    • -1
    • +1
    ./Deltares.DSoilModel.Forms/DSoilModelGeometryEditor.cs
    • -0
    • +9
    ./Deltares.DSoilModel.Forms/DSoilModelContext.cs
added tests for SpecificMechanismPointLocationControl()

Related to Issue [DSB-525]

    • -0
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
    • -0
    • +54
    ./Deltares.DSoilModel.Forms.Tests/SpecificMechanismPointLocationControlTests.cs
added support for objects in TextEdits

Related to Issue [DSB-525]

    • -0
    • +13
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
added asserts-support for ComboBoxEdit

Related to Issue [DSB-525]

    • -2
    • +23
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
in order to get rid of code duplication around GetPrivateField() i made it more general with very nice Asserts inside.

Related to Issue [DSB-525]

    • -1
    • +1
    ./Deltares.DSoilModel.Forms.Tests/BoringLookup2DControlTest.cs
    • -15
    • +17
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
    • -1
    • +1
    ./Deltares.DSoilModel.Forms.Tests/CptLookup1DControlTests.cs
    • -1
    • +1
    ./Deltares.DSoilModel.Forms.Tests/BoringLookup1DControlTests.cs
    • -1
    • +1
    ./Deltares.DSoilModel.Forms.Tests/SoilProfile1DLookup2DControlTest.cs
+ for performance reasons turned SetUp into TestFixtureSetUp because initialization of the editor with MainForm takes a bit of time and if there are many test cases and tests this time penalty will be painful.

+ Added trivial test for IsEnabled.

Related to Issue [DSB-517]

    • -2
    • +10
    ./Deltares.DSoilModel.Forms.Tests/DSoilModelGeometryEditorTests.cs
deleted mis-saved changes.

Related to Issue [DSB-515]

    • -11
    • +0
    ./Deltares.DSoilModel.Data.Tests/DSoilModelIOTest.cs
added test for GetNodeAttribute

Related to Issue [DSB-515]

    • -0
    • +38
    ./Deltares.DSoilModel.Data.Tests/DSoilModelIOTest.cs
added DSoilModelRedirector, where StochastProperties covered only. Initial commit.

Related to Issue [DSB-511]

    • -0
    • +56
    ./Deltares.DSoilModel.Data.Tests/DSoilModelDataSourceRedirectorTests.cs
    • -0
    • +1
    ./Deltares.DSoilModel.Data.Tests/Deltares.DSoilModel.Data.Tests.csproj
let the test fail although it's correct. Caused by MDNLIB-797.

Related to Issue [DSB-522]

    • -2
    • +4
    ./Deltares.DSoilModel.Forms.Tests/CptControlTests.cs
    • -0
    • +4
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
according to gui-design agreements numeric properties should be bound on SpinEdits.

Related to Issue [DSB-522]

    • -4
    • +4
    ./Deltares.DSoilModel.Forms/CPTControl.designer.cs
+ we don't get direct place in the code where Assert failed if TextFixure is inherited. So i place more self-description strings in Assert's so it becomes more clear why inner-test failed.

+ Added tests for CptControl

Related to Issue [DSB-522]

    • -27
    • +29
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
    • -0
    • +66
    ./Deltares.DSoilModel.Forms.Tests/CptControlTests.cs
    • -0
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
Fixed the issue by trapping the exception thrown by the utility class. Also added nice title (with translation) for the message box.

Related to Issue [DSB-504]

    • -3
    • +11
    ./Deltares.DSoilModel.Forms/DSoilModelGeometryEditor.cs
    • -0
    • +1
    ./Deltares.DSoilModel.Forms/Translations.xml
added unit-test for BoringLookup1DControl

Related to Issue [DSB-533]

    • -0
    • +47
    ./Deltares.DSoilModel.Forms.Tests/BoringLookup1DControlTests.cs
    • -0
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
added unit-test for PreconsolidationStressControl.

Related to Issue [DSB-530]

    • -0
    • +47
    ./Deltares.DSoilModel.Forms.Tests/PreconsolidationStressControlTests.cs
    • -0
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
corrected path to Deltares.Mathematics

Related to Issue [DSB-530]

    • -1
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
added unit-test for SoilSegmentSplitLocationControl. Cleaned unused usings.

Related to Issue [DSB-530]

    • -0
    • +5
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
    • -8
    • +1
    ./Deltares.DSoilModel.Forms/SoilSegmentSplitLocationControl.cs
    • -0
    • +41
    ./Deltares.DSoilModel.Forms.Tests/SoilSegmentSplitLocationControlTests.cs
As Explained to reviewer, fixed by calling ClearControl() as setting SelectedObject = null has no effect for this control

Related to Issue [DSB-520]

    • -2
    • +3
    ./Deltares.DSoilModel.Forms.Tests/SosSoilProfile1DControlTest.cs
Unit test for CptLookup1DControl

Related to Issue [DSB-532]

    • -0
    • +48
    ./Deltares.DSoilModel.Forms.Tests/CptLookup1DControlTests.cs
    • -0
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
implemented according to the latest improvement of ControlTester.

Related to Issue [DSB-527]

    • -28
    • +16
    ./Deltares.DSoilModel.Forms.Tests/CenterCrestLocationPropertyControlTest.cs
implemented according to the latest improvement of ControlTester.

Related to Issue [DSB-528]

    • -31
    • +20
    ./Deltares.DSoilModel.Forms.Tests/SoilProfile1DLookup2DControlTest.cs
implemented according to the latest improvement of ControlTester.

Related to Issue [DSB-520]

    • -21
    • +12
    ./Deltares.DSoilModel.Forms.Tests/BoringLookup2DControlTest.cs
implemented according to the latest improvement of ControlTester. TestIsVisible is poorly defined because it start with Assign without conditions.

Related to Issue [DSB-520]

    • -41
    • +32
    ./Deltares.DSoilModel.Forms.Tests/SosSoilProfile1DControlTest.cs
another code improvement - construction and disposing of the control object is done on TestFixture level. In child classes you need to override CreatePropertyControl()

Related to Issue [DSB-532]

    • -7
    • +19
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
workaround with problem of the binding and dead-caches that are willing to be updated.

Related to Issue [DSB-532]

    • -0
    • +1
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
Added separate tests for SelectedObject and Isvisible

Related to Issue [DSB-527]

    • -0
    • +30
    ./Deltares.DSoilModel.Forms.Tests/CenterCrestLocationPropertyControlTest.cs
Added separate tests for SelectedObject and IsVisible

Related to Issue [DSB-528]

    • -2
    • +32
    ./Deltares.DSoilModel.Forms.Tests/SoilProfile1DLookup2DControlTest.cs
Added separate tests for SelectedObject and IsVisible

Related to Issue [DSB-529]

    • -14
    • +44
    ./Deltares.DSoilModel.Forms.Tests/BoringLookup2DControlTest.cs
Added separate test for Isvisible & ClearControl methods

Related to Issue [DSB-520]

    • -2
    • +17
    ./Deltares.DSoilModel.Forms.Tests/SosSoilProfile1DControlTest.cs