ResultOfStartWithWordForCollectedString
final class ResultOfStartWithWordForCollectedString(collected: Collected, xs: Iterable[String], original: Any, shouldBeTrue: Boolean, prettifier: Prettifier, pos: Position)
This class is part of the ScalaTest matchers DSL. Please see the documentation for InspectorsMatchers
for an overview of
the matchers DSL.
class Object
trait Matchable
class Any
Keywords
Value members
Concrete methods
This method enables the following syntax:
This method enables the following syntax:
all(string) should startWith regex ("Hel*o") ^
This method enables the following syntax:
This method enables the following syntax:
all(string) should fullMatch regex ("a(b*)c" withGroup "bb") ^
This method enables the following syntax:
This method enables the following syntax:
all(string) should startWith regex ("Hel*o".r) ^