Interface: Spec (original) (raw)

Home

Modules

Namespaces

Classes

Interfaces

Global

Spec

Members

(readonly) description :string

The description passed to the it that created this spec.

Type:

Since:

(readonly) id :string

The unique ID of this spec.

Type:

Since:

Methods

getFullName() → {string}

The full description including all ancestors of this spec.

Since:

Returns:

Type

string

getPath() → {Array.}

The full path of the spec, as an array of names.

Since:

Returns:

Type

Array.