org.scalatest.flatspec.FixtureAsyncFlatSpecLike
Supports the registration of a “subject” being specified and tested via the
instance referenced from FixtureAsyncFlatSpec's behavior field.
Supports the registration of a “subject” being specified and tested via the
instance referenced from FixtureAsyncFlatSpec's behavior field.
This method enables syntax such as the following subject registration:
behavior of "A Stack"
^
For more information and examples of the use of this method, see the main documentation
for trait AnyFlatSpec.
the description text
Class that supports the registration of a “subject” being specified and tested via the instance referenced from
FixtureAsyncFlatSpec'sbehaviorfield.This field enables syntax such as the following subject registration:
For more information and examples of the use of the
behaviorfield, see the main documentation for traitAnyFlatSpec.