Skip navigation links

Package net.joala.condition

Conditions to be used during testing.

See: Description

Package net.joala.condition Description

Conditions to be used during testing. A condition knows how to get the state of an element to verify and can perform verifications on this element if a requested state is reached.

The central interface is Condition. All class implementing this interface should also implement FailSafeCondition. This interface is hidden at first glance to represent a small API to the condition users. Typically those building conditions will need the interface FailSafeCondition to configure the behavior of the condition.

Fail Strategies

Conditions provide three ways to fail which refer to JUnit failure states skipped, failed and error:

Sketch of Condition-Expression-Matcher-Triad:

Skip navigation links

Copyright © 2011-2017 CoreMedia AG. All Rights Reserved.