MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / getException

Method getException

lib/assert.js:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 addAssertParams() {}
56
57 getException() {
58 return new AssertionFailedError(this.params, '')
59 }
60
61 getFailedNegation() {
62 const err = this.getException()

Callers 3

getFailedNegationMethod · 0.95
getFailedAssertionMethod · 0.95
expectAnyElementFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected