Package-level declarations

Types

Link copied to clipboard

Delegation class for DataInteraction. Wraps all available public calls and intercepts check and perform.

Link copied to clipboard
public interface Delegate<INTERACTION extends Object, ASSERTION extends Object, ACTION extends Object>

Base delegate interface.

Link copied to clipboard

Delegation class for ViewInteraction. Wraps all available public calls and intercepts check and perform.

Link copied to clipboard
public final class WebInteractionDelegate implements Delegate<Web.WebInteraction<?>, WebAssertion<?>, Atom<?>>

Delegation class for Web.WebInteraction. Wraps all available public calls and intercepts check and perform.