OrIncludeWord

final class OrIncludeWord

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

infix def regex(regexString: String): MatcherFactory3[SC & String, TC1, TC2, TC3]

This method enables the following syntax given a MatcherFactory3:

This method enables the following syntax given a MatcherFactory3:

aMatcherFactory or include regex (decimal)
                          ^
infix def regex(regexWithGroups: RegexWithGroups): MatcherFactory3[SC & String, TC1, TC2, TC3]

This method enables the following syntax given a MatcherFactory3:

This method enables the following syntax given a MatcherFactory3:

aMatcherFactory or include regex ("a(b*)c" withGroup "bb")
                          ^
infix def regex(regex: Regex): MatcherFactory3[SC & String, TC1, TC2, TC3]

This method enables the following syntax given a MatcherFactory3:

This method enables the following syntax given a MatcherFactory3:

aMatcherFactory or include regex (decimal)
                          ^