Class jasmine.Spec
Defined in: jasmine-0.10.0.js.
Constructor Attributes | Constructor Name and Description |
---|---|
jasmine.Spec(env, suite, description)
Internal representation of a Jasmine specification, or test.
|
Method Attributes | Method Name and Description |
---|---|
Class Detail
jasmine.Spec(env, suite, description)
Internal representation of a Jasmine specification, or test.
- Parameters:
- {jasmine.Env} env
- {jasmine.Suite} suite
- {String} description
Method Detail
getResults()