API Docs for: 3.8.0
Show:

Test.Mock.Value Class

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

Creates a new value matcher.

Item Index

Properties

Properties

Any

Function static

Defined in test/js/Mock.js:188

Predefined matcher to match any value.

Boolean

Function static

Defined in test/js/Mock.js:196

Predefined matcher to match boolean values.

Function

Function static

Defined in test/js/Mock.js:228

Predefined matcher to match function values.

Number

Function static

Defined in test/js/Mock.js:204

Predefined matcher to match number values.

Object

Function static

Defined in test/js/Mock.js:220

Predefined matcher to match object values.

String

Function static

Defined in test/js/Mock.js:212

Predefined matcher to match string values.