public abstract class Assertion extends Object
UISpecAssert "assertXxx" and "waitUntil" methods.| Constructor and Description |
|---|
Assertion() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
check()
Throws an exception if the condition is not true.
|
boolean |
isTrue()
Returns true if the
check() method does not fail. |
public final boolean isTrue()
check() method does not fail.public abstract void check()
Copyright © 2004–2016. All rights reserved.