hasEntry

public final Unit hasEntry(String key, Object value)

Matches bundle with given entry

Parameters

key

Key to be matched

value

Value to be matched


public final Unit hasEntry(Matcher<String> key, Matcher<Object> value)

Matches bundle with given entry

Parameters

key

Matcher for a key

value

Matcher for a value