@RunsInCurrentThread public interface JComboBoxCellReader
JComboBox
as expected in a test.
Note: methods in this interface are not guaranteed to be executed in the event dispatch thread (EDT.) Clients are responsible for invoking them in the EDT.
String valueAt(JComboBox comboBox, int index)
JComboBox
as expected in a test.
Note: Implementations of this method may not guaranteed to be executed in the event dispatch thread (EDT.) Clients are responsible for invoking this method in the EDT.
comboBox
- the given JComboBox
.index
- the index of the cell.JComboBox
as expected in a test.Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.