StringVerbBehaveLikeInvocation
org.scalatest.verbs.StringVerbBehaveLikeInvocation
Class that provides a role-specific type for an implicit conversion used to support the registration of subject descriptions in FlatSpec and FreeSpec styles.
For example, this class enables syntax such as the following in WordSpec and fixture.WordSpec:
"A Stack (when empty)" should { ...
^
This should method, which is provided in ShouldVerb, needs an implicit parameter of type StringVerbBlockRegistration.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article