final class ResultOfAfterWordApplication 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
.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResultOfAfterWordApplication
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ResultOfAfterWordApplication(text: String, f: () ⇒ Unit)
Value Members
- val f: () ⇒ Unit
- val text: String
-
def
toString(): String
Overrides toString to return the passed in text.
Overrides toString to return the passed in text.
- Definition Classes
- ResultOfAfterWordApplication → AnyRef → Any