final classResultOfAfterWordApplication extends AnyRef
Class that supports the use of after words in WordSpec
and fixture.WordSpec.
A ResultOfAfterWordApplication, which encapsulates the text of the after word
and a block,
is accepted by when, should, must, can, and that
methods. For more information, see the
main documentation for trait WordSpec.
Class that supports the use of after words in
WordSpec
andfixture.WordSpec
.A
ResultOfAfterWordApplication
, which encapsulates the text of the after word and a block, is accepted bywhen
,should
,must
,can
, andthat
methods. For more information, see the main documentation for traitWordSpec
.