org.scalatest.matchers.MatcherFactory1

AndContainWord

final class AndContainWord extends AnyRef

This class is part of the ScalaTest matchers DSL. Please see the documentation for Matchers for an overview of the matchers DSL.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AndContainWord
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AndContainWord()

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def a[E](aMatcher: AMatcher[E]): MatcherFactory1[SC with GenTraversable[E], TC1]

    This method enables the following syntax given a MatcherFactory1:

    This method enables the following syntax given a MatcherFactory1:

    (aMatcherFactory and contain a (validNumber))
                                 ^
    

  7. def allOf[E](right: E*)(implicit equality: Equality[E]): MatcherFactory1[SC with GenTraversable[E], TC1]

    This method enables the following syntax given a MatcherFactory1:

    This method enables the following syntax given a MatcherFactory1:

    (aMatcherFactory and contain allOf (1, 2, 3))
                                 ^
    

  8. def an[E](anMatcher: AnMatcher[E]): MatcherFactory1[SC with GenTraversable[E], TC1]

    This method enables the following syntax given a MatcherFactory1:

    This method enables the following syntax given a MatcherFactory1:

    (aMatcherFactory and contain an (invalidNumber))
                                 ^
    

  9. def apply(expectedElement: Any): MatcherFactory2[SC, TC1, Holder]

    This method enables the following syntax given a MatcherFactory1:

    This method enables the following syntax given a MatcherFactory1:

    (aMatcherFactory and contain (3 - 1))
                                 ^
    

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. def inOrder[E](right: E*)(implicit equality: Equality[E]): MatcherFactory1[SC with GenTraversable[E], TC1]

    This method enables the following syntax given a MatcherFactory1:

    This method enables the following syntax given a MatcherFactory1:

    (aMatcherFactory and contain inOrder (1, 2, 3))
                                 ^
    

  18. def inOrderOnly[E](right: E*)(implicit equality: Equality[E]): MatcherFactory1[SC with GenTraversable[E], TC1]

    This method enables the following syntax given a MatcherFactory1:

    This method enables the following syntax given a MatcherFactory1:

    (and contain inOrderOnly (1, 3))
                 ^
    

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def key[U](expectedElement: U): MatcherFactory1[SC with GenMap[U, Any], TC1]

    This method enables the following syntax given a MatcherFactory1:

    This method enables the following syntax given a MatcherFactory1:

    (aMatcherFactory and contain key ("one"))
                                  ^
    

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. def noneOf[E](right: E*)(implicit equality: Equality[E]): MatcherFactory1[SC with GenTraversable[E], TC1]

    This method enables the following syntax given a MatcherFactory1:

    This method enables the following syntax given a MatcherFactory1:

    (and contain noneOf (7, 8, 9))
                 ^
    

  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def oneOf[E](right: E*)(implicit equality: Equality[E]): MatcherFactory1[SC with GenTraversable[E], TC1]

    This method enables the following syntax given a MatcherFactory1:

    This method enables the following syntax given a MatcherFactory1:

    (aMatcherFactory and contain oneOf (1, 3, 3))
                                 ^
    

  26. def only[E](right: E*)(implicit equality: Equality[E]): MatcherFactory1[SC with GenTraversable[E], TC1]

    This method enables the following syntax given a MatcherFactory1:

    This method enables the following syntax given a MatcherFactory1:

    (aMatcherFactory and contain only (3, 1))
                                 ^
    

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def theSameElementsAs[E](right: GenTraversable[E])(implicit equality: Equality[E]): MatcherFactory1[SC with GenTraversable[E], TC1]

    This method enables the following syntax given a MatcherFactory1:

    This method enables the following syntax given a MatcherFactory1:

    (aMatcherFactory and contain theSameElementsAs List(1, 2, 3))
                                 ^
    

  29. def theSameIteratedElementsAs[E](right: GenTraversable[E])(implicit equality: Equality[E]): MatcherFactory1[SC with GenTraversable[E], TC1]

    This method enables the following syntax given a MatcherFactory1:

    This method enables the following syntax given a MatcherFactory1:

    (aMatcherFactory and contain theSameIteratedElementsAs List(1, 2, 3))
                                 ^
    

  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. def value[U](expectedValue: U): MatcherFactory1[SC with GenMap[K, U] forSome {type K}, TC1]

    This method enables the following syntax given a MatcherFactory1:

    This method enables the following syntax given a MatcherFactory1:

    (aMatcherFactory and contain value (1))
                                 ^
    

  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  33. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped