final class ResultOfMessageWordApplication extends AnyRef
This class is part of the ScalaTest matchers DSL. Please see the documentation for Matchers
for an overview of
the matchers DSL.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResultOfMessageWordApplication
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ResultOfMessageWordApplication(expectedMessage: String)
Value Members
- def apply[T](resultOfOfTypeInvocation: ResultOfOfTypeInvocation[T])(implicit arg0: Messaging[T]): HavePropertyMatcher[T, String]
- val expectedMessage: String
-
def
toString(): String
Overrides toString to return "message (\"XXX\")", where XXX is expectedMessage
Overrides toString to return "message (\"XXX\")", where XXX is expectedMessage
- Definition Classes
- ResultOfMessageWordApplication → AnyRef → Any