| Package | Description |
|---|---|
| net.joala.condition |
Conditions to be used during testing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBooleanCondition |
class |
DefaultCondition<T>
An abstract implementation for conditions.
|
| Modifier and Type | Method and Description |
|---|---|
FailSafeCondition<T> |
FailSafeCondition.runBefore(Runnable runnable)
Define runnable to execute before the condition is being performed.
|
FailSafeCondition<T> |
FailSafeCondition.runFinally(Runnable runnable)
Define runnable to execute after the condition has been performed.
|
FailSafeCondition<T> |
FailSafeCondition.withMessage(String message) |
FailSafeCondition<T> |
FailSafeCondition.withTimeoutFactor(double factor) |
Copyright © 2011-2017 CoreMedia AG. All Rights Reserved.