Packages

c

scalax.gpl.scalatest.Matchers

StructuredMatcher

class StructuredMatcher[T] extends Matcher[T]

Linear Supertypes
Matcher[T], (T) => MatchResult, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructuredMatcher
  2. Matcher
  3. Function1
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StructuredMatcher(right: T)(implicit pm: PatchMaker[T])

Type Members

  1. final class AndBeWord extends AnyRef
    Definition Classes
    Matcher
  2. final class AndContainWord extends AnyRef
    Definition Classes
    Matcher
  3. final class AndEndWithWord extends AnyRef
    Definition Classes
    Matcher
  4. final class AndFullyMatchWord extends AnyRef
    Definition Classes
    Matcher
  5. final class AndHaveWord extends AnyRef
    Definition Classes
    Matcher
  6. final class AndIncludeWord extends AnyRef
    Definition Classes
    Matcher
  7. final class AndNotWord extends AnyRef
    Definition Classes
    Matcher
  8. final class AndStartWithWord extends AnyRef
    Definition Classes
    Matcher
  9. final class OrBeWord extends AnyRef
    Definition Classes
    Matcher
  10. final class OrContainWord extends AnyRef
    Definition Classes
    Matcher
  11. final class OrEndWithWord extends AnyRef
    Definition Classes
    Matcher
  12. final class OrFullyMatchWord extends AnyRef
    Definition Classes
    Matcher
  13. final class OrHaveWord extends AnyRef
    Definition Classes
    Matcher
  14. final class OrIncludeWord extends AnyRef
    Definition Classes
    Matcher
  15. final class OrNotWord extends AnyRef
    Definition Classes
    Matcher
  16. final class OrStartWithWord extends AnyRef
    Definition Classes
    Matcher

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from StructuredMatcher[T] toany2stringadd[StructuredMatcher[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (StructuredMatcher[T], B)
    Implicit
    This member is added by an implicit conversion from StructuredMatcher[T] toArrowAssoc[StructuredMatcher[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def and(notExist: ResultOfNotExist): MatcherFactory1[T, Existence]
    Definition Classes
    Matcher
  7. def and(existWord: ExistWord): MatcherFactory1[T, Existence]
    Definition Classes
    Matcher
  8. def and(notWord: NotWord): AndNotWord
    Definition Classes
    Matcher
  9. def and(endWithWord: EndWithWord): AndEndWithWord
    Definition Classes
    Matcher
  10. def and(startWithWord: StartWithWord): AndStartWithWord
    Definition Classes
    Matcher
  11. def and(includeWord: IncludeWord): AndIncludeWord
    Definition Classes
    Matcher
  12. def and(fullyMatchWord: FullyMatchWord): AndFullyMatchWord
    Definition Classes
    Matcher
  13. def and(beWord: BeWord): AndBeWord
    Definition Classes
    Matcher
  14. def and(containWord: ContainWord)(implicit prettifier: Prettifier, pos: Position): AndContainWord
    Definition Classes
    Matcher
  15. def and(haveWord: HaveWord): AndHaveWord
    Definition Classes
    Matcher
  16. def and[U, TC1[_]](rightMatcherFactory1: MatcherFactory1[U, TC1]): MatcherFactory1[T with U, TC1]
    Definition Classes
    Matcher
  17. def and[U <: T](rightMatcher: Matcher[U]): Matcher[U]
    Definition Classes
    Matcher
  18. def andThen[A](g: (MatchResult) => A): (T) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  19. def apply(left: T): MatchResult
    Definition Classes
    StructuredMatcher → Matcher → Function1
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  22. def compose[U](g: (U) => T): Matcher[U]
    Definition Classes
    Matcher → Function1
  23. def ensuring(cond: (StructuredMatcher[T]) => Boolean, msg: => Any): StructuredMatcher[T]
    Implicit
    This member is added by an implicit conversion from StructuredMatcher[T] toEnsuring[StructuredMatcher[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: (StructuredMatcher[T]) => Boolean): StructuredMatcher[T]
    Implicit
    This member is added by an implicit conversion from StructuredMatcher[T] toEnsuring[StructuredMatcher[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean, msg: => Any): StructuredMatcher[T]
    Implicit
    This member is added by an implicit conversion from StructuredMatcher[T] toEnsuring[StructuredMatcher[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean): StructuredMatcher[T]
    Implicit
    This member is added by an implicit conversion from StructuredMatcher[T] toEnsuring[StructuredMatcher[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  29. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def mapArgs(prettify: (Any) => String): Matcher[T]
    Definition Classes
    Matcher
  33. def mapResult(prettify: (MatchResult) => MatchResult): Matcher[T]
    Definition Classes
    Matcher
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  37. def or(notExist: ResultOfNotExist): MatcherFactory1[T, Existence]
    Definition Classes
    Matcher
  38. def or(existWord: ExistWord): MatcherFactory1[T, Existence]
    Definition Classes
    Matcher
  39. def or(notWord: NotWord): OrNotWord
    Definition Classes
    Matcher
  40. def or(endWithWord: EndWithWord): OrEndWithWord
    Definition Classes
    Matcher
  41. def or(startWithWord: StartWithWord): OrStartWithWord
    Definition Classes
    Matcher
  42. def or(includeWord: IncludeWord): OrIncludeWord
    Definition Classes
    Matcher
  43. def or(fullyMatchWord: FullyMatchWord): OrFullyMatchWord
    Definition Classes
    Matcher
  44. def or(beWord: BeWord): OrBeWord
    Definition Classes
    Matcher
  45. def or(containWord: ContainWord)(implicit prettifier: Prettifier, pos: Position): OrContainWord
    Definition Classes
    Matcher
  46. def or(haveWord: HaveWord): OrHaveWord
    Definition Classes
    Matcher
  47. def or[U, TC1[_]](rightMatcherFactory1: MatcherFactory1[U, TC1]): MatcherFactory1[T with U, TC1]
    Definition Classes
    Matcher
  48. def or[U <: T](rightMatcher: Matcher[U]): Matcher[U]
    Definition Classes
    Matcher
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from StructuredMatcher[T] toStringFormat[StructuredMatcher[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (StructuredMatcher[T], B)
    Implicit
    This member is added by an implicit conversion from StructuredMatcher[T] toArrowAssoc[StructuredMatcher[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Matcher[T]

Inherited from (T) => MatchResult

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromStructuredMatcher[T] to any2stringadd[StructuredMatcher[T]]

Inherited by implicit conversion StringFormat fromStructuredMatcher[T] to StringFormat[StructuredMatcher[T]]

Inherited by implicit conversion Ensuring fromStructuredMatcher[T] to Ensuring[StructuredMatcher[T]]

Inherited by implicit conversion ArrowAssoc fromStructuredMatcher[T] to ArrowAssoc[StructuredMatcher[T]]

Ungrouped