Lines Matching refs:groups
12 * Determines if any of the array of test groups appears
14 * @param {Array} testGroups The array of test groups to
16 * @param {String} filter The TestRunner groups filter.
204 * The list of test groups to run. The list is represented
777 !inGroups(testCase.groups, this._groups) ||
975 * of internally managing test suites. <code>groups</code> is an array
976 * of test groups indicating which tests to run.
995 //determine if there are any groups to filter on
996 runner._groups = (options.groups instanceof Array) ? "," + options.groups.join(",") + "," : "";