org.fest.swing.fixture
Interface EditableComponentFixture

All Known Subinterfaces:
TextInputFixture
All Known Implementing Classes:
JComboBoxFixture, JTextComponentFixture

public interface EditableComponentFixture

Understands state verification of an editable GUI component.

Author:
Yvonne Wang, Alex Ruiz

Method Summary
 EditableComponentFixture requireEditable()
          Asserts that the GUI component is editable.
 EditableComponentFixture requireNotEditable()
          Asserts that the GUI component is not editable.
 

Method Detail

requireEditable

EditableComponentFixture requireEditable()
Asserts that the GUI component is editable.

Returns:
this fixture.
Throws:
AssertionError - if the GUI component is not editable.

requireNotEditable

EditableComponentFixture requireNotEditable()
Asserts that the GUI component is not editable.

Returns:
this fixture.
Throws:
AssertionError - if the GUI component is editable.


Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.