| nextapp.echo2.app.test.SelectFieldTest
SelectFieldTest | public class SelectFieldTest extends TestCase (Code) | | Unit tests for the nextapp.echo2.app.SelectField component.
|
Method Summary | |
public void | testActionListeners() Test Adding/Removing ActionListener s and
receiving events. | public void | testGetSelectedItemNull() Ensures that invoking getSelectedItem on a
SelectField with no selected items returns null. | public void | testProperties() Test property accessors and mutators. |
testActionListeners | public void testActionListeners()(Code) | | Test Adding/Removing ActionListener s and
receiving events.
|
testGetSelectedItemNull | public void testGetSelectedItemNull()(Code) | | Ensures that invoking getSelectedItem on a
SelectField with no selected items returns null.
|
testProperties | public void testProperties()(Code) | | Test property accessors and mutators.
|
|
|