| Package | Description |
|---|---|
| com.thoughtworks.selenium.condition |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConditionRunner
|
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 © 2012. All Rights Reserved.