org.scalatest.matchers.MatchPatternHelper
MatchPatternHelper
is called by MatchPatternMacro
to support matchPattern
syntax.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
MatchPatternHelper
that is called by MatchPatternMacro
to support the following syntax:
MatchPatternHelper
that is called by MatchPatternMacro
to support the following syntax:
result should not matchPattern { case Person("Bob", _) => }
^
Attributes
MatchPatternHelper
that is called by MatchPatternMacro
to support the following syntax:
MatchPatternHelper
that is called by MatchPatternMacro
to support the following syntax:
result should matchPattern { case Person("Bob", _) => }
^
Attributes
MatchPatternHelper
that is called by MatchPatternMacro
to support the following syntax:
MatchPatternHelper
that is called by MatchPatternMacro
to support the following syntax:
result should (not matchPattern { case Person("Alice", _) => } and (equal (result)))
^
Attributes