Lines Matching refs:testToStringAndLength
97 function testToStringAndLength(fn, length, lastElement) function
116 testToStringAndLength("f1", 1);
117 testToStringAndLength("f2", 1, 1);
118 testToStringAndLength("f3", 1,1);
119 testToStringAndLength("f4", 2);
120 testToStringAndLength("f5", 3);
121 testToStringAndLength("f6", 4, 4);
122 testToStringAndLength("f7", 2, 2);
123 testToStringAndLength("f8", 3);
124 testToStringAndLength("f9", 5, 5);
125 testToStringAndLength("f10", 5);
126 testToStringAndLength("f11", 6, 6);
127 testToStringAndLength("f12", 2);
128 testToStringAndLength("f13", 2);
129 testToStringAndLength("f14", 3);
130 testToStringAndLength("f15", 2);
131 testToStringAndLength("f16", 3);