public interface ToolTipDisplayFixture
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.