MCPcopy Create free account
hub / github.com/Snapchat/djinni / testIntArray

Method testIntArray

test-suite/handwritten-src/ts/ArrayTest.ts:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 }
15
16 testIntArray() {
17 var inputIntegers = new Int32Array([1,2,3]);
18 var expectedIntegers = new Int32Array([3,2,1]);
19 assertArrayEq(this.m.testsuite.TestArray.testIntArray(inputIntegers), expectedIntegers);
20 }
21
22 testRecordArray() {
23 var inputRecords = [{x:1, y:1}, {x:2, y:2}, {x:3, y:3}];

Callers

nothing calls this directly

Calls 2

assertArrayEqFunction · 0.90
testIntArrayMethod · 0.65

Tested by

no test coverage detected