final class OrFullyMatchWord 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
- OrFullyMatchWord
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new OrFullyMatchWord()
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 or fullyMatch regex (decimal) ^
-
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 or 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 or fullyMatch regex (decimal) ^