Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dylan-Israel/jasmine-quickstart
/ functions
Functions
205 in github.com/Dylan-Israel/jasmine-quickstart
⨍
Functions
205
◇
Types & classes
0
Function
toHaveClass
* {@link expect} the actual value to be a DOM element that has the expected class * @function * @name matchers#toHaveClass * @param {Object}
jasmine/jasmine.js:3953
Function
toMatch
* {@link expect} the actual value to match a regular expression * @function * @name matchers#toMatch * @param {RegExp|String} expected - Valu
jasmine/jasmine.js:3989
Function
toThrow
* {@link expect} a function to `throw` something. * @function * @name matchers#toThrow * @param {Object} [expected] - Value that should be th
jasmine/jasmine.js:4021
Function
toThrowError
* {@link expect} a function to `throw` an `Error`. * @function * @name matchers#toThrowError * @param {Error} [expected] - `Error` constructo
jasmine/jasmine.js:4083
Function
toThrowMatching
* {@link expect} a function to `throw` something matching a predicate. * @function * @name matchers#toThrowMatching * @param {Function} predi
jasmine/jasmine.js:4244
← previous
201–205 of 205, ranked by callers