org.specs2.spring.web

Specification

trait Specification extends Specification

The Spring-based web application testing trait. It works just like the plain {{org.specs2.spring.Specification}}, but allows you to test the user interface (read the servlet side) of your Spring application as well.

@WebContextConfiguration(
  webContextLocations = Array("/WEB-INF/sw-servlet.xml"),
  contextLocations = Array("classpath*:/META-INF/spring/module-context.xml"))
@Transactional
class IndexControllerTest extends Specification {
  // the post, get, put, delete methods
}

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

  7. def */ (pair: (String, Any)): JsonDeepPairMatcher

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  15. def ==/ (node: Elem): EqualIgnoringSpaceMatcher

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

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

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

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

    Definition Classes
    AnyBaseMatchers
  20. def =~ (t: ⇒ String): BeMatching

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    FileBeHaveMatchers
  36. def aDirectoryPath : PathMatcher

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

    Definition Classes
    FileBeHaveMatchers
  38. def aFilePath : PathMatcher

    Definition Classes
    PathBeHaveMatchers
  39. def aHiddenPath : PathMatcher

    Definition Classes
    PathBeHaveMatchers
  40. def aReadablePath : PathMatcher

    Definition Classes
    PathBeHaveMatchers
  41. def aWritablePath : PathMatcher

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

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

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

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

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

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

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

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

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

    Attributes
    implicit
    Definition Classes
    ShouldThrownExpectations → 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]

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

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

    Attributes
    implicit
    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], sequential: ArgProperty[Boolean], xonly: ArgProperty[Boolean], showOnly: ArgProperty[String], color: ArgProperty[Boolean], noindent: ArgProperty[Boolean], markdown: ArgProperty[Boolean]): Arguments

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

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

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

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

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

    Attributes
    final
    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

    Attributes
    implicit
    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 beDefinedAt [K] (values: K*): Matcher[PartialFunction[K, Any]]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyBaseMatchers
  118. def beTrue : BeTrueMatcher

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    implicit
    Definition Classes
    AutoExamples
  137. def br : Br

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

    Definition Classes
    FormattingFragments
  139. def bt : Backtab

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    implicit
    Definition Classes
    Debug
  174. val defaultContext : Context

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

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

    Definition Classes
    MapBeHaveMatchers
  177. def delete : RR

    Returns the {{RR}} instance that can be passed to the companion objects that perform the HTTP DELETE operation

  178. def delete (path: String): Boolean

    Definition Classes
    FileWriter
  179. def descFromExpectations : Arguments

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

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

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

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

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

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

    Attributes
    implicit
    Definition Classes
    Contexts
  186. def done : Success

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

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

    Definition Classes
    AnyBeHaveMatchers
  189. def end : End

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

    Definition Classes
    StringBaseMatchers
  191. def endbr : Fragments

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

    Definition Classes
    StringBeHaveMatchers
  193. def endp : Fragments

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

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

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

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

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

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

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

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

    Definition Classes
    EventuallyMatchers
  202. implicit def exampleFactory : ExampleFactory

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

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

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

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

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

    Definition Classes
    FileWriter
  208. def failure : Failure

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

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

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

    Definition Classes
    FileSystem
  212. def finalize (): Unit

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

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

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

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

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

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

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

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

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

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

    Attributes
    implicit
    Definition Classes
    FragmentsBuilder
  223. def freetext : Arguments

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

    Attributes
    implicit
    Definition Classes
    MatchersImplicits
  225. def fullStackTrace : Arguments

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

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

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

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

    Attributes
    implicit
    Definition Classes
    MatchersImplicits
  230. def get : RR

    Returns the {{RR}} instance that can be passed to the companion objects that perform the HTTP GET operation

  231. def getAbsolutePath (path: String): String

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

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

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

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

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

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

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

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

    Definition Classes
    NumericBaseMatchers
  240. def hashCode (): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyBeHaveMatchers
  275. def is : Fragments

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    PathBaseMatchers
  300. def literate : Arguments

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  315. def nocolor : Arguments

    Definition Classes
    ArgumentsShortcuts
  316. def noindent : Arguments

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

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

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

    Definition Classes
    AnyBaseMatchers
  320. def notify (): Unit

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

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

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

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

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

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

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

    Attributes
    implicit
    Definition Classes
    SpecificationFeatures
  328. def p : Fragments

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

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

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

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

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

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

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

    Definition Classes
    FileBeHaveMatchers
  336. def pending : Pending

    Definition Classes
    StandardResults
  337. def plan : Arguments

    Definition Classes
    ArgumentsShortcuts
  338. def post : RR

    Returns the {{RR}} instance that can be passed to the companion objects that perform the HTTP POST operation

  339. def put : RR

    Returns the {{RR}} instance that can be passed to the companion objects that perform the HTTP PUT operation

  340. def readFile (path: String): String

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    implicit
    Definition Classes
    MatchersImplicits
  354. def sequential : Arguments

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

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

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

    Attributes
    implicit
    Definition Classes
    TraversableBeHaveMatchers
  358. def skipAll : Arguments

    Definition Classes
    ArgumentsShortcuts
  359. def skipped : Skipped

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

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

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

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

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

    Definition Classes
    TraversableBaseMatchers
  365. var specFragments : Fragments

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

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

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

    Definition Classes
    FragmentsBuilder
  369. def stopOnFail : Arguments

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

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

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

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

    Attributes
    implicit
    Definition Classes
    FragmentsBuilder
  374. def success : Success

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

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

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

    Definition Classes
    FormattingFragments
  378. def t : Tab

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    implicit
    Definition Classes
    XmlBeHaveMatchers
  419. def todo : Pending

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ArgumentsShortcuts
  433. def wasIssue : Arguments

    Definition Classes
    ArgumentsShortcuts
  434. def wontdo : Success

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

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

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

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

    Definition Classes
    FileWriter
  439. def xonly : Arguments

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

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

    Definition Classes
    NumericBaseMatchers

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