MCPcopy Create free account
hub / github.com/Macuyiko/minecraft-python / fail

Function fail

ServerEditorWeb/ace/worker-html.js:9728–9736  ·  view source on GitHub ↗
(actual, expected, message, operator, stackStartFunction)

Source from the content-addressed store, hash-verified

9726}
9727
9728function fail(actual, expected, message, operator, stackStartFunction) {
9729 throw new assert.AssertionError({
9730 message: message,
9731 actual: actual,
9732 expected: expected,
9733 operator: operator,
9734 stackStartFunction: stackStartFunction
9735 });
9736}
9737assert.fail = fail;
9738
9739function ok(value, message) {

Callers 3

okFunction · 0.85
worker-html.jsFile · 0.85
_throwsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected