Class jasmine.Suite
Defined in: jasmine-0.9.0.js.
Constructor Attributes | Constructor Name and Description |
---|---|
jasmine.Suite(env, description, specDefinitions, parentSuite)
Internal representation of a Jasmine suite.
|
Method Attributes | Method Name and Description |
---|---|
Class Detail
jasmine.Suite(env, description, specDefinitions, parentSuite)
Internal representation of a Jasmine suite.
- Parameters:
- {jasmine.Env} env
- {String} description
- {Function} specDefinitions
- {jasmine.Suite} parentSuite
Method Detail
specCount()