public abstract class RunnableAssert extends Object
PollingWait for usage example.| Modifier | Constructor and Description |
|---|---|
protected |
RunnableAssert(String description) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
run()
This method might be executed multiple times
by
PollingWait.until(com.googlecode.junittoolbox.RunnableAssert), if it throws any
Error or Exception. |
String |
toString() |
protected RunnableAssert(String description)
Copyright © 2017. All rights reserved.