MCPcopy
hub / github.com/gchq/CyberChef / addTests

Method addTests

tests/lib/TestRegister.mjs:38–40  ·  view source on GitHub ↗

* Add a list of tests to the register. * * @param {Object[]} tests

(tests)

Source from the content-addressed store, hash-verified

36 * @param {Object[]} tests
37 */
38 addTests(tests) {
39 this.tests = this.tests.concat(tests);
40 }
41
42 /**
43 * Add a list of api tests to the register

Callers 15

CaretMdecode.mjsFile · 0.80
Typex.mjsFile · 0.80
Magic.mjsFile · 0.80
DisassembleARM.mjsFile · 0.80
ParseTCP.mjsFile · 0.80
Rotate.mjsFile · 0.80
PubKeyFromCert.mjsFile · 0.80
Comment.mjsFile · 0.80
XSalsa20.mjsFile · 0.80
LZString.mjsFile · 0.80
Crypt.mjsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected