AndIncludeWord

org.scalatest.matchers.dsl.MatcherFactory3.AndIncludeWord
final class AndIncludeWord

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): 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 and include regex (decimal)
                           ^

Attributes

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 and include regex ("a(b*)c" withGroup "bb")
                           ^

Attributes

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 and include regex (decimalRegex)
                           ^

Attributes