Lines Matching refs:setup
33 * // Invoked after setup() has been called to notify the test environment
210 this.output_handler.setup(properties);
1054 * setup function to run, or a set of properties. If this is a
1061 function setup(func_or_properties, maybe_properties)
1073 tests.setup(func, properties);
1107 tests.setup(null, properties);
1131 * via the :js:func:`setup` function.
1222 expose(setup, 'setup');
3426 Tests.prototype.setup = function(func, properties)
3887 * in :js:func:`setup`. In other cases any call is a no-op.
3988 Output.prototype.setup = function(properties) {