Gives a matcher that asserts an object contains all the given key-value pairs
in the input object.
Arguments:
Returns: !goog.labs.testing.HasEntriesMatcher
A HasEntriesMatcher.
|
code » | |||
Gives a matcher that asserts an object contains the given key-value pair.
Arguments:
Returns: !goog.labs.testing.HasEntryMatcher
A HasEntryMatcher.
|
code » | |||
Gives a matcher that asserts an object contains the given key.
Arguments:
Returns: !goog.labs.testing.HasKeyMatcher
A HasKeyMatcher.
|
code » | |||
Gives a matcher that asserts an object contains the given value.
Arguments:
Returns: !goog.labs.testing.HasValueMatcher
A HasValueMatcher.
|
code » |