EMPTY_TEXT
Modifier and Type | Method and Description |
---|---|
protected void |
done()
$Notification that this condition has been evaluated.
|
boolean |
test()
Indicates whether the
in this condition is showing on the screen or not. |
static WaitForComponentToShowCondition |
untilIsShowing(Component c)
Creates a new
WaitForComponentToShowCondition . |
descriptionAddendum, toString
public static WaitForComponentToShowCondition untilIsShowing(Component c)
WaitForComponentToShowCondition
.c
- the Component
to verify.NullPointerException
- if the Component
is null
.public boolean test()
Component
in this condition is showing on the screen or not.protected void done()
Pause.pause(Condition)
(and all overloaded methods) when this condition is evaluated (either
it was satisfied or it timed-out.) This is a good place to do any necessary resource cleanup.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.