final class AndFullyMatchWord 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
- MatcherFactory4.scala
- Alphabetic
- By Inheritance
- AndFullyMatchWord
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new AndFullyMatchWord()
Value Members
-
def
regex(regex: Regex): MatcherFactory4[SC with 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 fullyMatch regex (decimalRegex) ^
-
def
regex(regexWithGroups: RegexWithGroups): MatcherFactory4[SC with 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 fullyMatch regex (("a(b*)c" withGroup "bb")) ^
-
def
regex(regexString: String): MatcherFactory4[SC with 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 fullyMatch regex (decimal) ^