Class

scalax.gpl.scalatest.Matchers

StructuredMatcher

Related Doc: package Matchers

Permalink

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. All

Instance Constructors

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

    Permalink

Type Members

  1. final class AndBeWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  2. final class AndContainWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  3. final class AndEndWithWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  4. final class AndFullyMatchWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  5. final class AndHaveWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  6. final class AndIncludeWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  7. final class AndNotWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  8. final class AndStartWithWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  9. final class OrBeWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  10. final class OrContainWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  11. final class OrEndWithWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  12. final class OrFullyMatchWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  13. final class OrHaveWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  14. final class OrIncludeWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  15. final class OrNotWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  16. final class OrStartWithWord extends AnyRef

    Permalink
    Definition Classes
    Matcher

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuredMatcher[T] to any2stringadd[StructuredMatcher[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (StructuredMatcher[T], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuredMatcher[T] to ArrowAssoc[StructuredMatcher[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def and(notExist: ResultOfNotExist): MatcherFactory1[T, Existence]

    Permalink
    Definition Classes
    Matcher
  7. def and(existWord: ExistWord): MatcherFactory1[T, Existence]

    Permalink
    Definition Classes
    Matcher
  8. def and(notWord: NotWord): AndNotWord

    Permalink
    Definition Classes
    Matcher
  9. def and(endWithWord: EndWithWord): AndEndWithWord

    Permalink
    Definition Classes
    Matcher
  10. def and(startWithWord: StartWithWord): AndStartWithWord

    Permalink
    Definition Classes
    Matcher
  11. def and(includeWord: IncludeWord): AndIncludeWord

    Permalink
    Definition Classes
    Matcher
  12. def and(fullyMatchWord: FullyMatchWord): AndFullyMatchWord

    Permalink
    Definition Classes
    Matcher
  13. def and(beWord: BeWord): AndBeWord

    Permalink
    Definition Classes
    Matcher
  14. def and(containWord: ContainWord)(implicit prettifier: Prettifier, pos: Position): AndContainWord

    Permalink
    Definition Classes
    Matcher
  15. def and(haveWord: HaveWord): AndHaveWord

    Permalink
    Definition Classes
    Matcher
  16. def and[U, TC1[_]](rightMatcherFactory1: MatcherFactory1[U, TC1]): MatcherFactory1[T with U, TC1]

    Permalink
    Definition Classes
    Matcher
  17. def and[U <: T](rightMatcher: Matcher[U]): Matcher[U]

    Permalink
    Definition Classes
    Matcher
  18. def andThen[A](g: (MatchResult) ⇒ A): (T) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  19. def apply(left: T): MatchResult

    Permalink
    Definition Classes
    StructuredMatcher → Matcher → Function1
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  22. def compose[U](g: (U) ⇒ T): Matcher[U]

    Permalink
    Definition Classes
    Matcher → Function1
  23. def ensuring(cond: (StructuredMatcher[T]) ⇒ Boolean, msg: ⇒ Any): StructuredMatcher[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuredMatcher[T] to Ensuring[StructuredMatcher[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: (StructuredMatcher[T]) ⇒ Boolean): StructuredMatcher[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuredMatcher[T] to Ensuring[StructuredMatcher[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean, msg: ⇒ Any): StructuredMatcher[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuredMatcher[T] to Ensuring[StructuredMatcher[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean): StructuredMatcher[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuredMatcher[T] to Ensuring[StructuredMatcher[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  29. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuredMatcher[T] to StringFormat[StructuredMatcher[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. def mapArgs(prettify: (Any) ⇒ String): Matcher[T]

    Permalink
    Definition Classes
    Matcher
  34. def mapResult(prettify: (MatchResult) ⇒ MatchResult): Matcher[T]

    Permalink
    Definition Classes
    Matcher
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  38. def or(notExist: ResultOfNotExist): MatcherFactory1[T, Existence]

    Permalink
    Definition Classes
    Matcher
  39. def or(existWord: ExistWord): MatcherFactory1[T, Existence]

    Permalink
    Definition Classes
    Matcher
  40. def or(notWord: NotWord): OrNotWord

    Permalink
    Definition Classes
    Matcher
  41. def or(endWithWord: EndWithWord): OrEndWithWord

    Permalink
    Definition Classes
    Matcher
  42. def or(startWithWord: StartWithWord): OrStartWithWord

    Permalink
    Definition Classes
    Matcher
  43. def or(includeWord: IncludeWord): OrIncludeWord

    Permalink
    Definition Classes
    Matcher
  44. def or(fullyMatchWord: FullyMatchWord): OrFullyMatchWord

    Permalink
    Definition Classes
    Matcher
  45. def or(beWord: BeWord): OrBeWord

    Permalink
    Definition Classes
    Matcher
  46. def or(containWord: ContainWord)(implicit prettifier: Prettifier, pos: Position): OrContainWord

    Permalink
    Definition Classes
    Matcher
  47. def or(haveWord: HaveWord): OrHaveWord

    Permalink
    Definition Classes
    Matcher
  48. def or[U, TC1[_]](rightMatcherFactory1: MatcherFactory1[U, TC1]): MatcherFactory1[T with U, TC1]

    Permalink
    Definition Classes
    Matcher
  49. def or[U <: T](rightMatcher: Matcher[U]): Matcher[U]

    Permalink
    Definition Classes
    Matcher
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  51. def toString(): String

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  52. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def [B](y: B): (StructuredMatcher[T], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from StructuredMatcher[T] to ArrowAssoc[StructuredMatcher[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Matcher[T]

Inherited from (T) ⇒ MatchResult

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped