| Package | Description |
|---|---|
| com.thoughtworks.selenium.condition |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConditionRunner
This ConditionRunner throws a simple
RuntimeException when the
condition is not met in the DefaultConditionRunner.waitFor(Condition) method. |
class |
JUnit4AndTestNgConditionRunner
This class throws an
AssertionError when the condition is not met - the same as
JUnit4 and TestNG do. |
class |
JUnitConditionRunner
This class throws an
AssertionFailedError when the condition is not met. |
| Modifier and Type | Method and Description |
|---|---|
ConditionRunner |
ConditionRunner.Context.getConditionRunner()
Returns the condition runner inside which this condition is being run.
|
Copyright © 2014. All rights reserved.