Supports the registration of scope with can
in a LogicWordSpecLike
.
Supports the registration of scope with can
in a LogicWordSpecLike
.
This method supports syntax such as the following:
"A Stack" when { ... } it can { ... } ^
For examples of scope registration, see the main documentation
for LogicWordSpec
.
the body function
Supports the registration of scope with must
in a LogicWordSpecLike
.
Supports the registration of scope with must
in a LogicWordSpecLike
.
This method supports syntax such as the following:
"A Stack" when { ... } it must { ... } ^
For examples of scope registration, see the main documentation
for LogicWordSpec
.
the body function
Supports the registration of scope with should
in a LogicWordSpecLike
.
Supports the registration of scope with should
in a LogicWordSpecLike
.
This method supports syntax such as the following:
"A Stack" when { ... } it should { ... } ^
For examples of scope registration, see the main documentation
for LogicWordSpec
.
the body function
Supports the registration of scope with when
in a LogicWordSpecLike
.
Supports the registration of scope with when
in a LogicWordSpecLike
.
This method supports syntax such as the following:
"A Stack" should { ... } it when { ... } ^
For examples of scope registration, see the main documentation
for LogicWordSpec
.
the body function
Class that supports shorthand scope registration via the instance referenced from
LogicWordSpecLike
'sit
field.This class enables syntax such as the following test registration:
For more information and examples of the use of the
it
field, see the main documentation forLogicWordSpec
.