Lines Matching defs:func
26 function getFuncWithArgsZero(func, timeout, isStressTest) { argument
44 function getFuncWithArgsOne(func, timeout, isStressTest) { argument
67 function getFuncWithArgsTwo(func, timeout, paramItem, isStressTest) { argument
90 function processFunc(coreContext, func) { argument
144 describe(desc, func) { argument
174 beforeAll(func) { argument
178 beforeEach(func) { argument
182 afterAll(func) { argument
186 afterEach(func) { argument
331 describe: function (desc, func) { argument
334 beforeAll: function (func) { argument
337 beforeEach: function (func) { argument
340 afterAll: function (func) { argument
343 afterEach: function (func) { argument
541 it(desc, filter, func) { argument
575 it: function (desc, filter, func) { argument