final class ExpectTextMessageOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExpectTextMessageOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ExpectTextMessageOps(textMessage: Expect[TextMessage])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##(): Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def containing(substring: String): Expect[TextMessage]
Narrows this partial function to the text messages which contain
substringin their texts - def endingWith(ending: String): Expect[TextMessage]
Narrows this partial function to the text messages which texts end with provided
ending - def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def matching(regex: String): Expect[TextMessage]
Narrows this partial function to the text messages which texts matches provided regular expression
- def startingWith(prefix: String): Expect[TextMessage]
Narrows this partial function to the text messages which texts start with provided
prefix - def toString(): String
- Definition Classes
- Any