Searched defs:afterEach (Results 1 – 4 of 4) sorted by relevance
9 afterEach, property
143 afterEach(fn, options) { method in TestContext201 afterEach: [], property220 afterEach: ArrayPrototypeSlice(parent.hooks.afterEach), property
237 afterEach: hook('afterEach'), property
2601 Benchmark.prototype.afterEach = function () { }; method in Benchmark