Class

org.scalatest.WillMatchers

ResultOfNotWordForCollectedAny

Related Doc: package WillMatchers

Permalink

sealed class ResultOfNotWordForCollectedAny[T] extends AnyRef

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

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ResultOfNotWordForCollectedAny
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResultOfNotWordForCollectedAny(collected: Collected, xs: GenTraversable[T], original: Any, willBeTrue: Boolean)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def be(definedWord: DefinedWord)(implicit definition: Definition[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) will not be defined
                       ^
    

  6. def be(emptyWord: EmptyWord)(implicit emptiness: Emptiness[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) will not be empty
                       ^
    

  7. def be(writableWord: WritableWord)(implicit writability: Writability[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) will not be writable
                       ^
    

  8. def be(readableWord: ReadableWord)(implicit readability: Readability[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) will not be readable
                       ^
    

  9. def be(sortedWord: SortedWord)(implicit sortable: Sortable[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) will not be sorted
                       ^
    

  10. def be(o: Null)(implicit ev: <:<[T, AnyRef]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) will not be (null)
                       ^
    

  11. def be[U](resultOfDefinedAt: ResultOfDefinedAt[U])(implicit ev: <:<[T, PartialFunction[U, _]]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) will not be definedAt ("apple")
                       ^
    

  12. def be(resultOfSameInstanceAsApplication: ResultOfTheSameInstanceAsApplication): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) will not be theSameInstanceAs (string)
                       ^
    

  13. def be[U >: T](resultOfAnWordApplication: ResultOfAnWordToBePropertyMatcherApplication[U]): Fact

    Permalink

    This method enables the following syntax, where keyEvent is, for example, of type KeyEvent and actionKey refers to a BePropertyMatcher[KeyEvent]:

    This method enables the following syntax, where keyEvent is, for example, of type KeyEvent and actionKey refers to a BePropertyMatcher[KeyEvent]:

    all(keyEvents) will not be an (actionKey)
                              ^
    

  14. def be[U >: T](resultOfAWordApplication: ResultOfAWordToBePropertyMatcherApplication[U]): Fact

    Permalink

    This method enables the following syntax, where notFileMock is, for example, of type File and file refers to a BePropertyMatcher[File]:

    This method enables the following syntax, where notFileMock is, for example, of type File and file refers to a BePropertyMatcher[File]:

    all(xs) will not be a (file)
                       ^
    

  15. def be(bePropertyMatcher: BePropertyMatcher[T]): Fact

    Permalink

    This method enables the following syntax, where stack is, for example, of type Stack and empty refers to a BePropertyMatcher[Stack]:

    This method enables the following syntax, where stack is, for example, of type Stack and empty refers to a BePropertyMatcher[Stack]:

    all(xs) will not be (empty)
                       ^
    

  16. def be(beMatcher: BeMatcher[T]): Fact

    Permalink

    This method enables the following syntax, where odd refers to a BeMatcher[Int]:

    This method enables the following syntax, where odd refers to a BeMatcher[Int]:

    all(xs) will not be (odd)
                       ^
    

  17. def be(comparison: ResultOfGreaterThanComparison[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) will not be > (7)
                       ^
    

  18. def be(comparison: ResultOfLessThanComparison[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) will not be < (7)
                       ^
    

  19. def be(comparison: ResultOfGreaterThanOrEqualToComparison[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) will not be >= (7)
                       ^
    

  20. def be(comparison: ResultOfLessThanOrEqualToComparison[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) will not be <= (7)
                       ^
    

  21. def be(right: Any): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) will not be (7)
                       ^
    

  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def contain(resultOfValueWordApplication: ResultOfValueWordApplication)(implicit valueMapping: ValueMapping[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(colOfMap) will not contain value (3)
                             ^
    

  24. def contain(resultOfKeyWordApplication: ResultOfKeyWordApplication)(implicit keyMapping: KeyMapping[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(colOfMap) will not contain key ("three")
                             ^
    

  25. def contain(atMostOneElementOf: ResultOfAtMostOneElementOfApplication)(implicit evidence: Aggregating[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all (xs) will not contain atMostOneElementOf List("one")
                        ^
    

  26. def contain(atMostOneOf: ResultOfAtMostOneOfApplication)(implicit aggregating: Aggregating[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all (xs) will not contain atMostOneOf ("one")
                        ^
    

  27. def contain(inOrderElementsOf: ResultOfInOrderElementsOfApplication)(implicit evidence: Sequencing[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all (xs) will not contain inOrderElementsOf (List("one"))
                        ^
    

  28. def contain(inOrder: ResultOfInOrderApplication)(implicit sequencing: Sequencing[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all (xs) will not contain inOrder ("one")
                        ^
    

  29. def contain(only: ResultOfAllElementsOfApplication)(implicit evidence: Aggregating[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all (xs) will not contain allElementsOf ("one")
                        ^
    

  30. def contain(only: ResultOfAllOfApplication)(implicit aggregating: Aggregating[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all (xs) will not contain allOf ("one")
                        ^
    

  31. def contain(only: ResultOfInOrderOnlyApplication)(implicit sequencing: Sequencing[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all (xs) will not contain inOrderOnly ("one", "two")
                        ^
    

  32. def contain(only: ResultOfOnlyApplication)(implicit aggregating: Aggregating[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all (xs) will not contain only ("one")
                        ^
    

  33. def contain(theSameElementsInOrderAs: ResultOfTheSameElementsInOrderAsApplication)(implicit sequencing: Sequencing[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all (xs) will not contain theSameElementsInOrderAs ("one")
                        ^
    

  34. def contain(theSameElementsAs: ResultOfTheSameElementsAsApplication)(implicit aggregating: Aggregating[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all (xs) will not contain theSameElementsAs ("one")
                        ^
    

  35. def contain(noElementsOf: ResultOfNoElementsOfApplication)(implicit evidence: Containing[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all (xs) will not contain noElementsOf ("one")
                        ^
    

  36. def contain(noneOf: ResultOfNoneOfApplication)(implicit containing: Containing[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all (xs) will not contain noneOf ("one")
                        ^
    

  37. def contain(atLeastOneElementOf: ResultOfAtLeastOneElementOfApplication)(implicit evidence: Aggregating[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all (xs) will not contain atLeastOneElementOf ("one")
                        ^
    

  38. def contain(atLeastOneOf: ResultOfAtLeastOneOfApplication)(implicit aggregating: Aggregating[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all (xs) will not contain atLeastOneOf ("one")
                        ^
    

  39. def contain(oneElementOf: ResultOfOneElementOfApplication)(implicit containing: Containing[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all (xs) will not contain oneElementOf ("one")
                        ^
    

  40. def contain(oneOf: ResultOfOneOfApplication)(implicit containing: Containing[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all (xs) will not contain oneOf ("one")
                        ^
    

  41. def contain(expectedElement: Any)(implicit containing: Containing[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all (xs) will not contain ("one")
                        ^
    

  42. def endWith(resultOfRegexWordApplication: ResultOfRegexWordApplication)(implicit ev: <:<[T, String]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(string) will not endWith regex ("wor.d")
                           ^
    

  43. def endWith(expectedSubstring: String)(implicit ev: <:<[T, String]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(string) will not endWith ("1.7")
                           ^
    

  44. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  45. def equal(right: Any)(implicit equality: Equality[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) will not equal (7)
                       ^
    

  46. def equals(arg0: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  48. def fullyMatch(resultOfRegexWordApplication: ResultOfRegexWordApplication)(implicit ev: <:<[T, String]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(string) will not fullyMatch regex ("""(-)?(\d+)(\.\d*)?""")
                           ^
    

    The regular expression passed following the regex token can be either a String or a scala.util.matching.Regex.

  49. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  51. def have[U >: T](firstPropertyMatcher: HavePropertyMatcher[U, _], propertyMatchers: HavePropertyMatcher[U, _]*): Fact

    Permalink

    This method enables the following syntax, where badBook is, for example, of type Book and title ("One Hundred Years of Solitude") results in a HavePropertyMatcher[Book]:

    This method enables the following syntax, where badBook is, for example, of type Book and title ("One Hundred Years of Solitude") results in a HavePropertyMatcher[Book]:

    all(books) will not have (title ("One Hundred Years of Solitude"))
                          ^
    

  52. def have(resultOfSizeWordApplication: ResultOfSizeWordApplication)(implicit sz: Size[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) will not have size (0)
                       ^
    

  53. def have(resultOfLengthWordApplication: ResultOfLengthWordApplication)(implicit len: Length[T]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) will not have length (0)
                       ^
    

  54. def include(expectedSubstring: String)(implicit ev: <:<[T, String]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(string) will not include ("world")
                           ^
    

  55. def include(resultOfRegexWordApplication: ResultOfRegexWordApplication)(implicit ev: <:<[T, String]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(string) will not include regex ("wo.ld")
                           ^
    

    The regular expression passed following the regex token can be either a String or a scala.util.matching.Regex.

  56. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  57. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  59. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  60. def startWith(resultOfRegexWordApplication: ResultOfRegexWordApplication)(implicit ev: <:<[T, String]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(string) will not startWith regex ("Hel*o")
                           ^
    

    The regular expression passed following the regex token can be either a String or a scala.util.matching.Regex.

  61. def startWith(right: String)(implicit ev: <:<[T, String]): Fact

    Permalink

    This method enables the following syntax:

    This method enables the following syntax:

    all(string) will not startWith ("1.7")
                           ^
    

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

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

    Permalink

    Overrides to return pretty toString.

    Overrides to return pretty toString.

    returns

    "ResultOfNotWordForCollectedAny([collected], [xs], [willBeTrue])"

    Definition Classes
    ResultOfNotWordForCollectedAny → AnyRef → Any
  64. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def be(comparison: TripleEqualsInvocation[_]): Nothing

    Permalink

    The deprecation period for the "be ===" syntax has expired, and the syntax will now throw NotAllowedException. Please use will equal, will ===, willEqual, will be, or willBe instead.

    The deprecation period for the "be ===" syntax has expired, and the syntax will now throw NotAllowedException. Please use will equal, will ===, willEqual, will be, or willBe instead.

    Note: usually syntax will be removed after its deprecation period. This was left in because otherwise the syntax could in some cases still compile, but silently wouldn't work.

    Annotations
    @deprecated
    Deprecated

    The deprecation period for the be === syntax has expired. Please use will equal, will ===, willEqual, will be, or willBe instead.

Inherited from AnyRef

Inherited from Any

Ungrouped