AndEndWithWord

org.scalatest.matchers.dsl.MatcherFactory4.AndEndWithWord
final class AndEndWithWord

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

Attributes