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.

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