|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ToolTipDisplayFixture
Understands state verification of GUI components that display a tool-tip.
Method Summary | |
---|---|
ToolTipDisplayFixture |
requireToolTip(Pattern pattern)
Asserts that the toolTip in this fixture's GUI component matches the given regular expression pattern. |
ToolTipDisplayFixture |
requireToolTip(String expected)
Asserts that the toolTip in this fixture's GUI component matches the given value. |
Method Detail |
---|
ToolTipDisplayFixture requireToolTip(String expected)
expected
- the given value. It can be a regular expression.
AssertionError
- if the toolTip in this fixture's GUI component does not match the given value.ToolTipDisplayFixture requireToolTip(Pattern pattern)
pattern
- the regular expression pattern to match.
NullPointerException
- if the given regular expression pattern is null
.
AssertionError
- if the toolTip in this fixture's GUI component does not match the given value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |