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
- MatcherFactory2.scala
- Alphabetic
- By Inheritance
- AndFullyMatchWord
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new AndFullyMatchWord()
Value Members
-
def
regex(regex: Regex): MatcherFactory2[SC with String, TC1, TC2]
This method enables the following syntax given a
MatcherFactory2
:This method enables the following syntax given a
MatcherFactory2
:aMatcherFactory and fullyMatch regex (decimalRegex) ^
-
def
regex(regexWithGroups: RegexWithGroups): MatcherFactory2[SC with String, TC1, TC2]
This method enables the following syntax given a
MatcherFactory2
:This method enables the following syntax given a
MatcherFactory2
:aMatcherFactory and fullyMatch regex (("a(b*)c" withGroup "bb")) ^
-
def
regex(regexString: String): MatcherFactory2[SC with String, TC1, TC2]
This method enables the following syntax given a
MatcherFactory2
:This method enables the following syntax given a
MatcherFactory2
:aMatcherFactory and fullyMatch regex (decimal) ^