|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.thoughtworks.selenium.condition | |
---|---|
com.thoughtworks.selenium.condition |
Classes in com.thoughtworks.selenium.condition used by com.thoughtworks.selenium.condition | |
---|---|
Condition
Simple predicate class, which also knows how to wait for the condition to be true. |
|
ConditionRunner
A ConditionRunner is a class that can execute a Condition , which
need certain basic pieces that it needs to execute (e.g. an instance
of Selenium ). |
|
ConditionRunner.Context
Used by implementations of ConditionRunner.waitFor(Condition) to
provide context to the
Condition#isTrue(com.google.testing.selenium.condition.ConditionRunner.Context)
method |
|
DefaultConditionRunner
This implementation throws a simple RuntimeException when the
condition is not met in the DefaultConditionRunner.waitFor(Condition) method. |
|
DefaultConditionRunner.Monitor
A DefaultConditionRunner.Monitor can be installed in DefaultConditionRunner as an
open ended way of being notified of certain events. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |