Supports the registration of scope with can
in a WordSpecLike
.
Supports the registration of scope with can
in a WordSpecLike
.
This method supports syntax such as the following:
"Basketball players" when { ... }For examples of scope registration, see the main documentation for
they can { ... } ^
WordSpec
.
Supports the registration of scope with must
in a WordSpecLike
.
Supports the registration of scope with must
in a WordSpecLike
.
This method supports syntax such as the following:
"Basketball players" when { ... }For examples of scope registration, see the main documentation for
they must { ... } ^
WordSpec
.
Supports the registration of scope with should
in a WordSpecLike
.
Supports the registration of scope with should
in a WordSpecLike
.
This method supports syntax such as the following:
"Basketball players" when { ... }For examples of scope registration, see the main documentation for
they should { ... } ^
WordSpec
.
Supports the registration of scope with when
in a WordSpecLike
.
Supports the registration of scope with when
in a WordSpecLike
.
This method supports syntax such as the following:
"Basketball players" should { ... }For examples of scope registration, see the main documentation for
they when { ... } ^
WordSpec
.
Class that supports shorthand scope registration via the instance referenced from
WordSpecLike
'sthey
field.This class enables syntax such as the following test registration:
For more information and examples of the use of thethey
field, see the main documentation forWordSpec
.