+ 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 CptControlRelated to Issue [DSB-522]
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]
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]