Searched defs:beforeItSpecified (Results 1 – 3 of 3) sorted by relevance
26 const beforeItSpecified = function (itDescs, func) { function
273 beforeItSpecified(itDescs, func) { method in SuiteService657 async runBeforeItSpecified(beforeItSpecified, specItem) { argument667 async runAfterItSpecified(beforeItSpecified, specItem) { argument
51 export function beforeItSpecified(testCaseNames: Array<string> | string, callback: Function): void function