final class AndEndWithWord extends AnyRef
This class is part of the ScalaTest matchers DSL. Please see the documentation for Matchers
for an overview of
the matchers DSL.
- Source
- MatcherFactory1.scala
- Alphabetic
- By Inheritance
- AndEndWithWord
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new AndEndWithWord()
Value Members
-
def
regex(regex: Regex): MatcherFactory1[SC with String, TC1]
This method enables the following syntax given a
MatcherFactory1
:This method enables the following syntax given a
MatcherFactory1
:aMatcherFactory and endWith regex (decimalRegex) ^
-
def
regex(regexWithGroups: RegexWithGroups): MatcherFactory1[SC with String, TC1]
This method enables the following syntax given a
MatcherFactory1
:This method enables the following syntax given a
MatcherFactory1
:aMatcherFactory and endWith regex ("a(b*)c" withGroup "bb") ^
-
def
regex(regexString: String): MatcherFactory1[SC with String, TC1]
This method enables the following syntax given a
MatcherFactory1
:This method enables the following syntax given a
MatcherFactory1
:aMatcherFactory and endWith regex (decimal) ^