hasType

public final Unit hasType(String type)

Matches intent with given type

Parameters

type

Type to match


public final Unit hasType(Matcher<String> type)

Matches intent with given type

Parameters

type

Matcher for type