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) filename :string

The name of the file the suite was defined in. Note: The value may be incorrect if zone.js is installed or describe/fdescribe/xdescribe have been replaced with versions that don't maintain the same call stack height as the originals. You can fix that by setting Configuration#extraItStackFrames.

Type:
  • string
Since:
  • 5.13.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