Lines Matching refs:before
33 var before;
81 function TestCase(name, before, fn, after, isRegular) {
83 this.before = before;
122 this.RunFunction(suite, this.before, function(e) {
168 if (described.before) {
169 this.cases.push(new TestCase(this.description + ' :before', undefined,
170 described.before, undefined, false));
239 before = function(fn) {
240 context.beingDescribed.before = fn;