Class jasmine.Block
Defined in: Block.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
jasmine.Block(env, func, spec)
Blocks are functions with executable code that make up a spec.
|
| Method Attributes | Method Name and Description |
|---|---|
|
execute(onComplete)
|
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
Method Detail
execute(onComplete)
- Parameters:
- onComplete