com.mongodb.casbah.commons.test

CasbahSpecification

trait CasbahSpecification extends Specification with CasbahSpecificationBase

Linear Supertypes
CasbahSpecificationBase, SpecsDBObjectMatchers, SpecsDBObjectBaseMatchers, Logging, Specification, SpecificationFeatures, Debug, Contexts, PendingUntilFixed, TimeConversions, StandardMatchResults, StandardResults, FormattingFragments, ShouldMatchers, ShouldExpectations, MustMatchers, MustExpectations, Matchers, MatchersImplicits, ContentMatchers, ContentBeHaveMatchers, ContentBaseMatchers, SeqsContents, DifferenceFilters, FileMatchers, FileBeHaveMatchers, FileBaseMatchers, PathMatchers, PathBeHaveMatchers, PathBaseMatchers, FileSystem, FileWriter, FileReader, EventuallyMatchers, EventuallyResults, EitherMatchers, EitherBeHaveMatchers, EitherBaseMatchers, OptionMatchers, OptionBeHaveMatchers, OptionBaseMatchers, NumericMatchers, NumericBeHaveMatchers, NumericBaseMatchers, ExceptionMatchers, ExceptionBeHaveMatchers, ExceptionBaseMatchers, BeHaveMatchers, JsonMatchers, JsonBaseBeHaveMatchers, JsonBaseMatchers, Expectations, CanBeEqual, XmlMatchers, XmlBeHaveMatchers, XmlBaseMatchers, StringMatchers, StringBeHaveMatchers, StringBaseMatchers, MapMatchers, MapBeHaveMatchers, MapBaseMatchers, TraversableMatchers, TraversableBeHaveMatchers, TraversableBaseMatchers, LazyParameters, AnyMatchers, AnyBeHaveMatchers, AnyBaseMatchers, ArgumentsShortcuts, ArgumentsArgs, ArgProperties, SpecificationInclusion, AutoExamples, AutoExamplesLowImplicits, FragmentsBuilder, ExamplesFactory, RegexSteps, SpecificationStructure, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. CasbahSpecification
  2. CasbahSpecificationBase
  3. SpecsDBObjectMatchers
  4. SpecsDBObjectBaseMatchers
  5. Logging
  6. Specification
  7. SpecificationFeatures
  8. Debug
  9. Contexts
  10. PendingUntilFixed
  11. TimeConversions
  12. StandardMatchResults
  13. StandardResults
  14. FormattingFragments
  15. ShouldMatchers
  16. ShouldExpectations
  17. MustMatchers
  18. MustExpectations
  19. Matchers
  20. MatchersImplicits
  21. ContentMatchers
  22. ContentBeHaveMatchers
  23. ContentBaseMatchers
  24. SeqsContents
  25. DifferenceFilters
  26. FileMatchers
  27. FileBeHaveMatchers
  28. FileBaseMatchers
  29. PathMatchers
  30. PathBeHaveMatchers
  31. PathBaseMatchers
  32. FileSystem
  33. FileWriter
  34. FileReader
  35. EventuallyMatchers
  36. EventuallyResults
  37. EitherMatchers
  38. EitherBeHaveMatchers
  39. EitherBaseMatchers
  40. OptionMatchers
  41. OptionBeHaveMatchers
  42. OptionBaseMatchers
  43. NumericMatchers
  44. NumericBeHaveMatchers
  45. NumericBaseMatchers
  46. ExceptionMatchers
  47. ExceptionBeHaveMatchers
  48. ExceptionBaseMatchers
  49. BeHaveMatchers
  50. JsonMatchers
  51. JsonBaseBeHaveMatchers
  52. JsonBaseMatchers
  53. Expectations
  54. CanBeEqual
  55. XmlMatchers
  56. XmlBeHaveMatchers
  57. XmlBaseMatchers
  58. StringMatchers
  59. StringBeHaveMatchers
  60. StringBaseMatchers
  61. MapMatchers
  62. MapBeHaveMatchers
  63. MapBaseMatchers
  64. TraversableMatchers
  65. TraversableBeHaveMatchers
  66. TraversableBaseMatchers
  67. LazyParameters
  68. AnyMatchers
  69. AnyBeHaveMatchers
  70. AnyBaseMatchers
  71. ArgumentsShortcuts
  72. ArgumentsArgs
  73. ArgProperties
  74. SpecificationInclusion
  75. AutoExamples
  76. AutoExamplesLowImplicits
  77. FragmentsBuilder
  78. ExamplesFactory
  79. RegexSteps
  80. SpecificationStructure
  81. AnyRef
  82. Any
Visibility
  1. Public
  2. All

Type Members

  1. abstract type _$1

    Definition Classes
    ExceptionBaseMatchers
  2. abstract type _$2

    Definition Classes
    AnyBeHaveMatchers
  3. abstract type _$5

    Definition Classes
    AnyBeHaveMatchers

Abstract Value Members

  1. abstract def is: Fragments

    Definition Classes
    SpecificationStructure

Concrete Value Members

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

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

    Definition Classes
    Any
  3. def !=/(s: String): AdaptableMatcher[Any]

    Definition Classes
    StringBaseMatchers
  4. def !==[T](t: ⇒ T): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  5. final def ##(): Int

    Definition Classes
    AnyRef → Any
  6. def */(pair: (String, Any)): JsonDeepPairMatcher

    Definition Classes
    JsonBaseMatchers
  7. def */(value: String): JsonDeepValueMatcher

    Definition Classes
    JsonBaseMatchers
  8. def /(pair: (String, Any)): JsonPairMatcher

    Definition Classes
    JsonBaseMatchers
  9. def /(value: String): JsonValueMatcher

    Definition Classes
    JsonBaseMatchers
  10. def <[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): BeLessThan[S]

    Definition Classes
    NumericBaseMatchers
  11. def <=[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): BeLessThanOrEqualTo[S]

    Definition Classes
    NumericBaseMatchers
  12. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  14. def ==/(node: Elem): EqualIgnoringSpaceMatcher

    Definition Classes
    XmlBaseMatchers
  15. def ==/(node: Seq[Node]): EqualIgnoringSpaceMatcher

    Definition Classes
    XmlBaseMatchers
  16. def ==/(s: String): AdaptableMatcher[Any]

    Definition Classes
    StringBaseMatchers
  17. def ===[T](t: ⇒ T): BeTypedEqualTo[T]

    Definition Classes
    AnyBaseMatchers
  18. def ==~[T, S](s: ⇒ S)(implicit convert: (S) ⇒ T): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  19. def =~(r: Regex): BeMatchingRegex

    Definition Classes
    StringBaseMatchers
  20. def =~(p: Pattern): BeMatchingPattern

    Definition Classes
    StringBaseMatchers
  21. def =~(t: ⇒ String): BeMatching

    Definition Classes
    StringBaseMatchers
  22. def >[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  23. def >=[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  24. implicit def RegexFragmentToFragments(r: RegexFragment): Fragments

    Definition Classes
    RegexSteps
  25. implicit def ToDelta[S](n: S)(implicit arg0: Numeric[S]): CanHaveDelta[S]

    Definition Classes
    NumericBaseMatchers
  26. def \(label: String, attributeValues1: (String, String), attributeValues: (String, String)*): XmlMatcher

    Definition Classes
    XmlBaseMatchers
  27. def \(node: Node, attributeValues1: (String, String), attributeValues: (String, String)*): XmlMatcher

    Definition Classes
    XmlBaseMatchers
  28. def \(label: String, attributes: String*): XmlMatcher

    Definition Classes
    XmlBaseMatchers
  29. def \(node: Node): XmlMatcher

    Definition Classes
    XmlBaseMatchers
  30. def \(node: Node, attributes: String*): XmlMatcher

    Definition Classes
    XmlBaseMatchers
  31. def \\(label: String, attributeValues1: (String, String), attributeValues: (String, String)*): XmlMatcher

    Definition Classes
    XmlBaseMatchers
  32. def \\(node: Node, attributeValues1: (String, String), attributeValues: (String, String)*): XmlMatcher

    Definition Classes
    XmlBaseMatchers
  33. def \\(label: String, attributes: String*): XmlMatcher

    Definition Classes
    XmlBaseMatchers
  34. def \\(node: Node): XmlMatcher

    Definition Classes
    XmlBaseMatchers
  35. def \\(node: Node, attributes: String*): XmlMatcher

    Definition Classes
    XmlBaseMatchers
  36. implicit def aBooleanExample(expression: ⇒ Boolean): ToBooleanExample

    Definition Classes
    AutoExamplesLowImplicits
  37. implicit def aDataTableExample[T](expression: ⇒ DecoratedResult[T]): ToDataTableExample[T]

    Definition Classes
    AutoExamples
  38. def aDirectory[T <: AnyRef { def getPath(): String }]: Matcher[AnyRef { def getPath(): String }]

    Definition Classes
    FileBeHaveMatchers
  39. def aDirectoryPath: PathMatcher

    Definition Classes
    PathBeHaveMatchers
  40. def aFile[T <: AnyRef { def getPath(): String }]: Matcher[AnyRef { def getPath(): String }]

    Definition Classes
    FileBeHaveMatchers
  41. def aFilePath: PathMatcher

    Definition Classes
    PathBeHaveMatchers
  42. def aHiddenPath: PathMatcher

    Definition Classes
    PathBeHaveMatchers
  43. implicit def aMatchResultExample(expression: ⇒ org.specs2.matcher.MatchResult[_]): ToMatchResultExample

    Definition Classes
    AutoExamplesLowImplicits
  44. def aReadablePath: PathMatcher

    Definition Classes
    PathBeHaveMatchers
  45. implicit def aResultExample(expression: ⇒ Result): ToResultExample

    Definition Classes
    AutoExamplesLowImplicits
  46. def aWritablePath: PathMatcher

    Definition Classes
    PathBeHaveMatchers
  47. def absolute[T <: AnyRef { def getPath(): String }]: Matcher[AnyRef { def getPath(): String }]

    Definition Classes
    FileBeHaveMatchers
  48. def absolutePath[T <: AnyRef { def getPath(): String }](path: String): Matcher[AnyRef { def getPath(): String }]

    Definition Classes
    FileBeHaveMatchers
  49. implicit def akaMust[T](tm: Expectable[T]): MustExpectable[T]

    Definition Classes
    MustExpectations
  50. implicit def akaShould[T](tm: Expectable[T]): ShouldExpectable[T]

    Definition Classes
    ShouldExpectations
  51. def anAbsolutePath: PathMatcher

    Definition Classes
    PathBeHaveMatchers
  52. def anError: Error

    Definition Classes
    StandardResults
  53. def anExistingPath: PathMatcher

    Definition Classes
    PathBeHaveMatchers
  54. def anInstanceOf[T](implicit arg0: ClassManifest[T]): Matcher[Any]

    Definition Classes
    AnyBeHaveMatchers
  55. implicit def anyBeHaveMatcher[T](result: MatchResult[T]): AnyBeHaveMatchers[T]

    Definition Classes
    AnyBeHaveMatchers
  56. implicit def anyToArgProperty[T](t: ⇒ T): ArgProperty[T]

    Definition Classes
    ArgProperties
  57. implicit def anyWithEmpty[T](result: MatchResult[T])(implicit arg0: (T) ⇒ Any { def isEmpty: Boolean }): AnyWithEmptyMatchers[T]

    Definition Classes
    AnyBeHaveMatchers
  58. def append(path: String)(function: (Writer) ⇒ Unit): Unit

    Definition Classes
    FileWriter
  59. def appendToFile(path: String, content: ⇒ String): Unit

    Definition Classes
    FileWriter
  60. def appendToXmlFile(path: String, content: ⇒ NodeSeq): Unit

    Definition Classes
    FileWriter
  61. def args(ex: ArgProperty[String], include: ArgProperty[String], exclude: ArgProperty[String], wasIssue: ArgProperty[Boolean], was: ArgProperty[String], plan: ArgProperty[Boolean], skipAll: ArgProperty[Boolean], stopOnFail: ArgProperty[Boolean], stopOnSkip: ArgProperty[Boolean], sequential: ArgProperty[Boolean], isolated: ArgProperty[Boolean], xonly: ArgProperty[Boolean], showOnly: ArgProperty[String], color: ArgProperty[Boolean], noindent: ArgProperty[Boolean], markdown: ArgProperty[Boolean]): Arguments

    Definition Classes
    ArgumentsArgs
  62. lazy val args: ArgumentsNamespace

    Definition Classes
    ArgumentsArgs
  63. implicit def argumentsFragment(a: Arguments): FragmentsFragment

    Definition Classes
    FragmentsBuilder
  64. def asAbsolutePath(name: String): PathMatcher

    Definition Classes
    PathBeHaveMatchers
  65. def asCanonicalPath(name: String): PathMatcher

    Definition Classes
    PathBeHaveMatchers
  66. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  67. def asNoneAs[T](other: ⇒ Option[T]): Matcher[Option[T]]

    Definition Classes
    OptionBaseMatchers
  68. def asNullAs[T](a: ⇒ T): Matcher[T]

    Definition Classes
    AnyBeHaveMatchers
  69. implicit def asResult[T](r: MatchResult[T]): Result

    Definition Classes
    MatchersImplicits
  70. def assignableFrom[T](implicit arg0: ClassManifest[T]): Matcher[Class[_]]

    Definition Classes
    AnyBeHaveMatchers
  71. def atLeastOnce[T, U](values: GenTraversable[T])(f: (T) ⇒ MatchResult[U]): MatchResult[Seq[T]]

    Definition Classes
    MatchersImplicits
  72. def atLeastOnceWhen[T, U](values: GenTraversable[T])(f: PartialFunction[T, MatchResult[U]]): MatchResult[Seq[T]]

    Definition Classes
    MatchersImplicits
  73. def be: NeutralMatcher[Any]

    Definition Classes
    BeHaveMatchers
  74. def be[T <: AnyRef](t: ⇒ T): BeTheSameAs[T]

    Definition Classes
    AnyBaseMatchers
  75. def beADirectory[T <: AnyRef { def getPath(): String }]: Matcher[T]

    Definition Classes
    FileBaseMatchers
  76. def beADirectoryPath: PathMatcher

    Definition Classes
    PathBaseMatchers
  77. def beAFile[T <: AnyRef { def getPath(): String }]: Matcher[T]

    Definition Classes
    FileBaseMatchers
  78. def beAFilePath: PathMatcher

    Definition Classes
    PathBaseMatchers
  79. def beAHiddenPath: PathMatcher

    Definition Classes
    PathBaseMatchers
  80. def beAReadablePath: PathMatcher

    Definition Classes
    PathBaseMatchers
  81. def beAWritablePath: PathMatcher

    Definition Classes
    PathBaseMatchers
  82. def beAbsolute[T <: AnyRef { def getPath(): String }]: Matcher[T]

    Definition Classes
    FileBaseMatchers
  83. def beAnAbsolutePath: PathMatcher

    Definition Classes
    PathBaseMatchers
  84. def beAnExistingPath: PathMatcher

    Definition Classes
    PathBaseMatchers
  85. def beAnInstanceOf[T](implicit arg0: ClassManifest[T]): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  86. def beAsNoneAs[T](other: ⇒ Option[T]): Matcher[Option[T]]

    Definition Classes
    OptionBaseMatchers
  87. def beAsNullAs[T](a: ⇒ T): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  88. def beAssignableFrom[T](implicit arg0: ClassManifest[T]): Matcher[Class[_]]

    Definition Classes
    AnyBaseMatchers
  89. def beCloseTo[S](delta: Delta[S])(implicit arg0: Numeric[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  90. def beCloseTo[S](n: S, delta: S)(implicit arg0: Numeric[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  91. def beDBObject: Matcher[AnyRef]

    Definition Classes
    SpecsDBObjectBaseMatchers
  92. def beDefinedAt[K](values: K*): Matcher[PartialFunction[K, Any]]

    Definition Classes
    MapBaseMatchers
  93. def beDefinedBy[K, V](values: (K, V)*): Matcher[PartialFunction[K, V]]

    Definition Classes
    MapBaseMatchers
  94. def beEmpty[T](implicit arg0: (T) ⇒ Any { def isEmpty: Boolean }): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  95. def beEqualTo[T](t: ⇒ T): BeEqualTo

    Definition Classes
    AnyBaseMatchers
  96. def beEqualToIgnoringSep(other: String): PathMatcher

    Definition Classes
    PathBaseMatchers
  97. def beEqualToIgnoringSpace(node: Seq[Node]): EqualIgnoringSpaceMatcher

    Definition Classes
    XmlBaseMatchers
  98. def beFalse: Matcher[Boolean]

    Definition Classes
    AnyBaseMatchers
  99. def beGreaterThan[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  100. def beGreaterThanOrEqualTo[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  101. def beHidden[T <: AnyRef { def getPath(): String }]: Matcher[T]

    Definition Classes
    FileBaseMatchers
  102. def beLeft[T]: LeftMatcher[T]

    Definition Classes
    EitherBaseMatchers
  103. def beLeft[T](t: ⇒ T): Matcher[Either[T, _]]

    Definition Classes
    EitherBaseMatchers
  104. def beLessThan[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): BeLessThan[S]

    Definition Classes
    NumericBaseMatchers
  105. def beLessThanOrEqualTo[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): BeLessThanOrEqualTo[S]

    Definition Classes
    NumericBaseMatchers
  106. def beLike[T](pattern: PartialFunction[T, org.specs2.matcher.MatchResult[_]]): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  107. def beLikeA[T](pattern: ⇒ PartialFunction[T, org.specs2.matcher.MatchResult[_]]): Matcher[T]

    Definition Classes
    AnyBeHaveMatchers
  108. def beMatching(a: Regex): BeMatchingRegex

    Definition Classes
    StringBaseMatchers
  109. def beMatching(a: Pattern): BeMatchingPattern

    Definition Classes
    StringBaseMatchers
  110. def beMatching(a: ⇒ String): BeMatching

    Definition Classes
    StringBaseMatchers
  111. def beMongoDBList: Matcher[AnyRef]

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

    Definition Classes
    SpecsDBObjectBaseMatchers
  113. def beNone: Matcher[Option[Any]]

    Definition Classes
    OptionBaseMatchers
  114. def beNull[T]: BeNull[T]

    Definition Classes
    AnyBaseMatchers
  115. def beOneOf[T](t: T*): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  116. def beReadable[T <: AnyRef { def getPath(): String }]: Matcher[T]

    Definition Classes
    FileBaseMatchers
  117. def beRight[T]: RightMatcher[T]

    Definition Classes
    EitherBaseMatchers
  118. def beRight[T](t: ⇒ T): Matcher[Either[_, T]]

    Definition Classes
    EitherBaseMatchers
  119. def beSome[T]: SomeMatcher[T]

    Definition Classes
    OptionBaseMatchers
  120. def beSome[T](t: ⇒ T): Matcher[Option[T]]

    Definition Classes
    OptionBaseMatchers
  121. def beSorted[T](implicit arg0: Ordering[T]): OrderingMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  122. def beTheSameAs[T <: AnyRef](t: ⇒ T): BeTheSameAs[T]

    Definition Classes
    AnyBaseMatchers
  123. def beTrue: BeTrueMatcher

    Definition Classes
    AnyBaseMatchers
  124. def beTypedEqualTo[T](t: ⇒ T): BeTypedEqualTo[T]

    Definition Classes
    AnyBaseMatchers
  125. def beWritable[T <: AnyRef { def getPath(): String }]: Matcher[T]

    Definition Classes
    FileBaseMatchers
  126. def be_!=[T](t: ⇒ T): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  127. def be_!=/(a: String): AdaptableMatcher[Any]

    Definition Classes
    StringBaseMatchers
  128. def be_!==[T](t: ⇒ T): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  129. def be_<[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): BeLessThan[S]

    Definition Classes
    NumericBaseMatchers
  130. def be_<=[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): BeLessThanOrEqualTo[S]

    Definition Classes
    NumericBaseMatchers
  131. def be_==[T](t: ⇒ T): BeEqualTo

    Definition Classes
    AnyBaseMatchers
  132. def be_==/(node: Elem): EqualIgnoringSpaceMatcher

    Definition Classes
    XmlBaseMatchers
  133. def be_==/(node: Seq[Node]): EqualIgnoringSpaceMatcher

    Definition Classes
    XmlBaseMatchers
  134. def be_==/(a: String): AdaptableMatcher[Any]

    Definition Classes
    StringBaseMatchers
  135. def be_===[T](t: ⇒ T): BeTypedEqualTo[T]

    Definition Classes
    AnyBaseMatchers
  136. def be_==~[T, S](s: ⇒ S)(implicit convert: (S) ⇒ T): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  137. def be_>[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  138. def be_>=[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  139. implicit def booleanExample(expression: ⇒ Boolean): Example

    Definition Classes
    AutoExamplesLowImplicits
  140. implicit def booleanFragments(expression: ⇒ Boolean): Fragments

    Definition Classes
    AutoExamplesLowImplicits
  141. implicit def booleanFragmentsFragment(expression: ⇒ Boolean): BooleanResultFragment

    Definition Classes
    AutoExamplesLowImplicits
  142. def br: Br

    Definition Classes
    FormattingFragments
  143. def bt(n: Int): Backtab

    Definition Classes
    FormattingFragments
  144. def bt: Backtab

    Definition Classes
    FormattingFragments
  145. implicit def canBeEqual[T](t: ⇒ T): CanBeEqualExpectation[T]

    Definition Classes
    CanBeEqual
  146. def canRead(path: String): Boolean

    Definition Classes
    FileSystem
  147. def canWrite(path: String): Boolean

    Definition Classes
    FileSystem
  148. def canonicalPath[T <: AnyRef { def getPath(): String }](path: String): Matcher[AnyRef { def getPath(): String }]

    Definition Classes
    FileBeHaveMatchers
  149. def checkFailure[T](m: MatchResult[T]): MatchResult[T]

    Attributes
    protected
    Definition Classes
    Expectations
  150. def checkResultFailure(r: Result): Result

    Attributes
    protected
    Definition Classes
    Expectations
  151. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  152. def closeTo[S](delta: Delta[S])(implicit arg0: Numeric[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  153. def closeTo[S](n: S, delta: S)(implicit arg0: Numeric[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  154. def colors(c: Colors): Arguments

    Definition Classes
    ArgumentsShortcuts
  155. def contain(t: Char): Matcher[String]

    Definition Classes
    StringBaseMatchers
  156. def contain(t: String): Matcher[String]

    Definition Classes
    StringBaseMatchers
  157. def contain[T](t: LazyParameter[T]*): ContainMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  158. def contain[T](t: ⇒ T): ContainMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  159. def containAllOf[T](seq: Seq[T]): ContainMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  160. def containAnyOf[T](seq: Seq[T]): ContainAnyOfMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  161. def containLines[L1, L2](ls2: L2)(implicit arg0: LinesContent[L1], arg1: LinesContent[L2]): LinesComparisonMatcher[L1, L2]

    Definition Classes
    ContentBaseMatchers
  162. def containMatch[T](t: ⇒ String): ContainLikeMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  163. def containPattern[T](t: ⇒ String): ContainLikeMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  164. def containing(s: String): Matcher[String]

    Definition Classes
    StringBeHaveMatchers
  165. implicit def contextToResult[T](t: MatchResult[T])(implicit context: Context): Result

    Definition Classes
    SpecificationFeatures
  166. def copy(input: InputStream, output: OutputStream): Unit

    Definition Classes
    FileSystem
  167. def copyDir(src: String, dest: String): Unit

    Definition Classes
    FileSystem
  168. def copyDir(url: URL, dest: String): Unit

    Definition Classes
    FileSystem
  169. def copyFile(path: String, dest: String): Unit

    Definition Classes
    FileSystem
  170. def copySpecResourcesDir(src: String, outputDir: String): Unit

    Definition Classes
    FileSystem
  171. def createDir(path: String): Boolean

    Definition Classes
    FileSystem
  172. def createExpectable[T](t: ⇒ T, alias: Option[(String) ⇒ String]): Expectable[T]

    Definition Classes
    Expectations
  173. def createExpectable[T](t: ⇒ T, alias: (String) ⇒ String): Expectable[T]

    Definition Classes
    Expectations
  174. def createExpectable[T](t: ⇒ T, alias: String): Expectable[T]

    Definition Classes
    Expectations
  175. def createExpectable[T](t: ⇒ T): Expectable[T]

    Definition Classes
    Expectations
  176. def createExpectableWithShowAs[T](t: ⇒ T, showAs: ⇒ String): Expectable[T]

    Definition Classes
    Expectations
  177. def createFile(path: String): AnyVal

    Definition Classes
    FileWriter
  178. def createMustExpectable[T](t: ⇒ T): MustExpectable[T]

    Attributes
    protected
    Definition Classes
    MustExpectations
  179. def createShouldExpectable[T](t: ⇒ T): ShouldExpectable[T]

    Attributes
    protected
    Definition Classes
    ShouldExpectations
  180. implicit def dataTableExample[T](result: ⇒ DecoratedResult[T]): Example

    Definition Classes
    AutoExamples
  181. implicit def dataTableFragments[T](result: ⇒ DecoratedResult[T]): Fragments

    Definition Classes
    AutoExamples
  182. implicit def debug[T](t: ⇒ T): Debuggable[T]

    Definition Classes
    Debug
  183. val defaultContext: Context

    Attributes
    protected[specs2]
    Definition Classes
    Contexts
  184. def definedAt[K](values: K*): Matcher[PartialFunction[K, Any]]

    Definition Classes
    MapBeHaveMatchers
  185. def definedBy[K, V](values: (K, V)*): Matcher[PartialFunction[K, V]]

    Definition Classes
    MapBeHaveMatchers
  186. def delete(path: String): Boolean

    Definition Classes
    FileWriter
  187. def descFromExpectations: Arguments

    Definition Classes
    ArgumentsShortcuts
  188. implicit def describe[T](t: ⇒ T): Descriptible[T]

    Definition Classes
    Expectations
  189. def diffs(show: Boolean, separators: String, triggerSize: Int, diffRatio: Int, shortenSize: Int, full: Boolean): Arguments

    Definition Classes
    ArgumentsShortcuts
  190. implicit def doAfter[T](t: ⇒ T)(implicit arg0: (T) ⇒ Result): AfterResult[T]

    Definition Classes
    Contexts
  191. implicit def doAround[T](t: ⇒ T)(implicit arg0: (T) ⇒ Result): AroundResult[T]

    Definition Classes
    Contexts
  192. implicit def doBefore[T](t: ⇒ T)(implicit arg0: (T) ⇒ Result): BeforeResult[T]

    Definition Classes
    Contexts
  193. def done: Success

    Definition Classes
    StandardResults
  194. implicit def downcastGiven[X, Y <: X](gv: Given[Y]): Given[X] { def extract(s: String): Y }

    Definition Classes
    RegexSteps
  195. def eg[T](expression: ⇒ DecoratedResult[T]): ToDataTableExample[T]

    Definition Classes
    AutoExamples
  196. def eg(expression: ⇒ Result): Fragment

    Definition Classes
    AutoExamplesLowImplicits
  197. def eg(expression: ⇒ Boolean): Fragments

    Definition Classes
    AutoExamplesLowImplicits
  198. def eg(expression: ⇒ org.specs2.matcher.MatchResult[_]): Example

    Definition Classes
    AutoExamplesLowImplicits
  199. def empty[T <: Any { def isEmpty: Boolean }]: Matcher[T]

    Definition Classes
    AnyBeHaveMatchers
  200. def end: End

    Definition Classes
    FormattingFragments
  201. def endWith(t: ⇒ String): Matcher[String]

    Definition Classes
    StringBaseMatchers
  202. def endbr: Fragments

    Definition Classes
    FormattingFragments
  203. def endingWith(s: ⇒ String): Matcher[String]

    Definition Classes
    StringBeHaveMatchers
  204. def endp: Fragments

    Definition Classes
    FormattingFragments
  205. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  206. def equalTo[T](t: ⇒ T): BeEqualTo

    Definition Classes
    AnyBaseMatchers
  207. def equalToIgnoringSep(other: String): PathMatcher

    Definition Classes
    PathBeHaveMatchers
  208. def equalToIgnoringSpace(node: Elem): EqualIgnoringSpaceMatcher

    Definition Classes
    XmlBaseMatchers
  209. def equalToIgnoringSpace(node: Seq[Node]): EqualIgnoringSpaceMatcher

    Definition Classes
    XmlBaseMatchers
  210. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  211. def eventually[T](nested: ⇒ Matcher[T]): Matcher[T]

    Definition Classes
    EventuallyMatchers
  212. def eventually[T](retries: Int, sleep: Duration)(nested: ⇒ Matcher[T]): Matcher[T]

    Definition Classes
    EventuallyMatchers
  213. def eventually[T](result: ⇒ T)(implicit arg0: (T) ⇒ Result): T

    Definition Classes
    EventuallyResults
  214. def eventually[T](retries: Int, sleep: Duration)(result: ⇒ T)(implicit arg0: (T) ⇒ Result): T

    Definition Classes
    EventuallyResults
  215. implicit def exampleFactory: ExampleFactory

    Definition Classes
    ExamplesFactory
  216. def exclude(tags: String): Arguments

    Definition Classes
    ArgumentsShortcuts
  217. def excludeAlsoTrace(patterns: String*): IncludeExcludeStackTraceFilter

    Definition Classes
    ArgumentsShortcuts
  218. def excludeTrace(patterns: String*): IncludeExcludeStackTraceFilter

    Definition Classes
    ArgumentsShortcuts
  219. def exist[T <: AnyRef { def getPath(): String }]: Matcher[T]

    Definition Classes
    FileBaseMatchers
  220. def exists(path: String): Boolean

    Definition Classes
    FileWriter
  221. def failure: Failure

    Definition Classes
    StandardResults
  222. def field(map: Expectable[DBObject], k: String): Option[AnyRef]

    Attributes
    protected
    Definition Classes
    SpecsDBObjectBaseMatchers
  223. implicit val fileContentForMatchers: LinesContent[File]

    Attributes
    protected
    Definition Classes
    ContentBaseMatchers
  224. def filePaths(basePath: String, path: String, verbose: Boolean): Seq[String]

    Definition Classes
    FileSystem
  225. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  226. def find(r: Regex): FindMatcherRegex

    Definition Classes
    StringBaseMatchers
  227. def find(p: Pattern): FindMatcherPattern

    Definition Classes
    StringBaseMatchers
  228. def find(a: ⇒ String): FindMatcher

    Definition Classes
    StringBaseMatchers
  229. implicit def forExample(s: String): ExampleDesc

    Definition Classes
    FragmentsBuilder
  230. def forall[T, U](values: GenTraversable[T])(f: (T) ⇒ MatchResult[U]): MatchResult[Seq[T]]

    Definition Classes
    MatchersImplicits
  231. def forallWhen[T, U](values: GenTraversable[T])(f: PartialFunction[T, MatchResult[U]]): MatchResult[Seq[T]]

    Definition Classes
    MatchersImplicits
  232. def foreach[T, U](values: GenTraversable[T])(f: (T) ⇒ MatchResult[U]): MatchResult[Seq[T]]

    Definition Classes
    MatchersImplicits
  233. def foreachWhen[T, U](values: GenTraversable[T])(f: PartialFunction[T, MatchResult[U]]): MatchResult[Seq[T]]

    Definition Classes
    MatchersImplicits
  234. implicit def fragmentFragments(f: ⇒ Fragment): FragmentsFragment

    Definition Classes
    FragmentsBuilder
  235. implicit def fragments(f: ⇒ Fragment): Fragments

    Definition Classes
    FragmentsBuilder
  236. implicit def fragmentsFragmentToFragments(fs: FragmentsFragment): Fragments

    Definition Classes
    FragmentsBuilder
  237. implicit def fragmentsFragments(fs: ⇒ Fragments): FragmentsFragment

    Definition Classes
    FragmentsBuilder
  238. def freetext: Arguments

    Definition Classes
    ArgumentsShortcuts
  239. implicit def fromMatchResult(r: ⇒ org.specs2.matcher.MatchResult[_]): Boolean

    Definition Classes
    MatchersImplicits
  240. def fullStackTrace: Arguments

    Definition Classes
    ArgumentsShortcuts
  241. implicit def functionAndKoMessageToMatcher[T](f: ((T) ⇒ Boolean, (T) ⇒ String)): Matcher[T]

    Definition Classes
    MatchersImplicits
  242. implicit def functionAndMessagesToMatcher[T](f: ((T) ⇒ Boolean, (T) ⇒ String, (T) ⇒ String)): Matcher[T]

    Definition Classes
    MatchersImplicits
  243. implicit def functionToMatcher[T](f: ((T) ⇒ Boolean, String)): Matcher[T]

    Definition Classes
    MatchersImplicits
  244. implicit def functionToMatcher2[T](f: ((T) ⇒ Boolean, String, String)): Matcher[T]

    Definition Classes
    MatchersImplicits
  245. def getAbsolutePath(path: String): String

    Definition Classes
    FileSystem
  246. def getCanonicalPath(path: String): String

    Definition Classes
    FileSystem
  247. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  248. def getDescription(depth: Int, startOffset: Int, endOffset: Int): String

    Attributes
    protected
    Definition Classes
    AutoExamplesLowImplicits
  249. def getName(path: String): String

    Definition Classes
    FileSystem
  250. def getParent(path: String): String

    Definition Classes
    FileSystem
  251. def getWriter(path: String, append: Boolean): Writer

    Definition Classes
    FileWriter
  252. def globToPattern(glob: String): String

    Definition Classes
    FileSystem
  253. def greaterThan[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  254. def greaterThanOrEqualTo[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  255. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  256. def have: NeutralMatcher[Any]

    Definition Classes
    BeHaveMatchers
  257. def have[T](function: (T) ⇒ Boolean): Matcher[GenTraversable[T]]

    Definition Classes
    TraversableBaseMatchers
  258. def haveAbsolutePath[T <: AnyRef { def getPath(): String }](path: String): Matcher[T]

    Definition Classes
    FileBaseMatchers
  259. def haveAsAbsolutePath(path: String): PathMatcher

    Definition Classes
    PathBaseMatchers
  260. def haveAsCanonicalPath(path: String): PathMatcher

    Definition Classes
    PathBaseMatchers
  261. def haveCanonicalPath[T <: AnyRef { def getPath(): String }](path: String): Matcher[T]

    Definition Classes
    FileBaseMatchers
  262. def haveClass[T](implicit arg0: ClassManifest[T]): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  263. 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
  264. 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
  265. def haveField(k: String): Matcher[DBObject]

    matches if dbObject.

    matches if dbObject.contains(k)

    Definition Classes
    SpecsDBObjectBaseMatchers
  266. def haveInterface[T](implicit arg0: ClassManifest[T]): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  267. def haveKey[K](k: K): Matcher[Iterable[(K, Any)]]

    Definition Classes
    MapBaseMatchers
  268. def haveKeys[K](keys: K*): Matcher[Iterable[(K, Any)]]

    Definition Classes
    MapBaseMatchers
  269. def haveLength[T](n: Int)(implicit arg0: Sized[T]): SizedMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  270. def haveList[T <: AnyRef { def getPath(): String }](list: String): Matcher[T]

    Definition Classes
    FileBaseMatchers
  271. 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
  272. def haveName[T <: AnyRef { def getPath(): String }](name: String): Matcher[T]

    Definition Classes
    FileBaseMatchers
  273. def havePair[K, V](p: (K, V)): Matcher[Iterable[(K, V)]]

    Definition Classes
    MapBaseMatchers
  274. def havePairs[K, V](pairs: (K, V)*): Matcher[Iterable[(K, V)]]

    Definition Classes
    MapBaseMatchers
  275. def haveParent[T <: AnyRef { def getPath(): String }](path: String): Matcher[T]

    Definition Classes
    FileBaseMatchers
  276. def haveParentPath(parent: String): PathMatcher

    Definition Classes
    PathBaseMatchers
  277. def havePathName(name: String): PathMatcher

    Definition Classes
    PathBaseMatchers
  278. def haveSameLines[L1, L2](implicit arg0: LinesContent[L1], arg1: LinesContent[L2]): LinesPairComparisonMatcher[L1, L2]

    Definition Classes
    ContentBaseMatchers
  279. def haveSameLinesAs[L1, L2](ls2: L2)(implicit arg0: LinesContent[L1], arg1: LinesContent[L2]): LinesComparisonMatcher[L1, L2]

    Definition Classes
    ContentBaseMatchers
  280. def haveSize[T](n: Int)(implicit arg0: Sized[T]): SizedMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  281. 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
  282. 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
  283. def haveSomeField(k: String): Matcher[Option[DBObject]]

    Definition Classes
    SpecsDBObjectBaseMatchers
  284. def haveSuperclass[T](implicit arg0: ClassManifest[T]): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  285. def haveTheSameElementsAs[T](l: ⇒ Traversable[T]): HaveTheSameElementsAs[T]

    Definition Classes
    TraversableBaseMatchers
  286. def haveValue[V](v: V): Matcher[Iterable[(Any, V)]]

    Definition Classes
    MapBaseMatchers
  287. def haveValues[V](values: V*): Matcher[Iterable[(Any, V)]]

    Definition Classes
    MapBaseMatchers
  288. def hidden[T <: AnyRef { def getPath(): String }]: Matcher[AnyRef { def getPath(): String }]

    Definition Classes
    FileBeHaveMatchers
  289. def identification: SpecIdentification

    Definition Classes
    SpecificationStructure
  290. implicit def identifySpecificationStructure(s: SpecificationStructure): SpecIdentification

    Definition Classes
    SpecificationStructure
  291. implicit def inScope(s: Scope): Success

    Definition Classes
    FragmentsBuilder
  292. def include(tags: String): Arguments

    Definition Classes
    ArgumentsShortcuts
  293. def include(args: Arguments, f: Fragments, fs: Fragments*): FragmentsFragment

    Definition Classes
    SpecificationInclusion
  294. def include(args: Arguments, f: Fragments): FragmentsFragment

    Definition Classes
    SpecificationInclusion
  295. def include(args: Arguments, s: SpecificationStructure, ss: SpecificationStructure*): FragmentsFragment

    Definition Classes
    SpecificationInclusion
  296. def include(args: Arguments, s: SpecificationStructure): FragmentsFragment

    Definition Classes
    SpecificationInclusion
  297. def include(s: SpecificationStructure, ss: SpecificationStructure*): FragmentsFragment

    Definition Classes
    SpecificationInclusion
  298. implicit def include(s: SpecificationStructure): FragmentsFragment

    Definition Classes
    SpecificationInclusion
  299. def include(f: Fragments, fs: Fragments*): FragmentsFragment

    Definition Classes
    SpecificationInclusion
  300. def include(f: Fragments): FragmentsFragment

    Definition Classes
    SpecificationInclusion
  301. def includeAlsoTrace(patterns: String*): IncludeExcludeStackTraceFilter

    Definition Classes
    ArgumentsShortcuts
  302. def includeTrace(patterns: String*): IncludeExcludeStackTraceFilter

    Definition Classes
    ArgumentsShortcuts
  303. def inputStream(filePath: String): InputStream

    Definition Classes
    FileReader
  304. implicit def intToRichLong(v: Int): RichLong

    Definition Classes
    TimeConversions
  305. def interface[T](implicit arg0: ClassManifest[T]): Matcher[Any]

    Definition Classes
    AnyBeHaveMatchers
  306. def isAbsolute(path: String): Boolean

    Definition Classes
    FileSystem
  307. def isDir(path: String): Boolean

    Definition Classes
    FileSystem
  308. def isDirectory(path: String): Boolean

    Definition Classes
    FileSystem
  309. def isFile(path: String): Boolean

    Definition Classes
    FileSystem
  310. def isHidden(path: String): Boolean

    Definition Classes
    FileSystem
  311. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  312. def isolated: Arguments

    Definition Classes
    ArgumentsShortcuts
  313. implicit def javaCollectionIsSized[T <: java.util.Collection[_]]: Sized[T]

    Definition Classes
    TraversableBaseMatchers
  314. def key[K](k: K): Matcher[Iterable[(K, Any)]]

    Definition Classes
    MapBeHaveMatchers
  315. def keys[K](ks: K*): Matcher[Iterable[(K, Any)]]

    Definition Classes
    MapBeHaveMatchers
  316. def klass[T](implicit arg0: ClassManifest[T]): Matcher[Any]

    Definition Classes
    AnyBeHaveMatchers
  317. def ko(m: String): MatchFailure[None.type]

    Definition Classes
    StandardMatchResults
  318. lazy val ko: MatchFailure[None.type]

    Definition Classes
    StandardMatchResults
  319. implicit def lazyfy[T](value: ⇒ T): LazyParameter[T]

    Definition Classes
    LazyParameters
  320. def left[T]: LeftMatcher[Nothing]

    Definition Classes
    EitherBaseMatchers
  321. def left[T](t: ⇒ T): Matcher[Either[T, _]]

    Definition Classes
    EitherBaseMatchers
  322. def length[T](n: Int)(implicit arg0: Sized[T]): SizedMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  323. def lessThan[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): BeLessThan[S]

    Definition Classes
    NumericBaseMatchers
  324. def lessThanOrEqualTo[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): BeLessThanOrEqualTo[S]

    Definition Classes
    NumericBaseMatchers
  325. def like[T](pattern: ⇒ PartialFunction[T, org.specs2.matcher.MatchResult[_]]): Matcher[T]

    Definition Classes
    AnyBeHaveMatchers
  326. def likeA[T](pattern: ⇒ PartialFunction[T, org.specs2.matcher.MatchResult[_]]): Matcher[T]

    Definition Classes
    AnyBeHaveMatchers
  327. def link(htmlLink: HtmlLink, f: Fragments): Fragments

    Definition Classes
    FragmentsBuilder
  328. def link(htmlLink: HtmlLink, s: SpecificationStructure): Fragments

    Definition Classes
    FragmentsBuilder
  329. def link(fss: Seq[Fragments]): Fragments

    Definition Classes
    FragmentsBuilder
  330. def link(fs: Fragments, fss: Fragments*): Fragments

    Definition Classes
    FragmentsBuilder
  331. def link(fs: Fragments): Fragments

    Definition Classes
    FragmentsBuilder
  332. def link(ss: Seq[SpecificationStructure], dummy: Int): Fragments

    Definition Classes
    FragmentsBuilder
  333. def link(s: SpecificationStructure, ss: SpecificationStructure*): Fragments

    Definition Classes
    FragmentsBuilder
  334. def link(s: SpecificationStructure): Fragments

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

    Attributes
    protected
    Definition Classes
    SpecsDBObjectBaseMatchers
  336. def listFiles(path: String): List[String]

    Definition Classes
    FileSystem
  337. def listPaths(list: String*): PathMatcher

    Definition Classes
    PathBaseMatchers
  338. def literate: Arguments

    Definition Classes
    ArgumentsShortcuts
  339. def loadXhtmlFile(filePath: String, report: (Exception, String) ⇒ Unit, sourceErrors: Boolean): NodeSeq

    Definition Classes
    FileReader
  340. def loadXmlFile(filePath: String)(report: (Exception) ⇒ Unit): NodeSeq

    Definition Classes
    FileReader
  341. var log: Logger

    Attributes
    protected[casbah]
    Definition Classes
    Logging
  342. implicit def longToRichLong(v: Long): RichLong

    Definition Classes
    TimeConversions
  343. def map(fs: ⇒ Fragments): Fragments

    Definition Classes
    SpecificationStructure
  344. implicit def matchExample(expression: ⇒ org.specs2.matcher.MatchResult[_]): Example

    Definition Classes
    AutoExamplesLowImplicits
  345. implicit def matchFragments(expression: ⇒ org.specs2.matcher.MatchResult[_]): Fragments

    Definition Classes
    AutoExamplesLowImplicits
  346. implicit def matchFragmentsFragment(expression: ⇒ org.specs2.matcher.MatchResult[_]): MatchResultFragment

    Definition Classes
    AutoExamplesLowImplicits
  347. implicit def matchResultFunctionToMatcher[T](f: (T) ⇒ org.specs2.matcher.MatchResult[_]): Matcher[T]

    Definition Classes
    MatchersImplicits
  348. def matchResultToResult[T](m: MatchResult[T]): Result

    Attributes
    protected
    Definition Classes
    Expectations
  349. implicit def matcherFunction[S, T](f: (S) ⇒ Matcher[T]): MatcherFunction[S, T]

    Definition Classes
    MatchersImplicits
  350. implicit def matcherFunction2[T](f: (T) ⇒ Matcher[T]): MatcherFunction2[T]

    Definition Classes
    MatchersImplicits
  351. def matching(r: Regex): BeMatchingRegex

    Definition Classes
    StringBeHaveMatchers
  352. def matching(t: Pattern): BeMatchingPattern

    Definition Classes
    StringBeHaveMatchers
  353. def matching(t: ⇒ String): BeMatching

    Definition Classes
    StringBeHaveMatchers
  354. def mkdirs(path: String): Boolean

    Definition Classes
    FileWriter
  355. def name[T <: AnyRef { def getPath(): String }](name: String): Matcher[AnyRef { def getPath(): String }]

    Definition Classes
    FileBeHaveMatchers
  356. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  357. def nocolor: Arguments

    Definition Classes
    ArgumentsShortcuts
  358. def noindent: Arguments

    Definition Classes
    ArgumentsShortcuts
  359. def none: Matcher[Option[Any]]

    Definition Classes
    OptionBaseMatchers
  360. def not: NotMatcher[Any]

    Definition Classes
    BeHaveMatchers
  361. def not[T](m: Matcher[T]): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  362. final def notify(): Unit

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

    Definition Classes
    AnyRef
  364. def ok(m: String): MatchSuccess[None.type]

    Definition Classes
    StandardMatchResults
  365. lazy val ok: MatchSuccess[None.type]

    Definition Classes
    StandardMatchResults
  366. def oneOf[T](t: T*): Matcher[T]

    Definition Classes
    AnyBeHaveMatchers
  367. def only(examples: String): Arguments

    Definition Classes
    ArgumentsShortcuts
  368. implicit def orderedSeqMatchResult[T](result: MatchResult[Seq[T]])(implicit arg0: Ordering[T]): OrderedSeqMatchResult[T]

    Definition Classes
    TraversableBeHaveMatchers
  369. implicit def outsideFunctionToResult[T, S](implicit o: Outside[T]): ((T) ⇒ MatchResult[S]) ⇒ Result

    Definition Classes
    SpecificationFeatures
  370. def p: Fragments

    Definition Classes
    FormattingFragments
  371. def pair[K, V](p: (K, V)): Matcher[Iterable[(K, V)]]

    Definition Classes
    MapBeHaveMatchers
  372. implicit def pairFunctionToMatcher[T](f: (T) ⇒ (Boolean, String)): Matcher[T]

    Definition Classes
    MatchersImplicits
  373. def pairs[K, V](pairs: (K, V)*): Matcher[Iterable[(K, V)]]

    Definition Classes
    MapBeHaveMatchers
  374. def parent[T <: AnyRef { def getPath(): String }](path: String): Matcher[AnyRef { def getPath(): String }]

    Definition Classes
    FileBeHaveMatchers
  375. def parentPath(parent: String): PathMatcher

    Definition Classes
    PathBeHaveMatchers
  376. def pathName(name: String): PathMatcher

    Definition Classes
    PathBeHaveMatchers
  377. def paths[T <: AnyRef { def getPath(): String }](list: String): Matcher[AnyRef { def getPath(): String }]

    Definition Classes
    FileBeHaveMatchers
  378. def pending: Pending

    Definition Classes
    StandardResults
  379. def plan: Arguments

    Definition Classes
    ArgumentsShortcuts
  380. def readFile(path: String): String

    Definition Classes
    FileReader
  381. def readLines(path: String): IndexedSeq[String]

    Definition Classes
    FileReader
  382. def readable[T <: AnyRef { def getPath(): String }]: Matcher[AnyRef { def getPath(): String }]

    Definition Classes
    FileBeHaveMatchers
  383. def removeDir(path: String): String

    Definition Classes
    FileSystem
  384. implicit def resultExample(expression: ⇒ Result): Example

    Definition Classes
    AutoExamplesLowImplicits
  385. implicit def resultFragments(result: ⇒ Result): Fragments

    Definition Classes
    AutoExamplesLowImplicits
  386. def resultFragmentsFragment(expression: ⇒ Result): ResultFragment

    Definition Classes
    AutoExamplesLowImplicits
  387. def right[T]: RightMatcher[Nothing]

    Definition Classes
    EitherBaseMatchers
  388. def right[T](t: ⇒ T): Matcher[Either[_, T]]

    Definition Classes
    EitherBaseMatchers
  389. def sameLinesAs[L1, L2](ls2: L2)(implicit arg0: LinesContent[L1], arg1: LinesContent[L2]): LinesComparisonMatcher[L1, L2]

    Definition Classes
    ContentBeHaveMatchers
  390. def samePath(p1: String, p2: String): Boolean

    Definition Classes
    FileSystem
  391. implicit def scalaArrayIsSized[T]: Sized[Array[T]]

    Definition Classes
    TraversableBaseMatchers
  392. implicit def scalaTraversableIsSized[I <: scala.collection.GenTraversableOnce[_]]: Sized[I]

    Definition Classes
    TraversableBaseMatchers
  393. def see(htmlLink: HtmlLink, fs: Fragments): Fragments

    Definition Classes
    FragmentsBuilder
  394. def see(htmlLink: HtmlLink, s: SpecificationStructure): Fragments

    Definition Classes
    FragmentsBuilder
  395. def see(fss: Seq[Fragments]): Fragments

    Definition Classes
    FragmentsBuilder
  396. def see(fs: Fragments, fss: Fragments*): Fragments

    Definition Classes
    FragmentsBuilder
  397. def see(fs: Fragments): Fragments

    Definition Classes
    FragmentsBuilder
  398. def see(s: SpecificationStructure): Fragments

    Definition Classes
    FragmentsBuilder
  399. def see(ss: Seq[SpecificationStructure], dummy: Int): Fragments

    Definition Classes
    FragmentsBuilder
  400. def see(s: SpecificationStructure, ss: SpecificationStructure*): Fragments

    Definition Classes
    FragmentsBuilder
  401. implicit def seqContentForMatchers[T]: LinesContent[Seq[T]]

    Attributes
    protected
    Definition Classes
    SeqsContents
  402. implicit def seqToResult[T](r: Seq[MatchResult[T]]): Result

    Definition Classes
    MatchersImplicits
  403. def sequential: Arguments

    Definition Classes
    ArgumentsShortcuts
  404. def showOnly(s: String): Arguments

    Definition Classes
    ArgumentsShortcuts
  405. def silentLoadXhtmlFileReport: (Exception, String) ⇒ Unit

    Definition Classes
    FileReader
  406. def size[T](n: Int)(implicit arg0: Sized[T]): SizedMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  407. implicit def sized[T](s: MatchResult[T])(implicit arg0: Sized[T]): HasSize[T]

    Definition Classes
    TraversableBeHaveMatchers
  408. implicit val sizedDBList: Sized[MongoDBList]

    Definition Classes
    CasbahSpecificationBase
  409. implicit val sizedDBObj: Sized[DBObject]

    Definition Classes
    CasbahSpecificationBase
  410. implicit val sizedOptDBList: Sized[Option[MongoDBList]]

    Definition Classes
    CasbahSpecificationBase
  411. implicit val sizedOptDBObj: Sized[Option[DBObject]]

    Definition Classes
    CasbahSpecificationBase
  412. def skipAll: Arguments

    Definition Classes
    ArgumentsShortcuts
  413. def skipAllIf(condition: ⇒ Boolean): Arguments

    Definition Classes
    ArgumentsShortcuts
  414. def skipAllUnless(condition: ⇒ Boolean): Arguments

    Definition Classes
    ArgumentsShortcuts
  415. def skipped: Skipped

    Definition Classes
    StandardResults
  416. def some[T]: SomeMatcher[T]

    Definition Classes
    OptionBaseMatchers
  417. def some[T](t: ⇒ T): Matcher[Option[T]]

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

    Attributes
    protected
    Definition Classes
    SpecsDBObjectBaseMatchers
  419. def sorted[T](implicit arg0: Ordering[T]): OrderingMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  420. implicit def specIdentificationMarkdownLink(s: String): SpecIdentificationMarkdownLink

    Definition Classes
    FragmentsBuilder
  421. implicit def specificationStructureToFragments(s: SpecificationStructure): AsFragments

    Definition Classes
    FragmentsBuilder
  422. def startWith(t: ⇒ String): Matcher[String]

    Definition Classes
    StringBaseMatchers
  423. def startingWith(s: ⇒ String): Matcher[String]

    Definition Classes
    StringBeHaveMatchers
  424. def stopOnFail: Arguments

    Definition Classes
    ArgumentsShortcuts
  425. def stopOnSkip: Arguments

    Definition Classes
    ArgumentsShortcuts
  426. implicit def stringIsSized: Sized[String]

    Definition Classes
    TraversableBaseMatchers
  427. implicit def stringMatcher(m: AdaptableMatcher[Any]): StringMatcher

    Definition Classes
    StringBaseMatchers
  428. implicit def stringToHtmlLinkFragments(s: String): HtmlLinkFragments

    Definition Classes
    FragmentsBuilder
  429. implicit def stringToHtmlLinkFragments2(s: String): HtmlLinkFragments2

    Definition Classes
    FragmentsBuilder
  430. def success: Success

    Definition Classes
    StandardResults
  431. def superClass[T](implicit arg0: ClassManifest[T]): Matcher[Any]

    Definition Classes
    AnyBeHaveMatchers
  432. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  433. def t(n: Int): Tab

    Definition Classes
    FormattingFragments
  434. def t: Tab

    Definition Classes
    FormattingFragments
  435. implicit def textFragment(s: String): FragmentsFragment

    Definition Classes
    FragmentsBuilder
  436. implicit def textStart(s: String): Fragments

    Definition Classes
    FragmentsBuilder
  437. implicit def theBlock(t: ⇒ Nothing): MustExpectable[Nothing]

    Definition Classes
    MustExpectations
  438. implicit def theValue[T](t: ⇒ T): MustExpectable[T]

    Definition Classes
    MustExpectations
  439. implicit def thisBlock(t: ⇒ Nothing): ShouldExpectable[Nothing]

    Definition Classes
    ShouldExpectations
  440. implicit def thisValue[T](t: ⇒ T): ShouldExpectable[T]

    Definition Classes
    ShouldExpectations
  441. def throwA[E <: Throwable](e: E): ExceptionMatcher[E]

    Definition Classes
    ExceptionBaseMatchers
  442. def throwA[E <: Throwable](message: String)(implicit m: ClassManifest[E]): Matcher[Any]

    Definition Classes
    ExceptionBaseMatchers
  443. def throwA[E <: Throwable](implicit m: ClassManifest[E]): ExceptionClassMatcher

    Definition Classes
    ExceptionBaseMatchers
  444. def throwAn[E <: Throwable](e: E): ExceptionMatcher[E]

    Definition Classes
    ExceptionBaseMatchers
  445. def throwAn[E <: Throwable](message: String)(implicit m: ClassManifest[E]): Matcher[Any]

    Definition Classes
    ExceptionBaseMatchers
  446. def throwAn[E <: Throwable](implicit m: ClassManifest[E]): ExceptionClassMatcher

    Definition Classes
    ExceptionBaseMatchers
  447. implicit def title(s: String): SpecTitle

    Definition Classes
    FragmentsBuilder
  448. implicit def toAnyMatcherResult(result: MatchResult[Any]): AnyMatcherResult

    Definition Classes
    AnyBeHaveMatchers
  449. implicit def toAnyRefMatcherResult[T <: AnyRef](result: MatchResult[T]): AnyRefMatcherResult[T]

    Definition Classes
    AnyBeHaveMatchers
  450. implicit def toBeLikeResultMatcher[T](result: MatchResult[T]): BeLikeResultMatcher[T]

    Definition Classes
    AnyBeHaveMatchers
  451. implicit def toClassMatcherResult(result: MatchResult[Class[_]]): ClassMatcherResult

    Definition Classes
    AnyBeHaveMatchers
  452. implicit def toDifferenceFilter(n: Int): FirstNDifferencesFilter

    Definition Classes
    DifferenceFilters
  453. implicit def toEitherResultMatcher[L, R](result: MatchResult[Either[L, R]]): EitherResultMatcher[L, R]

    Definition Classes
    EitherBeHaveMatchers
  454. implicit def toExceptionMatcher[T](result: MatchResult[T]): ExceptionMatcherResult[T]

    Definition Classes
    ExceptionBeHaveMatchers
  455. implicit def toFileResultMatcher[T <: AnyRef { def getPath(): String }](result: MatchResult[T]): FileResultMatcher[T]

    Definition Classes
    FileBeHaveMatchers
  456. implicit def toLinesContentResultMatcher[L1](result: MatchResult[L1])(implicit arg0: LinesContent[L1]): LinesContentResultMatcher[L1]

    Definition Classes
    ContentBeHaveMatchers
  457. implicit def toMapKeyResultMatcher[K](result: MatchResult[Iterable[(K, Any)]]): MapKeyResultMatcher[K]

    Definition Classes
    MapBeHaveMatchers
  458. implicit def toMapResultMatcher[K, V](result: MatchResult[Iterable[(K, V)]]): MapResultMatcher[K, V]

    Definition Classes
    MapBeHaveMatchers
  459. implicit def toMapValueResultMatcher[V](result: MatchResult[Iterable[(Any, V)]]): MapValueResultMatcher[V]

    Definition Classes
    MapBeHaveMatchers
  460. implicit def toNeutralMatcherElem(result: NeutralMatcher[Any]): NeutralMatcherElem

    Definition Classes
    XmlBeHaveMatchers
  461. implicit def toNeutralMatcherNumeric(result: NeutralMatcher[Any]): NeutralMatcherNumeric

    Definition Classes
    NumericBeHaveMatchers
  462. implicit def toNeutralMatcherOrdered(result: NeutralMatcher[Any]): NeutralMatcherOrdered

    Definition Classes
    NumericBeHaveMatchers
  463. implicit def toNeutralStringMatcher(result: NeutralMatcher[Any]): NeutralStringMatcher

    Definition Classes
    StringBeHaveMatchers
  464. implicit def toNotMatcherElem(result: NotMatcher[Any]): NotMatcherElem

    Definition Classes
    XmlBeHaveMatchers
  465. implicit def toNotMatcherJson(result: NotMatcher[Any]): NotMatcherJson

    Definition Classes
    JsonBaseBeHaveMatchers
  466. implicit def toNotStringMatcher(result: NotMatcher[Any]): NotStringMatcher

    Definition Classes
    StringBeHaveMatchers
  467. implicit def toNumericResultMatcher[S](result: MatchResult[S])(implicit arg0: Numeric[S]): NumericResultMatcher[S]

    Definition Classes
    NumericBeHaveMatchers
  468. implicit def toOptionResultMatcher[T](result: MatchResult[Option[T]]): OptionResultMatcher[T]

    Definition Classes
    OptionBeHaveMatchers
  469. implicit def toOrderedResultMatcher[S](result: MatchResult[S])(implicit arg0: (S) ⇒ Ordered[S]): OrderedResultMatcher[S]

    Definition Classes
    NumericBeHaveMatchers
  470. implicit def toPartialFunctionResultMatcher[K, V](result: MatchResult[PartialFunction[K, V]]): PartialFunctionResultMatcher[K, V]

    Definition Classes
    MapBeHaveMatchers
  471. implicit def toPathResultMatcher(result: MatchResult[String]): PathResultMatcher

    Definition Classes
    PathBeHaveMatchers
  472. implicit def toPendingUntilFixed[T](t: ⇒ T)(implicit arg0: (T) ⇒ Result): PendingUntilFixed[T]

    Definition Classes
    PendingUntilFixed
  473. implicit def toResult(b: Boolean): Result

    Definition Classes
    MatchersImplicits
  474. def toString(): String

    Definition Classes
    AnyRef → Any
  475. implicit def toStringResultMatcher(result: MatchResult[String]): StringResultMatcher

    Definition Classes
    StringBeHaveMatchers
  476. implicit def toXmlResultMatcher(result: MatchResult[Seq[Node]]): XmlResultMatcher

    Definition Classes
    XmlBeHaveMatchers
  477. def todo: Pending

    Definition Classes
    StandardResults
  478. implicit def traversable[T](s: MatchResult[GenTraversable[T]]): TraversableBeHaveMatchers[T]

    Definition Classes
    TraversableBeHaveMatchers
  479. implicit def tripletFunctionToMatcher[T](f: (T) ⇒ (Boolean, String, String)): Matcher[T]

    Definition Classes
    MatchersImplicits
  480. def typedEqualTo[T](t: ⇒ T): BeTypedEqualTo[T]

    Definition Classes
    AnyBaseMatchers
  481. def unjar(path: String, dirPath: String, regexFilter: String): Unit

    Definition Classes
    FileSystem
  482. def unjar(path: String, dest: String): Unit

    Definition Classes
    FileSystem
  483. implicit def upcastThen[X, Y <: X](th: Then[X]): Then[Y]

    Definition Classes
    RegexSteps
  484. implicit def updowncastWhen[P, Q, R <: P, S >: Q](wh: When[P, Q]): When[R, S]

    Definition Classes
    RegexSteps
  485. def value[V](v: V): Matcher[Iterable[(Any, V)]]

    Definition Classes
    MapBeHaveMatchers
  486. def values[V](vs: V*): Matcher[Iterable[(Any, V)]]

    Definition Classes
    MapBeHaveMatchers
  487. implicit def verifyFunction[U, T](t: (U) ⇒ MatchResult[T]): MatchResultFunctionVerification[U, T]

    Definition Classes
    MatchersImplicits
  488. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  491. def was(s: String): Arguments

    Definition Classes
    ArgumentsShortcuts
  492. def wasIssue: Arguments

    Definition Classes
    ArgumentsShortcuts
  493. def wontdo: Success

    Definition Classes
    StandardResults
  494. def writable[T <: AnyRef { def getPath(): String }]: Matcher[AnyRef { def getPath(): String }]

    Definition Classes
    FileBeHaveMatchers
  495. def write(path: String)(function: (Writer) ⇒ Unit): Unit

    Definition Classes
    FileWriter
  496. def writeFile(path: String, content: ⇒ String): Unit

    Definition Classes
    FileWriter
  497. def writeXmlFile(path: String, content: ⇒ NodeSeq): Unit

    Definition Classes
    FileWriter
  498. def xonly: Arguments

    Definition Classes
    ArgumentsShortcuts
  499. def ~[S](delta: Delta[S])(implicit arg0: Numeric[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  500. def ~[S](n: S)(delta: S)(implicit arg0: Numeric[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers

Inherited from CasbahSpecificationBase

Inherited from SpecsDBObjectMatchers

Inherited from SpecsDBObjectBaseMatchers

Inherited from Logging

Inherited from Specification

Inherited from SpecificationFeatures

Inherited from Debug

Inherited from Contexts

Inherited from PendingUntilFixed

Inherited from TimeConversions

Inherited from StandardMatchResults

Inherited from StandardResults

Inherited from FormattingFragments

Inherited from ShouldMatchers

Inherited from ShouldExpectations

Inherited from MustMatchers

Inherited from MustExpectations

Inherited from Matchers

Inherited from MatchersImplicits

Inherited from ContentMatchers

Inherited from ContentBeHaveMatchers

Inherited from ContentBaseMatchers

Inherited from SeqsContents

Inherited from DifferenceFilters

Inherited from FileMatchers

Inherited from FileBeHaveMatchers

Inherited from FileBaseMatchers

Inherited from PathMatchers

Inherited from PathBeHaveMatchers

Inherited from PathBaseMatchers

Inherited from FileSystem

Inherited from FileWriter

Inherited from FileReader

Inherited from EventuallyMatchers

Inherited from EventuallyResults

Inherited from EitherMatchers

Inherited from EitherBeHaveMatchers

Inherited from EitherBaseMatchers

Inherited from OptionMatchers

Inherited from OptionBeHaveMatchers

Inherited from OptionBaseMatchers

Inherited from NumericMatchers

Inherited from NumericBeHaveMatchers

Inherited from NumericBaseMatchers

Inherited from ExceptionMatchers

Inherited from ExceptionBeHaveMatchers

Inherited from ExceptionBaseMatchers

Inherited from BeHaveMatchers

Inherited from JsonMatchers

Inherited from JsonBaseBeHaveMatchers

Inherited from JsonBaseMatchers

Inherited from Expectations

Inherited from CanBeEqual

Inherited from XmlMatchers

Inherited from XmlBeHaveMatchers

Inherited from XmlBaseMatchers

Inherited from StringMatchers

Inherited from StringBeHaveMatchers

Inherited from StringBaseMatchers

Inherited from MapMatchers

Inherited from MapBeHaveMatchers

Inherited from MapBaseMatchers

Inherited from TraversableMatchers

Inherited from TraversableBeHaveMatchers

Inherited from TraversableBaseMatchers

Inherited from LazyParameters

Inherited from AnyMatchers

Inherited from AnyBeHaveMatchers

Inherited from AnyBaseMatchers

Inherited from ArgumentsShortcuts

Inherited from ArgumentsArgs

Inherited from ArgProperties

Inherited from SpecificationInclusion

Inherited from AutoExamples

Inherited from AutoExamplesLowImplicits

Inherited from FragmentsBuilder

Inherited from ExamplesFactory

Inherited from RegexSteps

Inherited from SpecificationStructure

Inherited from AnyRef

Inherited from Any