MCPcopy
hub / github.com/winjs/winjs / test

Function test

tests/ListView/MultisizeTest.ts:634–644  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

632 index = 0;
633
634 function test() {
635 var entry = indices[index++];
636 wrapGetAdjacent(layout, entry[0], entry[1]).done(function (output) {
637 if (index < indices.length) {
638 LiveUnit.Assert.areEqual(entry[2], output, "Error in " + index + " step");
639 test();
640 } else {
641 complete();
642 }
643 });
644 }
645
646 test();
647 });

Callers 5

generateDownUpKeysFunction · 0.70
generateRightLeftKeysFunction · 0.70
generateGapHandlingFunction · 0.70

Calls 3

wrapGetAdjacentFunction · 0.85
doneMethod · 0.65
completeFunction · 0.50

Tested by

no test coverage detected