OrIncludeWord

org.scalatest.matchers.dsl.MatcherFactory4.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.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

This method enables the following syntax given a MatcherFactory4:

This method enables the following syntax given a MatcherFactory4:

aMatcherFactory or include regex (decimal)
                          ^

Attributes

infix def regex(regexWithGroups: RegexWithGroups): MatcherFactory4[SC & String, TC1, TC2, TC3, TC4]

This method enables the following syntax given a MatcherFactory4:

This method enables the following syntax given a MatcherFactory4:

aMatcherFactory or include regex ("a(b*)c" withGroup "bb")
                          ^

Attributes

infix def regex(regex: Regex): MatcherFactory4[SC & String, TC1, TC2, TC3, TC4]

This method enables the following syntax given a MatcherFactory4:

This method enables the following syntax given a MatcherFactory4:

aMatcherFactory or include regex (decimal)
                          ^

Attributes