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

Method testStringArray

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

Source from the content-addressed store, hash-verified

8 this.m = module;
9 }
10 testStringArray() {
11 var inputStrings = ['1', '2', '3'];
12 var expectedStrings = ['3', '2', '1'];
13 assertArrayEq(this.m.testsuite.TestArray.testStringArray(inputStrings), expectedStrings);
14 }
15
16 testIntArray() {
17 var inputIntegers = new Int32Array([1,2,3]);

Callers

nothing calls this directly

Calls 2

assertArrayEqFunction · 0.90
testStringArrayMethod · 0.65

Tested by

no test coverage detected