org.scalatest.Matchers

ResultOfNotWordForCollectedString

final class ResultOfNotWordForCollectedString extends ResultOfNotWordForCollectedAny[String]

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

Linear Supertypes
ResultOfNotWordForCollectedAny[String], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ResultOfNotWordForCollectedString
  2. ResultOfNotWordForCollectedAny
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResultOfNotWordForCollectedString(collected: Collected, xs: GenTraversable[String], shouldBeTrue: Boolean)

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def be(definedWord: DefinedWord)(implicit definition: Definition[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) should not be defined
                       ^
    

    Definition Classes
    ResultOfNotWordForCollectedAny
  8. def be(emptyWord: EmptyWord)(implicit emptiness: Emptiness[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) should not be empty
                       ^
    

    Definition Classes
    ResultOfNotWordForCollectedAny
  9. def be(writableWord: WritableWord)(implicit writability: Writability[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) should not be writable
                       ^
    

    Definition Classes
    ResultOfNotWordForCollectedAny
  10. def be(readableWord: ReadableWord)(implicit readability: Readability[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) should not be readable
                       ^
    

    Definition Classes
    ResultOfNotWordForCollectedAny
  11. def be(sortedWord: SortedWord)(implicit sortable: Sortable[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) should not be sorted
                       ^
    

    Definition Classes
    ResultOfNotWordForCollectedAny
  12. def be(resultOfAnWordApplication: ResultOfAnWordToSymbolApplication)(implicit toAnyRef: <:<[String, AnyRef]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) should not be an ('actionKey)
                       ^
    

    Definition Classes
    ResultOfNotWordForCollectedAny
  13. def be(resultOfAWordApplication: ResultOfAWordToSymbolApplication)(implicit toAnyRef: <:<[String, AnyRef]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) should not be a ('file)
                       ^
    

    Definition Classes
    ResultOfNotWordForCollectedAny
  14. def be(symbol: Symbol)(implicit toAnyRef: <:<[String, AnyRef]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) should not be ('empty)
                       ^
    

    Definition Classes
    ResultOfNotWordForCollectedAny
  15. def be(o: Null)(implicit ev: <:<[String, AnyRef]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) should not be (null)
                       ^
    

    Definition Classes
    ResultOfNotWordForCollectedAny
  16. def be[U](resultOfDefinedAt: ResultOfDefinedAt[U])(implicit ev: <:<[String, PartialFunction[U, _]]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  17. def be(resultOfSameInstanceAsApplication: ResultOfTheSameInstanceAsApplication): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  18. def be[U >: String](resultOfAnWordApplication: ResultOfAnWordToBePropertyMatcherApplication[U]): Unit

    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) should not be an (actionKey)
                              ^
    

    Definition Classes
    ResultOfNotWordForCollectedAny
  19. def be[U >: String](resultOfAWordApplication: ResultOfAWordToBePropertyMatcherApplication[U]): Unit

    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) should not be a (file)
                       ^
    

    Definition Classes
    ResultOfNotWordForCollectedAny
  20. def be(bePropertyMatcher: BePropertyMatcher[String]): Unit

    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) should not be (empty)
                       ^
    

    Definition Classes
    ResultOfNotWordForCollectedAny
  21. def be(beMatcher: BeMatcher[String]): Unit

    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) should not be (odd)
                       ^
    

    Definition Classes
    ResultOfNotWordForCollectedAny
  22. def be(comparison: ResultOfGreaterThanComparison[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  23. def be(comparison: ResultOfLessThanComparison[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  24. def be(comparison: ResultOfGreaterThanOrEqualToComparison[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  25. def be(comparison: ResultOfLessThanOrEqualToComparison[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  26. def be(right: Any): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) should not be (7)
                       ^
    

    Definition Classes
    ResultOfNotWordForCollectedAny
  27. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. def contain(resultOfValueWordApplication: ResultOfValueWordApplication)(implicit valueMapping: ValueMapping[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  29. def contain(resultOfKeyWordApplication: ResultOfKeyWordApplication)(implicit keyMapping: KeyMapping[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  30. def contain(atMostOneOf: ResultOfAtMostOneOfApplication)(implicit aggregating: Aggregating[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  31. def contain(inOrder: ResultOfInOrderApplication)(implicit sequencing: Sequencing[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  32. def contain(only: ResultOfAllOfApplication)(implicit aggregating: Aggregating[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  33. def contain(only: ResultOfInOrderOnlyApplication)(implicit sequencing: Sequencing[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  34. def contain(only: ResultOfOnlyApplication)(implicit aggregating: Aggregating[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  35. def contain(theSameElementsInOrderAs: ResultOfTheSameElementsInOrderAsApplication)(implicit sequencing: Sequencing[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  36. def contain(theSameElementsAs: ResultOfTheSameElementsAsApplication)(implicit aggregating: Aggregating[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  37. def contain(noneOf: ResultOfNoneOfApplication)(implicit containing: Containing[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  38. def contain(atLeastOneOf: ResultOfAtLeastOneOfApplication)(implicit aggregating: Aggregating[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  39. def contain(oneOf: ResultOfOneOfApplication)(implicit containing: Containing[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  40. def contain(expectedElement: Any)(implicit containing: Containing[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  41. def endWith(resultOfRegexWordApplication: ResultOfRegexWordApplication): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

  42. def endWith(expectedSubstring: String): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

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

    Definition Classes
    AnyRef
  44. def equal(right: Any)(implicit equality: Equality[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

    all(xs) should not equal (7)
                       ^
    

    Definition Classes
    ResultOfNotWordForCollectedAny
  45. def equals(arg0: Any): Boolean

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  47. def fullyMatch(resultOfRegexWordApplication: ResultOfRegexWordApplication): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

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

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

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

    Definition Classes
    AnyRef → Any
  50. def have[U >: String](firstPropertyMatcher: HavePropertyMatcher[U, _], propertyMatchers: HavePropertyMatcher[U, _]*): Unit

    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) should not have (title ("One Hundred Years of Solitude"))
                          ^
    

    Definition Classes
    ResultOfNotWordForCollectedAny
  51. def have(resultOfSizeWordApplication: ResultOfSizeWordApplication)(implicit sz: Size[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  52. def have(resultOfLengthWordApplication: ResultOfLengthWordApplication)(implicit len: Length[String]): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

    Definition Classes
    ResultOfNotWordForCollectedAny
  53. def include(expectedSubstring: String): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

  54. def include(resultOfRegexWordApplication: ResultOfRegexWordApplication): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

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

  55. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  57. final def notify(): Unit

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

    Definition Classes
    AnyRef
  59. def startWith(resultOfRegexWordApplication: ResultOfRegexWordApplication): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

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

  60. def startWith(right: String): Unit

    This method enables the following syntax:

    This method enables the following syntax:

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

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

    Definition Classes
    AnyRef
  62. def toString(): String

    Overrides to return pretty toString.

    Overrides to return pretty toString.

    returns

    "ResultOfNotWordForCollectedString([collected], [xs], [shouldBeTrue])"

    Definition Classes
    ResultOfNotWordForCollectedStringResultOfNotWordForCollectedAny → AnyRef → Any
  63. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

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

    The should be === syntax has been deprecated and will be removed in a future version of ScalaTest. Please use should equal, should ===, shouldEqual, should be, or shouldBe instead. Note, the reason this was deprecated was so that === would mean only one thing in ScalaTest: a customizable, type- checkable equality comparison.

    The should be === syntax has been deprecated and will be removed in a future version of ScalaTest. Please use should equal, should ===, shouldEqual, should be, or shouldBe instead. Note, the reason this was deprecated was so that === would mean only one thing in ScalaTest: a customizable, type- checkable equality comparison.

    This method enables the following syntax:

    all(xs) should not be === (7)
                       ^
    

    Definition Classes
    ResultOfNotWordForCollectedAny
    Annotations
    @deprecated
    Deprecated

    The should be === syntax has been deprecated. Please use should equal, should ===, shouldEqual, should be, or shouldBe instead.

Inherited from ResultOfNotWordForCollectedAny[String]

Inherited from AnyRef

Inherited from Any

Ungrouped