- 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