Class jasmine.Block
Defined in: jasmine-0.10.0.js.
Constructor Attributes | Constructor Name and Description |
---|---|
jasmine.Block(env, func, spec)
Blocks are functions with executable code that make up a spec.
|
Class Detail
jasmine.Block(env, func, spec)
Blocks are functions with executable code that make up a spec.
- Parameters:
- {jasmine.Env} env
- {Function} func
- {jasmine.Spec} spec