Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
Improved test coverage for SoilProfile1DLookup2DControl to 100%

Related to Issue [DSB-528]

    • -0
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
    • -0
    • +34
    ./Deltares.DSoilModel.Forms.Tests/SoilProfile1DLookup2DControlTest.cs
cleaned up dead code

Related to Issue [DSB-529]

    • -8
    • +1
    ./Deltares.DSoilModel.Forms.Tests/BoringLookup2DControlTest.cs
Reverted accidental commit

Related to Issue [DSB-529]

    • -1
    • +0
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
    • -11
    • +0
    ./Deltares.DSoilModel.Forms.Tests/SoilProfile1DLookup2DControlTest.cs
    • -0
    • +6
    ./Deltares.DSoilModel.Forms.Tests/BoringLookup2DControlTest.cs
remove dead code

Related to Issue [DSB-529]

    • -0
    • +11
    ./Deltares.DSoilModel.Forms.Tests/SoilProfile1DLookup2DControlTest.cs
    • -0
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
    • -6
    • +0
    ./Deltares.DSoilModel.Forms.Tests/BoringLookup2DControlTest.cs
remove unused using's

Related to Issue [DSB-529]

    • -4
    • +0
    ./Deltares.DSoilModel.Forms.Tests/BoringLookup2DControlTest.cs
Improve test coverage for CenterCrestLocationPropertyControl to 100%

Related to Issue [DSB-527]

    • -2
    • +2
    ./Deltares.DSoilModel.Forms.Tests/CenterCrestLocationPropertyControlTest.cs
Improved test coverage for BoringLookup2DControl to 100%

Related to Issue [DSB-529]

    • -12
    • +3
    ./Deltares.DSoilModel.Forms.Tests/BoringLookup2DControlTest.cs
the idea of the test is to set a value in the edit-control and to see the same value in binded object.

Related to Issue [DSB-520]

    • -13
    • +25
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
    • -7
    • +7
    ./Deltares.DSoilModel.Forms.Tests/SosSoilProfile1DControlTest.cs
Improve test coverage for SosSoilProfile1DControl to 100%

Related to Issue [DSB-520]

    • -17
    • +20
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
    • -0
    • +14
    ./Deltares.DSoilModel.Forms.Tests/SosSoilProfile1DControlTest.cs
Set D-SoilModel Context in ControlTester

Related to Issue [DSB-520]

    • -0
    • +6
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
+ improved TestLabelControlVisibleValue to check visibility because label can be invisible together with edit.

+ removed TestTextBoxVisibleEnabledCaption() because in DSL projects textboxes are not used.

Related to Issue [DSB-527]

    • -12
    • +3
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
    • -2
    • +1
    ./Deltares.DSoilModel.Forms.Tests/CenterCrestLocationPropertyControlTest.cs
Separated TestFixtureSetUp in base class from Setup in test class

Related to Issue [DSB-520]

    • -4
    • +4
    ./Deltares.DSoilModel.Forms.Tests/SosSoilProfile1DControlTest.cs
    • -2
    • +2
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
Improve test coverage for CenterCrestLocationPropertyControl to 100%

Related to Issue [DSB-527]

    • -0
    • +33
    ./Deltares.DSoilModel.Forms.Tests/CenterCrestLocationPropertyControlTest.cs
    • -0
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
Added method for testing LabelControl, changed setup to TestFixtureSetup as it doesn't need to be re-run for every test

Related to Issue [DSB-527]

    • -2
    • +10
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
added language support for testing captions and other translatable strings.

Related to Issue [DSB-520]

    • -0
    • +6
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
extra function for TextBoxes. Note comparison is case-sensitive.

Related to Issue [DSB-520]

    • -1
    • +10
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
extracted ControlTester with general testing routines. Will be helpful with other tests.

Related to Issue [DSB-520]

    • -0
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
    • -102
    • +53
    ./Deltares.DSoilModel.Forms.Tests/SosSoilProfile1DControlTest.cs
    • -0
    • +84
    ./Deltares.DSoilModel.Forms.Tests/ControlTester.cs
Improve test coverage for BoringLookup2DControl to 100% by testing the data bindings

Related to Issue [DSB-529]

    • -0
    • +52
    ./Deltares.DSoilModel.Forms.Tests/BoringLookup2DControlTest.cs
    • -0
    • +1
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
Improve test coverage for SosSoilProfile1DControl by testing the actual data bindings with data object(s)

Related to Issue [DSB-520]

    • -0
    • +13
    ./Deltares.DSoilModel.Forms.Tests/Deltares.DSoilModel.Forms.Tests.csproj
    • -0
    • +129
    ./Deltares.DSoilModel.Forms.Tests/SosSoilProfile1DControlTest.cs