Registers a subject description in WordSpec
and fixture.WordSpec
.
Registers a subject description in WordSpec
and fixture.WordSpec
.
For example, this class enables syntax such as the following in WordSpec
and fixture.WordSpec
:
"A Stack (when empty)" should { ...
^
Class that provides a role-specific type for an implicit conversion used to support the registration of subject descriptions in
FlatSpec
andFreeSpec
styles.For example, this class enables syntax such as the following in
WordSpec
andfixture.WordSpec
:"A Stack (when empty)" should { ... ^
This
should
method, which is provided inShouldVerb
, needs an implicit parameter of typeStringVerbBlockRegistration
.