| Package | Description |
|---|---|
| net.joala.condition |
Conditions to be used during testing.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanCondition
Specialized condition for boolean states (true/false).
|
interface |
FailSafeCondition<T>
Condition which ensures that a runnable is executed after the condition
has been performed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBooleanCondition |
class |
DefaultCondition<T>
An abstract implementation for conditions.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Condition<T> |
DefaultConditionFactory.condition(Expression<T> expression) |
<T> Condition<T> |
ConditionFactory.condition(Expression<T> expression)
Create a ready to use condition.
|
Condition<T> |
Condition.withMessage(String message)
The message to print on failure.
|
Condition<T> |
Condition.withTimeoutFactor(double factor)
Sets a factor to speed up or slow down tests.
|
Copyright © 2011-2017 CoreMedia AG. All Rights Reserved.