Class that supports shared test registration via instances referenced from the behave
field of Spec
s,FlatSpec
s, and WordSpec
s as well as instance of their sister traits,FixtureSpec
, FixtureFlatSpec
, and FixtureWordSpec
.
Provides an implicit conversion that adds can
methods to String
to support the syntax of FlatSpec
, WordSpec
, FixtureFlatSpec
,
and FixtureWordSpec
.
Provides an implicit conversion that adds must
methods to String
to support the syntax of FlatSpec
, WordSpec
, FixtureFlatSpec
,
and FixtureWordSpec
.
Class that supports the use of after words in WordSpec
and FixtureWordSpec
.
Abstract class that supports test registration in FlatSpec
and FixtureFlatSpec
.
Supports the registration of tagged tests in shorthand form in FlatSpec
and FixtureFlatSpec
.
Provides an implicit conversion that adds should
methods to String
to support the syntax of FlatSpec
, WordSpec
, FixtureFlatSpec
,
and FixtureWordSpec
.
Class that provides a role-specific type for an implicit conversion used to support
the registration of subject descriptions in WordSpec
and FixtureWordSpec
.