hasAction

public final Unit hasAction(String action)

Matches intent with given action

Parameters

action

Action to be matched


public final Unit hasAction(Matcher<String> action)

Matches intent with given action

Parameters

action

Matcher for action string