final class BehaviorWord extends AnyRef
Class that supports the registration of a “subject” being specified and tested via the
instance referenced from fixture.FlatSpec
's behavior
field.
This field enables syntax such as the following subject registration:
behavior of "A Stack"
^
For more information and examples of the use of the behavior
field, see the main documentation
for trait fixture.FlatSpec
.
- Attributes
- protected
- Source
- AsyncFlatSpecLike.scala
- Alphabetic
- By Inheritance
- BehaviorWord
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new BehaviorWord()
Value Members
-
def
of(description: String)(implicit pos: Position): Unit
Supports the registration of a “subject” being specified and tested via the instance referenced from
fixture.FlatSpec
'sbehavior
field.Supports the registration of a “subject” being specified and tested via the instance referenced from
fixture.FlatSpec
'sbehavior
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
FlatSpec
.- description
the description text