Searched defs:beforeItSpecified (Results 1 – 3 of 3) sorted by relevance
26 const beforeItSpecified = function (itDescs, func) { function
225 beforeItSpecified(itDescs, func) { method in SuiteService
51 export function beforeItSpecified(testCaseNames: Array<string> | string, callback: Function): void function