hasExtras

public final Unit hasExtras(Matcher<Bundle> extras)

Matches intent with given extras

Parameters

extras

Matched for extras bundle


public final Unit hasExtras(Function1<BundleBuilder, Unit> function)

Matches intent with given extras

Parameters

function

Builder for a bundle to match