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

Type Members

  1. abstract type _$1

    Definition Classes
    ExceptionBaseMatchers
  2. abstract type _$2

    Definition Classes
    AnyBeHaveMatchers
  3. abstract type _$5

    Definition Classes
    AutoExamplesLowImplicits

Value Members

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  6. def *: RR

  7. implicit def ***If you see this message this means that you've forgotten an operator after the description string: you should write "example" >> result ***(s: String): WarningForgottenOperator

    Definition Classes
    FragmentsBuilder
  8. def */(pair: (String, Any)): JsonDeepPairMatcher

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    NumericBaseMatchers
  26. def >>(fs: Fragments): Fragments

    Attributes
    protected
    Definition Classes
    FragmentsBuilder
  27. implicit def RegexFragmentToFragments(r: RegexFragment): Fragments

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

    Definition Classes
    NumericBaseMatchers
  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 \\(label: String, attributeValues1: (String, String), attributeValues: (String, String)*): XmlMatcher

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

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

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

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

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

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

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

    Definition Classes
    FileBeHaveMatchers
  42. def aDirectoryPath: PathMatcher

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

    Definition Classes
    FileBeHaveMatchers
  44. def aFilePath: PathMatcher

    Definition Classes
    PathBeHaveMatchers
  45. def aHiddenPath: PathMatcher

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

    Definition Classes
    AutoExamplesLowImplicits
  47. def aReadablePath: PathMatcher

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

    Definition Classes
    AutoExamplesLowImplicits
  49. def aWritablePath: PathMatcher

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

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

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

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

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

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

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

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

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

    Definition Classes
    ShouldThrownExpectations → ShouldExpectations
  59. def anAbsolutePath: PathMatcher

    Definition Classes
    PathBeHaveMatchers
  60. def anError: Error

    Definition Classes
    StandardResults
  61. def anExistingPath: PathMatcher

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    FileBaseMatchers
  84. def beADirectoryPath: PathMatcher

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

    Definition Classes
    FileBaseMatchers
  86. def beAFilePath: PathMatcher

    Definition Classes
    PathBaseMatchers
  87. def beAHiddenPath: PathMatcher

    Definition Classes
    PathBaseMatchers
  88. def beAReadablePath: PathMatcher

    Definition Classes
    PathBaseMatchers
  89. def beAWritablePath: PathMatcher

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

    Definition Classes
    FileBaseMatchers
  91. def beAnAbsolutePath: PathMatcher

    Definition Classes
    PathBaseMatchers
  92. def beAnExistingPath: PathMatcher

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyBaseMatchers
  128. def beTrue: BeTrueMatcher

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AutoExamplesLowImplicits
  147. def br: Br

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

    Definition Classes
    FormattingFragments → FormattingFragments
  149. def bt: Backtab

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ThrownExpectations → Expectations
  181. def createFile(path: String): AnyVal

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

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

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

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

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

    Definition Classes
    Debug
  187. val defaultContext: Context

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

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

    Definition Classes
    MapBeHaveMatchers
  190. def delete: RR

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

  191. def delete(path: String): Boolean

    Definition Classes
    FileWriter
  192. def descFromExpectations: Arguments

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

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

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

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

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

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

    Definition Classes
    Contexts
  199. def done: Success

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

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

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

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

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

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

    Definition Classes
    AnyBeHaveMatchers
  206. def end: End

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

    Definition Classes
    StringBaseMatchers
  208. def endbr: Fragments

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

    Definition Classes
    StringBeHaveMatchers
  210. def endp: Fragments

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

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

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

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

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

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

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

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

    Definition Classes
    EventuallyMatchers
  219. implicit def exampleFactory: ExampleFactory

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

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

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

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

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

    Definition Classes
    FileWriter
  225. def failure: Failure

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

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

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

    Definition Classes
    FileSystem
  229. def finalize(): Unit

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

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

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

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

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

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

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

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

    Definition Classes
    MatchersImplicits
  238. implicit def fragmentAndFormattingFragment[T <: Fragment](f: ⇒ T): FragmentAndFormattingFragment[T]

    Definition Classes
    FormattingFragments
  239. implicit def fragmentFragments(f: ⇒ Fragment): FragmentsFragment

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

    Definition Classes
    FragmentsBuilder
  241. implicit def fragmentsAndFormattingFragment(f: ⇒ Fragments): FragmentsAndFormattingFragment

    Definition Classes
    FormattingFragments
  242. implicit def fragmentsFragmentAndFormattingFragment(f: ⇒ FragmentsFragment): FragmentsFragmentAndFormattingFragment

    Definition Classes
    FormattingFragments
  243. implicit def fragmentsFragmentToFragments(fs: FragmentsFragment): Fragments

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

    Definition Classes
    FragmentsBuilder
  245. def freetext: Arguments

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

    Definition Classes
    MatchersImplicits
  247. def fullStackTrace: Arguments

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

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

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

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

    Definition Classes
    MatchersImplicits
  252. def get: RR

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

  253. def getAbsolutePath(path: String): String

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

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

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

    Attributes
    protected
    Definition Classes
    AutoExamples → AutoExamplesLowImplicits
  257. def getName(path: String): String

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

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

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

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

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

    Definition Classes
    NumericBaseMatchers
  263. implicit def gwtToFragment(s: String): GWTToFragment

    Definition Classes
    FragmentsBuilder
  264. def hashCode(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyBeHaveMatchers
  301. def is: Fragments

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

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

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

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

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

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

    Definition Classes
    Any
  308. def isolated: Arguments

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    PathBaseMatchers
  328. def literate: Arguments

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  346. def nocolor: Arguments

    Definition Classes
    ArgumentsShortcuts
  347. def noindent: Arguments

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    SpecificationFeatures
  359. def p: Fragments

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

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

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

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

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

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

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

    Definition Classes
    FileBeHaveMatchers
  367. def pending: Pending

    Definition Classes
    StandardResults
  368. def pending(s: Pending): Nothing

    Attributes
    protected
    Definition Classes
    ThrownExpectations
  369. def pending(m: String): Nothing

    Attributes
    protected
    Definition Classes
    ThrownExpectations
  370. def plan: Arguments

    Definition Classes
    ArgumentsShortcuts
  371. def post: RR

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

  372. def put: RR

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

  373. def readFile(path: String): String

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TraversableBaseMatchers
  384. def see(s: SpecificationStructure): Fragments

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

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

    Definition Classes
    MatchersImplicits
  387. def sequential: Arguments

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

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

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

    Definition Classes
    TraversableBeHaveMatchers
  391. def skipAll: Arguments

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

    Definition Classes
    ArgumentsShortcuts
  393. def skipped: Skipped

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

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

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

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

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

    Definition Classes
    TraversableBaseMatchers
  399. var specFragments: Fragments

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

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

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

    Definition Classes
    FragmentsBuilder
  403. def stopOnFail: Arguments

    Definition Classes
    ArgumentsShortcuts
  404. def stopOnSkip: Arguments

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

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

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

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

    Definition Classes
    FragmentsBuilder
  409. def success: Success

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

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

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

    Definition Classes
    FormattingFragments → FormattingFragments
  413. def t: Tab

    Definition Classes
    FormattingFragments → FormattingFragments
  414. implicit def text(s: String): MutableSpecText

    Definition Classes
    FragmentsBuilder
  415. implicit def textAndFormattingFragment(s: ⇒ String): TextAndFormattingFragment

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    MatchersImplicits
  453. def toString(): String

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

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

    Definition Classes
    XmlBeHaveMatchers
  456. def todo: Pending

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ArgumentsShortcuts
  471. def wasIssue: Arguments

    Definition Classes
    ArgumentsShortcuts
  472. def wontdo: Success

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

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

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

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

    Definition Classes
    FileWriter
  477. def xonly: Arguments

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

    Definition Classes
    NumericBaseMatchers
  479. 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 AutoExamples

Inherited from AutoExamplesLowImplicits

Inherited from StandardMatchResults

Inherited from StandardResults

Inherited from FormattingFragments

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 CanBeEqual

Inherited from XmlMatchers

Inherited from XmlBeHaveMatchers

Inherited from XmlBaseMatchers

Inherited from StringMatchers

Inherited from StringBeHaveMatchers

Inherited from StringBaseMatchers

Inherited from MapMatchers

Inherited from MapBeHaveMatchers

Inherited from MapBaseMatchers

Inherited from TraversableMatchers

Inherited from TraversableBeHaveMatchers

Inherited from TraversableBaseMatchers

Inherited from LazyParameters

Inherited from AnyMatchers

Inherited from AnyBeHaveMatchers

Inherited from AnyBaseMatchers

Inherited from ArgumentsShortcuts

Inherited from ArgumentsArgs

Inherited from 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