public interface EditableComponentFixture
Modifier and Type | Method and Description |
---|---|
EditableComponentFixture |
requireEditable()
Asserts that the GUI component is editable.
|
EditableComponentFixture |
requireNotEditable()
Asserts that the GUI component is not editable.
|
EditableComponentFixture requireEditable()
AssertionError
- if the GUI component is not editable.EditableComponentFixture requireNotEditable()
AssertionError
- if the GUI component is editable.Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.