MCPcopy Create free account
hub / github.com/apache/thrift / run

Function run

lib/nodejs/test/deep-constructor.test.js:324–328  ·  view source on GitHub ↗
(name, cases)

Source from the content-addressed store, hash-verified

322}
323
324function run(name, cases) {
325 Object.keys(cases).forEach(function (caseName) {
326 test(name + ": " + caseName, cases[caseName]);
327 });
328}
329
330run("binary", createTestCases(serializeBinary, deserializeBinary));
331run("json", createTestCases(serializeJSON, deserializeJSON));

Callers 2

runMethod · 0.50

Calls 1

testFunction · 0.50

Tested by

no test coverage detected