ResultOfMessageWordApplication

final class ResultOfMessageWordApplication(val expectedMessage: String)

This class is part of the ScalaTest matchers DSL. Please see the documentation for Matchers for an overview of the matchers DSL.

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T : Messaging](resultOfOfTypeInvocation: ResultOfOfTypeInvocation[T]): HavePropertyMatcher[T, String]
override 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
Any

Concrete fields

val expectedMessage: String