Lines Matching refs:groups
791 * Determines if any of the array of test groups appears
793 * @param {Array} testGroups The array of test groups to
795 * @param {String} filter The TestRunner groups filter.
983 * The list of test groups to run. The list is represented
1556 !inGroups(testCase.groups, this._groups) ||
1754 * of internally managing test suites. <code>groups</code> is an array
1755 * of test groups indicating which tests to run.
1774 //determine if there are any groups to filter on
1775 runner._groups = (options.groups instanceof Array) ? "," + options.groups.join(",") + "," : "";