Version 3.17.2
Show:

Test.Mock.Value Class

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

Creates a new value matcher.

Item Index

Properties

Properties

Any

Function static

Defined in test/js/Mock.js:186

Predefined matcher to match any value.

Boolean

Function static

Defined in test/js/Mock.js:194

Predefined matcher to match boolean values.

Function

Function static

Defined in test/js/Mock.js:226

Predefined matcher to match function values.

Number

Function static

Defined in test/js/Mock.js:202

Predefined matcher to match number values.

Object

Function static

Defined in test/js/Mock.js:218

Predefined matcher to match object values.

String

Function static

Defined in test/js/Mock.js:210

Predefined matcher to match string values.