MatchPatternHelper
object MatchPatternHelper
MatchPatternHelper is called by MatchPatternMacro to support matchPattern syntax.
Value members
Concrete methods
def checkMatchPattern(resultOfNoWordForAny: ResultOfNotWordForAny[_], right: PartialFunction[Any, _]): Unit
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", _) => }
^
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", _) => }
^