Returns a matcher that matches objects that are equal to the input object.
Equality in this case means the two objects are references to the same
object.
Arguments:
Returns: !goog.labs.testing.ObjectEqualsMatcher
A
ObjectEqualsMatcher.
|
code » | ||
Returns a matcher that matches objects that contain the input property.
Arguments:
Returns: !goog.labs.testing.HasPropertyMatcher
A HasPropertyMatcher.
|
code » | ||
Returns a matcher that matches instances of the input class.
Arguments:
Returns: !goog.labs.testing.InstanceOfMatcher
A
InstanceOfMatcher.
|
code » | ||
Returns a matcher that matches all null values.
Returns: !goog.labs.testing.IsNullMatcher
A IsNullMatcher.
|
code » | ||
Returns a matcher that matches all null and undefined values.
Returns: !goog.labs.testing.IsNullOrUndefinedMatcher
A
IsNullOrUndefinedMatcher.
|
code » | ||
Returns a matcher that matches undefined values.
Returns: !goog.labs.testing.IsUndefinedMatcher
A IsUndefinedMatcher.
|
code » |