Namespace goog.testing.mockmatchers
code »Classes
|
Global Functions
code »goog.testing.mockmatchers.flexibleArrayMatcher ( expectedArr, arr, opt_expectation ) ⇒ booleanA function that checks to see if an array matches a given set of
expectations. The expectations array can be a mix of ArgumentMatcher
implementations and values. True will be returned if values are identical or
if a matcher returns a positive result.
boolean| Parameters |
|---|
|
| Returns |
|