Documentation Home
This page is for an older version of Jasmine (3.10)
The current stable version of Jasmine is: 5.1 - You can also look at the docs for the next release: Edge

Interface: Suite

Suite

Since:
  • 2.0.0
See:

Members

children :Array.<(Spec|Suite)>

The suite's children.

Type:
Since:
  • 2.0.0

(readonly) description :string

The description passed to the describe that created this suite.

Type:
  • string
Since:
  • 2.0.0

(readonly) id :string

The unique ID of this suite.

Type:
  • string
Since:
  • 2.0.0

(readonly) parentSuite :Suite

The parent of this suite, or null if this is the top suite.

Type:

Methods

getFullName() → {string}

The full description including all ancestors of this suite.

Since:
  • 2.0.0
Returns:
Type
string