org.specs2.spring

Specification

trait Specification extends Specification with SpecificationContext with SpecificationEnvironment

Mutable Specification that sets up the JNDI environment and autowires the fields / setters of its subclasses.

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

Type Members

  1. type _$1

    Attributes
    abstract
    Definition Classes
    ExceptionBaseMatchers
  2. type _$2

    Attributes
    abstract
    Definition Classes
    AnyBeHaveMatchers
  3. type _$5

    Attributes
    abstract
    Definition Classes
    AnyBeHaveMatchers

Value Members

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

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

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

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

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

    Attributes
    final
    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. def == (arg0: AnyRef): Boolean

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

    Attributes
    final
    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 =~ (t: ⇒ String): BeMatching

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    FileBeHaveMatchers
  35. def aDirectoryPath : PathMatcher

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

    Definition Classes
    FileBeHaveMatchers
  37. def aFilePath : PathMatcher

    Definition Classes
    PathBeHaveMatchers
  38. def aHiddenPath : PathMatcher

    Definition Classes
    PathBeHaveMatchers
  39. def aReadablePath : PathMatcher

    Definition Classes
    PathBeHaveMatchers
  40. def aWritablePath : PathMatcher

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

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

    Definition Classes
    FileBeHaveMatchers
  43. def action (a: ⇒ Any): Action

    Definition Classes
    FragmentsBuilder
  44. def addArguments (a: Arguments): Arguments

    Attributes
    protected
    Definition Classes
    FragmentsBuilder
  45. def addExample [T] (ex: ⇒ Example)(implicit arg0: (T) ⇒ Result): Example

    Attributes
    protected
    Definition Classes
    FragmentsBuilder
  46. def addFragments (fs: Fragments): Fragments

    Attributes
    protected
    Definition Classes
    FragmentsBuilder
  47. def addFragments [T] (s: String, fs: ⇒ T, word: String): Fragments

    Attributes
    protected
    Definition Classes
    FragmentsBuilder
  48. implicit def akaMust [T] (tm: Expectable[T]): MustExpectable[T]

    Attributes
    implicit
    Definition Classes
    MustThrownExpectations → MustExpectations
  49. implicit def akaShould [T] (tm: Expectable[T]): ShouldExpectable[T]

    Attributes
    implicit
    Definition Classes
    ShouldThrownExpectations → ShouldExpectations
  50. def anAbsolutePath : PathMatcher

    Definition Classes
    PathBeHaveMatchers
  51. def anError : Error

    Definition Classes
    StandardResults
  52. def anExistingPath : PathMatcher

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

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

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

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

    Attributes
    implicit
    Definition Classes
    AnyBeHaveMatchers
  57. def append (path: String)(function: (Writer) ⇒ Unit): Unit

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

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

    Definition Classes
    FileWriter
  60. 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], sequential: ArgProperty[Boolean], xonly: ArgProperty[Boolean], showOnly: ArgProperty[String], color: ArgProperty[Boolean], noindent: ArgProperty[Boolean], markdown: ArgProperty[Boolean]): Arguments

    Definition Classes
    ArgumentsArgs → ArgumentsArgs
  61. lazy val args : ArgumentsNamespaceMutable

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

    Attributes
    implicit
    Definition Classes
    FragmentsBuilder
  63. def asAbsolutePath (name: String): PathMatcher

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

    Definition Classes
    PathBeHaveMatchers
  65. def asInstanceOf [T0] : T0

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

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

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

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

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

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

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

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

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

    Definition Classes
    FileBaseMatchers
  75. def beADirectoryPath : PathMatcher

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

    Definition Classes
    FileBaseMatchers
  77. def beAFilePath : PathMatcher

    Definition Classes
    PathBaseMatchers
  78. def beAHiddenPath : PathMatcher

    Definition Classes
    PathBaseMatchers
  79. def beAReadablePath : PathMatcher

    Definition Classes
    PathBaseMatchers
  80. def beAWritablePath : PathMatcher

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

    Definition Classes
    FileBaseMatchers
  82. def beAnAbsolutePath : PathMatcher

    Definition Classes
    PathBaseMatchers
  83. def beAnExistingPath : PathMatcher

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyBeHaveMatchers
  106. def beMatching (t: ⇒ String): BeMatching

    Definition Classes
    StringBaseMatchers
  107. def beNone : Matcher[Option[Any]]

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyBaseMatchers
  117. def beTrue : BeTrueMatcher

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    implicit
    Definition Classes
    AutoExamples
  134. implicit def booleanFragments (expression: ⇒ Boolean): Fragments

    Attributes
    implicit
    Definition Classes
    AutoExamples
  135. implicit def booleanFragmentsFragment (expression: ⇒ Boolean): BooleanResultFragment

    Attributes
    implicit
    Definition Classes
    AutoExamples
  136. def br : Br

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

    Definition Classes
    FormattingFragments
  138. def bt : Backtab

    Definition Classes
    FormattingFragments
  139. implicit def canBeEqual [T] (t: ⇒ T): CanBeEqual[T]

    Attributes
    implicit
    Definition Classes
    Expectations
  140. def canRead (path: String): Boolean

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

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

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

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

    Attributes
    protected
    Definition Classes
    ThrownExpectations → Expectations
  145. def clone (): AnyRef

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

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

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

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

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

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

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

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

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

    Definition Classes
    TraversableBaseMatchers
  155. def containMatch [T] (t: ⇒ String): ContainLikeMatcher[T]

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

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

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

    Attributes
    implicit
    Definition Classes
    SpecificationFeatures
  159. def copy (input: InputStream, output: OutputStream): Unit

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    ShouldThrownExpectations → ShouldExpectations
  172. implicit def debug [T] (t: ⇒ T): Debuggable[T]

    Attributes
    implicit
    Definition Classes
    Debug
  173. val defaultContext : Context

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

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

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

    Definition Classes
    FileWriter
  177. def descFromExpectations : Arguments

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

    Attributes
    implicit
    Definition Classes
    Expectations
  179. implicit def described (s: String): Described

    Attributes
    implicit
    Definition Classes
    FragmentsBuilder
  180. def diffs (show: Boolean, separators: String, triggerSize: Int, diffRatio: Int, shortenSize: Int, full: Boolean): Arguments

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

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

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

    Attributes
    implicit
    Definition Classes
    Contexts
  184. def done : Success

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

    Attributes
    implicit
    Definition Classes
    RegexSteps
  186. def empty [T <: Any { def isEmpty: Boolean }] : Matcher[T]

    Definition Classes
    AnyBeHaveMatchers
  187. def end : End

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

    Definition Classes
    StringBaseMatchers
  189. def endbr : Fragments

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

    Definition Classes
    StringBeHaveMatchers
  191. def endp : Fragments

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

    Attributes
    final
    Definition Classes
    AnyRef
  193. def equalTo [T] (t: ⇒ T): BeEqualTo

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

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

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

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

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

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

    Definition Classes
    EventuallyMatchers
  200. implicit def exampleFactory : ExampleFactory

    Attributes
    implicit
    Definition Classes
    ExamplesFactory → ExamplesFactory
  201. def exclude (tags: String): Arguments

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

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

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

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

    Definition Classes
    FileWriter
  206. def failure : Failure

    Definition Classes
    StandardResults
  207. def failure (f: Failure): Nothing

    Attributes
    protected
    Definition Classes
    ThrownExpectations
  208. def failure (m: String): Nothing

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

    Definition Classes
    FileSystem
  210. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  211. def find (a: String): FindMatcher

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

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

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

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

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

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

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

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

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

    Attributes
    implicit
    Definition Classes
    FragmentsBuilder
  221. def freetext : Arguments

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

    Attributes
    implicit
    Definition Classes
    MatchersImplicits
  223. def fullStackTrace : Arguments

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

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

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

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

    Attributes
    implicit
    Definition Classes
    MatchersImplicits
  228. def getAbsolutePath (path: String): String

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  231. def getName (path: String): String

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

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

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

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

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

    Definition Classes
    NumericBaseMatchers
  237. def hashCode (): Int

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    FileBaseMatchers
  249. def haveName [T <: AnyRef { def getPath(): String }] (name: String): Matcher[T]

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    FileBeHaveMatchers
  260. implicit def inExample (s: String): InExample

    Attributes
    implicit
    Definition Classes
    FragmentsBuilder
  261. implicit def inScope (s: Scope): Success

    Attributes
    implicit
    Definition Classes
    FragmentsBuilder
  262. def include (tags: String): Arguments

    Definition Classes
    ArgumentsShortcuts
  263. def include (f: Fragments): FragmentsFragment

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

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

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

    Attributes
    implicit
    Definition Classes
    SpecificationInclusion
  267. def includeAlsoTrace (patterns: String*): IncludeExcludeStackTraceFilter

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

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

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

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

    Definition Classes
    AnyBeHaveMatchers
  272. def is : Fragments

    Definition Classes
    Specification → Specification → SpecificationStructure
  273. def isAbsolute (path: String): Boolean

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

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

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

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

    Definition Classes
    FileSystem
  278. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  279. implicit def javaCollectionIsSized [T <: java.util.Collection[_]] : Sized[T]

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

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

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

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

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

    Attributes
    implicit
    Definition Classes
    LazyParameters
  285. def left [T] : LeftMatcher[Nothing]

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

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

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

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

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

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

    Definition Classes
    AnyBeHaveMatchers
  292. def link (s: SpecificationStructure): Fragments

    Definition Classes
    FragmentsBuilder → FragmentsBuilder
  293. def link (f: Fragments): Fragments

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

    Definition Classes
    FragmentsBuilder
  295. def listFiles (path: String): List[String]

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

    Definition Classes
    PathBaseMatchers
  297. def literate : Arguments

    Definition Classes
    ArgumentsShortcuts
  298. def loadXhtmlFile (filePath: String): NodeSeq

    Definition Classes
    FileReader
  299. def loadXmlFile (filePath: String): NodeSeq

    Definition Classes
    FileReader
  300. implicit def longToRichLong (v: Long): RichLong

    Attributes
    implicit
    Definition Classes
    TimeConversions
  301. def map (fs: ⇒ Fragments): Fragments

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

    Attributes
    implicit
    Definition Classes
    AutoExamples
  303. implicit def matchFragments (expression: ⇒ org.specs2.matcher.MatchResult[_]): Fragments

    Attributes
    implicit
    Definition Classes
    AutoExamples
  304. implicit def matchFragmentsFragment (expression: ⇒ org.specs2.matcher.MatchResult[_]): MatchResultFragment

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

    Attributes
    implicit
    Definition Classes
    MatchersImplicits
  306. implicit def matcherFunction [S, T] (f: (S) ⇒ Matcher[T]): MatcherFunction[S, T]

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

    Attributes
    implicit
    Definition Classes
    MatchersImplicits
  308. def matching (t: ⇒ String): BeMatching

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  312. def nocolor : Arguments

    Definition Classes
    ArgumentsShortcuts
  313. def noindent : Arguments

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

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

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

    Definition Classes
    AnyBaseMatchers
  317. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  318. def notifyAll (): Unit

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

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

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

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

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

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

    Attributes
    implicit
    Definition Classes
    SpecificationFeatures
  325. def p : Fragments

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

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

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

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

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

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

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

    Definition Classes
    FileBeHaveMatchers
  333. def pending : Pending

    Definition Classes
    StandardResults
  334. def plan : Arguments

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

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

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

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

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

    Attributes
    implicit
    Definition Classes
    AutoExamples
  340. implicit def resultFragments (expression: ⇒ Result): Fragments

    Attributes
    implicit
    Definition Classes
    AutoExamples
  341. implicit def resultFragmentsFragment (expression: ⇒ Result): ResultFragment

    Attributes
    implicit
    Definition Classes
    AutoExamples
  342. def right [T] : RightMatcher[Nothing]

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

    Definition Classes
    EitherBaseMatchers
  344. implicit def scalaArrayIsSized [T] : Sized[Array[T]]

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

    Attributes
    implicit
    Definition Classes
    TraversableBaseMatchers
  346. def see (s: SpecificationStructure): Fragments

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

    Definition Classes
    FragmentsBuilder
  348. implicit def seqToResult [T] (r: Seq[MatchResult[T]]): Result

    Attributes
    implicit
    Definition Classes
    MatchersImplicits
  349. def sequential : Arguments

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

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

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

    Attributes
    implicit
    Definition Classes
    TraversableBeHaveMatchers
  353. def skipAll : Arguments

    Definition Classes
    ArgumentsShortcuts
  354. def skipped : Skipped

    Definition Classes
    StandardResults
  355. def skipped (s: Skipped): Nothing

    Attributes
    protected
    Definition Classes
    ThrownExpectations
  356. def skipped (m: String): Nothing

    Attributes
    protected
    Definition Classes
    ThrownExpectations
  357. def some [T] : SomeMatcher[T]

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

    Definition Classes
    OptionBaseMatchers
  359. def sorted [T] (implicit arg0: Ordering[T]): OrderingMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  360. var specFragments : Fragments

    Attributes
    protected[specs2]
    Definition Classes
    FragmentsBuilder
  361. def startWith (t: ⇒ String): Matcher[String]

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

    Definition Classes
    StringBeHaveMatchers
  363. def step (a: ⇒ Any): Step

    Definition Classes
    FragmentsBuilder
  364. def stopOnFail : Arguments

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

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

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

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

    Attributes
    implicit
    Definition Classes
    FragmentsBuilder
  369. def success : Success

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  372. def t (n: Int): Tab

    Definition Classes
    FormattingFragments
  373. def t : Tab

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

    Attributes
    implicit
    Definition Classes
    FragmentsBuilder → FragmentsBuilder
  375. implicit def textStart (s: String): Fragments

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ExceptionBaseMatchers
  386. implicit def title (s: String): MutableSpecTitle

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

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

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

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

    Attributes
    implicit
    Definition Classes
    AnyBeHaveMatchers
  391. implicit def toEitherResultMatcher [L, R] (result: MatchResult[Either[L, R]]): EitherResultMatcher[L, R]

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

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

    Attributes
    implicit
    Definition Classes
    FileBeHaveMatchers
  394. implicit def toMapKeyResultMatcher [K] (result: MatchResult[Iterable[(K, Any)]]): MapKeyResultMatcher[K]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    implicit
    Definition Classes
    MatchersImplicits
  411. def toString (): String

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

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

    Attributes
    implicit
    Definition Classes
    XmlBeHaveMatchers
  414. def todo : Pending

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

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

    Attributes
    implicit
    Definition Classes
    MatchersImplicits
  417. def typedEqualTo [T] (t: ⇒ T): BeTypedEqualTo[T]

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

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

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

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

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

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

    Attributes
    implicit
    Definition Classes
    MatchersImplicits
  424. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  427. def was (s: String): Arguments

    Definition Classes
    ArgumentsShortcuts
  428. def wasIssue : Arguments

    Definition Classes
    ArgumentsShortcuts
  429. def wontdo : Success

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

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

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

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

    Definition Classes
    FileWriter
  434. def xonly : Arguments

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

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

    Definition Classes
    NumericBaseMatchers

Inherited from SpecificationEnvironment

Inherited from SpecificationContext

Inherited from Specification

Inherited from SpecificationFeatures

Inherited from Debug

Inherited from Contexts

Inherited from PendingUntilFixed

Inherited from TimeConversions

Inherited from AutoExamples

Inherited from StandardMatchResults

Inherited from StandardResults

Inherited from FormattingFragments

Inherited from ShouldThrownMatchers

Inherited from ShouldThrownExpectations

Inherited from ShouldExpectations

Inherited from MustThrownMatchers

Inherited from MustThrownExpectations

Inherited from MustExpectations

Inherited from ThrownExpectations

Inherited from Matchers

Inherited from MatchersImplicits

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 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 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 ArgumentsArgs

Inherited from ArgProperties

Inherited from SpecificationInclusion

Inherited from SpecificationInclusion

Inherited from FragmentsBuilder

Inherited from ExamplesFactory

Inherited from FragmentsBuilder

Inherited from ExamplesFactory

Inherited from RegexSteps

Inherited from SpecificationStructure

Inherited from AnyRef

Inherited from Any