mockmatchers_test.js
No description.

File Location

/goog/testing/mockmatchers_test.js


Public Protected Private

Global Functions

MockMock()
No description.
code »
testFlexibleArrayMatcher&argVerifier()
No description.
code »
expectObjectEqualsFailure(matchermatchObjectopt_errorMsg)
Utility method for checking for an ObjectEquals match failure. Checks that the expected error message was included in the error messages appended to the expectation object.
Arguments:
matcher : goog.testing.mockmatchers.ArgumentMatcher.ObjectEquals
The matcher to test against.
matchObject : Object
The object to compare.
opt_errorMsg : string=
The deep object comparison failure message to check for.
code »
setUp()
No description.
code »
testComplexObjectEquals()
No description.
code »
testFlexibleArrayMatcher()
No description.
code »
testIgnoreArgumentsMatcher()
No description.
code »
testInstanceOf()
No description.
code »
testIsArray()
No description.
code »
testIsArrayLike()
No description.
code »
testIsBoolean()
No description.
code »
testIsDateLike()
No description.
code »
testIsFunction()
No description.
code »
testIsNodeLike()
No description.
code »
testIsNumber()
No description.
code »
testIsObject()
No description.
code »
testIsString()
No description.
code »
testNoMatchName()
No description.
code »
testObjectEquals()
No description.
code »
testRegexpMatch()
No description.
code »
testSaveArgument()
No description.
code »
testTypeOf()
No description.
code »

Global Variables

matchers :
No description.
Code »
mockExpect :
No description.
Code »

Directory testing

File Reference