View Interaction Delegate
public final class ViewInteractionDelegate implements Delegate<ViewInteraction, ViewAssertion, ViewAction>
Delegation class for ViewInteraction. Wraps all available public calls and intercepts check and perform.
See also
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Runs the interceptors available for the given delegate during the check
operation.
Link copied to clipboard
Runs the interceptors available for the given delegate during the perform
operation.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Contract(value = "_->this" )