Package | Description |
---|---|
org.fest.swing.fixture |
The power and flexibility of FEST-Swing come from the fixtures in
this package.
|
Modifier and Type | Method and Description |
---|---|
FontFixture |
JTableCellFixture.font()
Returns a fixture that verifies the font of this fixture's table cell.
|
FontFixture |
ComponentFixture.font()
Returns a fixture that verifies the font of this fixture's
. |
FontFixture |
JTableFixture.fontAt(TableCell cell)
Returns a fixture that verifies the font of the given table cell.
|
FontFixture |
FontFixture.requireBold()
Verifies that this fixture's font is bold.
|
FontFixture |
FontFixture.requireFamily(String family)
Verifies that the family name of this fixture's font is equal to the given one.
|
FontFixture |
FontFixture.requireItalic()
Verifies that this fixture's font is italic.
|
FontFixture |
FontFixture.requireName(String name)
Verifies that the logical name of this fixture's font is equal to the given one.
|
FontFixture |
FontFixture.requireNotBold()
Verifies that this fixture's font is not bold.
|
FontFixture |
FontFixture.requireNotItalic()
Verifies that this fixture's font is not italic.
|
FontFixture |
FontFixture.requireNotPlain()
Verifies that this fixture's font is not plain.
|
FontFixture |
FontFixture.requirePlain()
Verifies that this fixture's font is plain.
|
FontFixture |
FontFixture.requireSize(int size)
Verifies that the point size of this fixture's font is equal to the given one.
|
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.