API Docs for: 3.5.1
Show:

Test.Mock.Value Class

Defined in: test/js/Mock.js:155
Module: test

Creates a new value matcher.

Item Index

Properties

Properties

Any

Function static

Defined in test/js/Mock.js:178

Predefined matcher to match any value.

Boolean

Function static

Defined in test/js/Mock.js:186

Predefined matcher to match boolean values.

Function

Function static

Defined in test/js/Mock.js:218

Predefined matcher to match function values.

Number

Function static

Defined in test/js/Mock.js:194

Predefined matcher to match number values.

Object

Function static

Defined in test/js/Mock.js:210

Predefined matcher to match object values.

String

Function static

Defined in test/js/Mock.js:202

Predefined matcher to match string values.