Lines Matching defs:st
25 t.test('binds properly', function (st) { argument
39 t.test('binds properly, and still supplies bound arguments', function (st) { argument
53 t.test('returns properly', function (st) { argument
67 t.test('returns properly with bound arguments', function (st) { argument
81 t.test('called as a constructor', function (st) { argument
119 t.test('with no bound arguments', function (st) { argument
134 t.test('with bound arguments', function (st) { argument
149 t.test('returns properly', function (st) { argument
165 t.test('returns properly with bound arguments', function (st) { argument
181 t.test('passes the correct arguments when called as a constructor', function (st) { argument
193 t.test('has the new instance\'s context when called as a constructor', function (st) { argument
211 t.test('sets a correct length without thisArg', function (st) { argument
218 t.test('sets a correct length with thisArg', function (st) { argument
225 t.test('sets a correct length without thisArg and first argument', function (st) { argument
232 t.test('sets a correct length with thisArg and first argument', function (st) { argument
239 t.test('sets a correct length without thisArg and too many arguments', function (st) { argument
246 t.test('sets a correct length with thisArg and too many arguments', function (st) { argument