com.mongodb.casbah.commons.test

CasbahSpecificationBase

trait CasbahSpecificationBase extends SpecsDBObjectMatchers with Logging

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. CasbahSpecificationBase
  2. SpecsDBObjectMatchers
  3. SpecsDBObjectBaseMatchers
  4. Logging
  5. AnyRef
  6. Any
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]

    Definition Classes
    SpecsDBObjectBaseMatchers
  8. def beMongoDBList: Matcher[AnyRef]

    Definition Classes
    SpecsDBObjectBaseMatchers
  9. def beMongoDBObject: Matcher[AnyRef]

    Definition Classes
    SpecsDBObjectBaseMatchers
  10. def clone(): AnyRef

    Attributes
    protected[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[DBObject], k: String): Option[AnyRef]

    Attributes
    protected
    Definition Classes
    SpecsDBObjectBaseMatchers
  14. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  17. def haveEntries[V](pairs: (String, V)*): Matcher[DBObject]

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

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

    Definition Classes
    SpecsDBObjectBaseMatchers
  18. def haveEntry[V](p: (String, V)): Matcher[DBObject]

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

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

    Definition Classes
    SpecsDBObjectBaseMatchers
  19. def haveField(k: String): Matcher[DBObject]

    matches if dbObject.

    matches if dbObject.contains(k)

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

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

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

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

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

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

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

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

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

    Definition Classes
    SpecsDBObjectBaseMatchers
  23. def haveSomeField(k: String): Matcher[Option[DBObject]]

    Definition Classes
    SpecsDBObjectBaseMatchers
  24. final def isInstanceOf[T0]: Boolean

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

    Attributes
    protected
    Definition Classes
    SpecsDBObjectBaseMatchers
  26. var log: Logger

    Attributes
    protected[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. implicit val sizedDBList: Sized[MongoDBList]

  31. implicit val sizedDBObj: Sized[DBObject]

  32. implicit val sizedOptDBList: Sized[Option[MongoDBList]]

  33. implicit val sizedOptDBObj: Sized[Option[DBObject]]

  34. def someField(map: Expectable[Option[DBObject]], k: String): Option[AnyRef]

    Attributes
    protected
    Definition Classes
    SpecsDBObjectBaseMatchers
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from SpecsDBObjectMatchers

Inherited from SpecsDBObjectBaseMatchers

Inherited from Logging

Inherited from AnyRef

Inherited from Any