Comments to Revision 1089: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
Line 13: Line 13:
A new class has been added to the test sources, the class [http://bzr.openpetra.org:8088/loggerhead/trunk/revision/1089#csharp/ICT/Testing/NUnitForms/CommonNUnitFunctions.cs CommonNUnitFunctions]. This class inherits NUnitFormTest and in a new test class you can easily replaces NUnitFormTest against CommonNUnitFunctions.  
A new class has been added to the test sources, the class [http://bzr.openpetra.org:8088/loggerhead/trunk/revision/1089#csharp/ICT/Testing/NUnitForms/CommonNUnitFunctions.cs CommonNUnitFunctions]. This class inherits NUnitFormTest and in a new test class you can easily replaces NUnitFormTest against CommonNUnitFunctions.  


In this case you will have the use of some internal testfunctions and the very first one is the standard handler for a message box. Other controly may follow. So it will be a good idea to change or to add a template in sharp develope.  
In this case you will have the use of some internal test functions and the very first one is the standard handler for a message box. Other controls may follow. So it will be a good idea to change or to add a template in SharpDevelope.  


Open to discuss: Log-File initialisaton ...
Open to discuss: Log-File initialization ...


== A new common Exception: CancelSaveException ==
== A new common Exception: CancelSaveException ==


== A prototype for a dialog tester - TFrmGLAccountHierarchyTester ==
== A prototype for a dialog tester - TFrmGLAccountHierarchyTester ==

Revision as of 11:07, 18 January 2011

The revision 1089 contains a set of changes:

A new TreeViev-Control

If the user selects a tree view node and then changes to any other control of a dialog (tree view will lost its focus in this case) the selected node becomes indistinguishable to the other nodes. This situation is something difficult because the user has no orientation about the node he is dealing with.

Therefore the TrvTreeView has been added to the project. This tree view inherits System.Windows.Forms.TreeView and adds the functionality of holding a different color for the node selected at last before a LostFocusEvent.

This new tree view has been integrated in the code generation components so that the maximal work you have to do is to run a nant generateWinforms command to use this control.

A new class: CommonNUnitFunctions

A new class has been added to the test sources, the class CommonNUnitFunctions. This class inherits NUnitFormTest and in a new test class you can easily replaces NUnitFormTest against CommonNUnitFunctions.

In this case you will have the use of some internal test functions and the very first one is the standard handler for a message box. Other controls may follow. So it will be a good idea to change or to add a template in SharpDevelope.

Open to discuss: Log-File initialization ...

A new common Exception: CancelSaveException

A prototype for a dialog tester - TFrmGLAccountHierarchyTester