benjamin84 / fest

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

JListFixture#cellReader and similar methods should be modified to return the fixture #167

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am using version 1.0a3 of the FEST-Swing module.

JListFixture#cellReader should be modified to return the fixture.
Currently it has a return type of void.
This means that the fixture must be saved in a field or variable.
This breaks the fluency of the API.
In general, all cellReader and cellWriter methods should be modified.

The complete list of methods:
    JComboBoxFixture#cellReader
    JListFixture#cellReader
    JTableFixture#cellReader
    JTableFixture#cellWriter
    JTreeFixture#cellReader

Original issue reported on code.google.com by csaba.ju...@gmail.com on 3 Jul 2008 at 7:49

GoogleCodeExporter commented 9 years ago
I agree. Many thanks Csabi!

Original comment by Alex.Rui...@gmail.com on 7 Jul 2008 at 6:02

GoogleCodeExporter commented 9 years ago

Original comment by Alex.Rui...@gmail.com on 19 Jul 2008 at 3:07

GoogleCodeExporter commented 9 years ago
Thanks,
Csabi

Original comment by csaba.ju...@gmail.com on 19 Jul 2008 at 12:39

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 2:06