com.mongodb.casbah.commons.test

SpecsDBObjectBaseMatchers

trait SpecsDBObjectBaseMatchers extends Logging

Source
Specs2Helpers.scala
Linear Supertypes
Logging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SpecsDBObjectBaseMatchers
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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 beDBObject: Matcher[AnyRef]

  8. def beMongoDBList: Matcher[AnyRef]

  9. def beMongoDBObject: Matcher[AnyRef]

  10. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  13. def field(map: Expectable[Imports.DBObject], k: String): Option[AnyRef]

    Attributes
    protected
  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 haveEntries[V](pairs: (String, V)*): Matcher[Imports.DBObject]

    matches if map contains all the specified pairs can expand dot notation to match specific sub-keys

  18. def haveEntry[V](p: (String, V)): Matcher[Imports.DBObject]

    matches if map contains a pair (key, value) == (k, v) Will expand out dot notation for matching.

  19. def haveField(k: String): Matcher[Imports.DBObject]

    matches if dbObject.

    matches if dbObject.contains(k)

  20. def haveListEntry(k: String, l: ⇒ Traversable[Any]): Matcher[Imports.DBObject]

    Special version of "HaveEntry" that expects a list and then uses "hasSameElements" on it.

  21. def haveSomeEntries[V](pairs: (String, V)*): Matcher[Option[Imports.DBObject]]

    matches if Some(map) contains all the specified pairs can expand dot notation to match specific sub-keys

  22. def haveSomeEntry[V](p: (String, V)): Matcher[Option[Imports.DBObject]]

    matches if a Some(map) contains a pair (key, value) == (k, v) Will expand out dot notation for matching.

  23. def haveSomeField(k: String): Matcher[Option[Imports.DBObject]]

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def listField(map: Expectable[Imports.DBObject], k: String): Option[Seq[Any]]

    Attributes
    protected
  26. var log: Logger

    Attributes
    protected[com.mongodb.casbah]
    Definition Classes
    Logging
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. def someField(map: Expectable[Option[Imports.DBObject]], k: String): Option[AnyRef]

    Attributes
    protected
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped