D-SoilModel

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added unit-test for SoilSegmentSplitLocationControl. Cleaned unused usings.

Related to Issue [DSB-530]

As Explained to reviewer, fixed by calling ClearControl() as setting SelectedObject = null has no effect for this control

Related to Issue [DSB-520]

Unit test for CptLookup1DControl

Related to Issue [DSB-532]

implemented according to the latest improvement of ControlTester.

Related to Issue [DSB-527]

implemented according to the latest improvement of ControlTester.

Related to Issue [DSB-528]

implemented according to the latest improvement of ControlTester.

Related to Issue [DSB-520]

implemented according to the latest improvement of ControlTester. TestIsVisible is poorly defined because it start with Assign without conditions.

Related to Issue [DSB-520]

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]

workaround with problem of the binding and dead-caches that are willing to be updated.

Related to Issue [DSB-532]

Added separate tests for SelectedObject and Isvisible

Related to Issue [DSB-527]

Added separate tests for SelectedObject and IsVisible

Related to Issue [DSB-528]

Added separate tests for SelectedObject and IsVisible

Related to Issue [DSB-529]

Added separate test for Isvisible & ClearControl methods

Related to Issue [DSB-520]

Improved test coverage for SoilProfile1DLookup2DControl to 100%

Related to Issue [DSB-528]

cleaned up dead code

Related to Issue [DSB-529]

Reverted accidental commit

Related to Issue [DSB-529]

remove dead code

Related to Issue [DSB-529]

remove unused using's

Related to Issue [DSB-529]

Improve test coverage for CenterCrestLocationPropertyControl to 100%

Related to Issue [DSB-527]

Improved test coverage for BoringLookup2DControl to 100%

Related to Issue [DSB-529]

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]

Improve test coverage for SosSoilProfile1DControl to 100%

Related to Issue [DSB-520]

Set D-SoilModel Context in ControlTester

Related to Issue [DSB-520]

+ 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]

Separated TestFixtureSetUp in base class from Setup in test class

Related to Issue [DSB-520]

Improve test coverage for CenterCrestLocationPropertyControl to 100%

Related to Issue [DSB-527]

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]

added language support for testing captions and other translatable strings.

Related to Issue [DSB-520]

extra function for TextBoxes. Note comparison is case-sensitive.

Related to Issue [DSB-520]

extracted ControlTester with general testing routines. Will be helpful with other tests.

Related to Issue [DSB-520]