benjamin84 / fest

Automatically exported from code.google.com/p/fest
0 stars 0 forks source link

Add 'isEditable()' and 'getComponent()' #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From Fabien:

Hi Alex,
I've reflected to some easy methods to add into FEST :

- for each component find methods which can be usefull : isEnabled() ;
isEditable() .........
- get the component by a method like "getComponent()". I know there is
the public variable "target" but I do not find it intuitive

If I found some others intersting methods, I'll tell you ...

Fabien

Original issue reported on code.google.com by Alex.Rui...@gmail.com on 11 Jan 2008 at 3:25

GoogleCodeExporter commented 9 years ago
Added method 'component' to ComponentFixture. It returns the GUI component in a 
fixture.

Added methods 'requireEditable' and 'requireNotEditable' to JComboBoxFixture,
JTextComponentFixture and JTreeFixture.

Original comment by Alex.Rui...@gmail.com on 12 Mar 2008 at 6:17

GoogleCodeExporter commented 9 years ago
Set the module as a label, instead of being part of the title.

Original comment by Alex.Rui...@gmail.com on 1 Dec 2008 at 1:47