org.scalatra.test.specs

ScalatraSpecification

trait ScalatraSpecification extends Specification with ScalatraTests

A Specification that starts the tester before the specification and stops it afterward.

Linear Supertypes
ScalatraTests, Specification, Contexts, BeforeAfter, Console, OutputReporter, Reporter, ConsoleLog, Log, ConsoleOutput, Output, SpecsFilter, SpecsHolder, FailOrSkip, Expectations, DetailedFailures, ExpectableFactory, FailureFactory, SuccessValues, OrResults, Matchers, EventuallyMatchers, specs.matcher.MatcherResult, FileMatchers, FileBeHaveMatchers, FileBaseMatchers, PathMatchers, PathBeHaveMatchers, PathBaseMatchers, FileSystem, FileWriter, FileReader, XmlMatchers, XmlBeHaveMatchers, XmlBaseMatchers, PatternMatchers, PatternBeHaveMatchers, PatternBaseMatchers, EitherMatchers, EitherBeHaveMatchers, EitherBaseMatchers, NumericMatchers, NumericBeHaveMatchers, NumericBaseMatchers, MapMatchers, MapBeHaveMatchers, MapBaseMatchers, IterableMatchers, IterableBeHaveMatchers, IterableBaseMatchers, StringMatchers, StringBeHaveMatchers, StringBaseMatchers, LogicalMatchers, AnyMatchers, AnyBeHaveMatchers, AnyBaseMatchers, StructuralMatchers, BaseSpecification, ComposedSpecifications, LazyParameters, SpecificationConfiguration, LinkedSpecification, HasResults, Tagged, ExampleExpectationsListener, ExpectationsListener, SpecificationExecutor, LifeCycle, SequentialExecution, SpecificationSystems, TreeNode, Tree[TreeNode], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalatraSpecification
  2. ScalatraTests
  3. Specification
  4. Contexts
  5. BeforeAfter
  6. Console
  7. OutputReporter
  8. Reporter
  9. ConsoleLog
  10. Log
  11. ConsoleOutput
  12. Output
  13. SpecsFilter
  14. SpecsHolder
  15. FailOrSkip
  16. Expectations
  17. DetailedFailures
  18. ExpectableFactory
  19. FailureFactory
  20. SuccessValues
  21. OrResults
  22. Matchers
  23. EventuallyMatchers
  24. MatcherResult
  25. FileMatchers
  26. FileBeHaveMatchers
  27. FileBaseMatchers
  28. PathMatchers
  29. PathBeHaveMatchers
  30. PathBaseMatchers
  31. FileSystem
  32. FileWriter
  33. FileReader
  34. XmlMatchers
  35. XmlBeHaveMatchers
  36. XmlBaseMatchers
  37. PatternMatchers
  38. PatternBeHaveMatchers
  39. PatternBaseMatchers
  40. EitherMatchers
  41. EitherBeHaveMatchers
  42. EitherBaseMatchers
  43. NumericMatchers
  44. NumericBeHaveMatchers
  45. NumericBaseMatchers
  46. MapMatchers
  47. MapBeHaveMatchers
  48. MapBaseMatchers
  49. IterableMatchers
  50. IterableBeHaveMatchers
  51. IterableBaseMatchers
  52. StringMatchers
  53. StringBeHaveMatchers
  54. StringBaseMatchers
  55. LogicalMatchers
  56. AnyMatchers
  57. AnyBeHaveMatchers
  58. AnyBaseMatchers
  59. StructuralMatchers
  60. BaseSpecification
  61. ComposedSpecifications
  62. LazyParameters
  63. SpecificationConfiguration
  64. LinkedSpecification
  65. HasResults
  66. Tagged
  67. ExampleExpectationsListener
  68. ExpectationsListener
  69. SpecificationExecutor
  70. LifeCycle
  71. SequentialExecution
  72. SpecificationSystems
  73. TreeNode
  74. Tree
  75. AnyRef
  76. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class AddableTuple extends AnyRef

    Definition Classes
    OutputReporter
  2. class AnyEmptyResultMatcher[S] extends AnyRef

    Definition Classes
    AnyBeHaveMatchers
  3. class AnyResultMatcher[T] extends AnyRef

    Definition Classes
    AnyBeHaveMatchers
  4. class AnySizeResultMatcher[S] extends AnyRef

    Definition Classes
    AnyBeHaveMatchers
  5. class ArrayResultMatcher[T] extends AnyRef

    Definition Classes
    IterableBeHaveMatchers
  6. abstract class CaseMatcher[T] extends Matcher[Option[T]]

    Definition Classes
    PatternBaseMatchers
  7. class ComposedSpecification extends AnyRef

    Definition Classes
    ComposedSpecifications
  8. class ContainerResultMatcher[T, C[T]] extends AnyRef

    Definition Classes
    IterableBeHaveMatchers
  9. class EitherResultMatcher[S, T] extends AnyRef

    Definition Classes
    EitherBeHaveMatchers
  10. class ElemResultMatcher extends AnyRef

    Definition Classes
    XmlBeHaveMatchers
  11. class ExampleSpecification extends AnyRef

    Definition Classes
    BaseSpecification
  12. class ExceptionClassMatcher[E <: Throwable] extends Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  13. class ExceptionMatcher[E <: Throwable] extends Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  14. class ExpectationCounter[T] extends AnyRef

    Definition Classes
    ExpectationsListener
  15. class FileResultMatcher[T <: AnyRef { def getPath(): String }] extends AnyRef

    Definition Classes
    FileBeHaveMatchers
  16. class FindMatcher[T <: String] extends Matcher[T]

    Definition Classes
    StringBaseMatchers
  17. class FindMatcherWithGroups[T <: String] extends Matcher[T]

    Definition Classes
    StringBaseMatchers
  18. class GroupResultMatcher extends AnyRef

    Definition Classes
    XmlBeHaveMatchers
  19. type HasIsEmptyMethod = Any { def isEmpty: Boolean }

    Definition Classes
    StructuralMatchers
  20. type HasSizeMethod = Any { def size: Int }

    Definition Classes
    StructuralMatchers
  21. class IterableResultMatcher[T] extends AnyRef

    Definition Classes
    IterableBeHaveMatchers
  22. class JavaMapResultMatcher[S, U] extends AnyRef

    Definition Classes
    MapBeHaveMatchers
  23. class ListResultMatcher[T] extends AnyRef

    Definition Classes
    IterableBeHaveMatchers
  24. class MapKeyResultMatcher[S, T] extends AnyRef

    Definition Classes
    MapBeHaveMatchers
  25. class MapResultMatcher[S, T] extends AnyRef

    Definition Classes
    MapBeHaveMatchers
  26. class MapValueResultMatcher[S, T] extends AnyRef

    Definition Classes
    MapBeHaveMatchers
  27. case class MatcherResult extends Product with Serializable

    Definition Classes
    MatcherResult
  28. class NodeIterableResultMatcher extends AnyRef

    Definition Classes
    XmlBeHaveMatchers
  29. class NodeSeqResultMatcher extends AnyRef

    Definition Classes
    XmlBeHaveMatchers
  30. class NumericalResultMatcher[S] extends AnyRef

    Definition Classes
    NumericBeHaveMatchers
  31. class OptionResultMatcher[T] extends AnyRef

    Definition Classes
    PatternBeHaveMatchers
  32. class OrResult[T] extends AnyRef

    Definition Classes
    OrResults
  33. class PartialFunctionResultMatcher[S, T] extends AnyRef

    Definition Classes
    MapBeHaveMatchers
  34. case class Path extends Product with Serializable

    Definition Classes
    FileBaseMatchers
  35. class PathResultMatcher extends AnyRef

    Definition Classes
    PathBeHaveMatchers
  36. class PatternResultMatcher[T] extends AnyRef

    Definition Classes
    PatternBeHaveMatchers
  37. class SeqMatcher[S, T] extends Matcher[Seq[T]]

    Definition Classes
    AnyBaseMatchers
  38. class SeqResultMatcher[T] extends AnyRef

    Definition Classes
    IterableBeHaveMatchers
  39. class SetMatcher[S, T] extends Matcher[Set[T]]

    Definition Classes
    AnyBaseMatchers
  40. class SetResultMatcher[T] extends AnyRef

    Definition Classes
    IterableBeHaveMatchers
  41. class ShortActions extends AnyRef

    Definition Classes
    BeforeAfter
  42. class ShortActions2 extends AnyRef

    Definition Classes
    BeforeAfter
  43. class SizeMatcher extends Matcher[HasSizeMethod]

    Definition Classes
    StructuralMatchers
  44. class SomeResultMatcher[T] extends AnyRef

    Definition Classes
    PatternBeHaveMatchers
  45. case class SpecContext extends Context with Product with Serializable

    Definition Classes
    Contexts
  46. class SpecifiedSus extends AnyRef

    Definition Classes
    SpecificationSystems
  47. class StringListResultMatcher extends AnyRef

    Definition Classes
    IterableBeHaveMatchers
  48. class StringResultMatcher extends AnyRef

    Definition Classes
    StringBeHaveMatchers
  49. case class ToContext extends Product with Serializable

    Definition Classes
    Contexts
  50. class ToMatcher[S, T] extends AnyRef

    Definition Classes
    AnyBaseMatchers
  51. class ToMatcher2[T] extends AnyRef

    Definition Classes
    AnyBaseMatchers

Value Members

  1. def !=(a: ⇒ Any)(implicit d: Detailed): Matcher[Any]

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

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

    Definition Classes
    Any
  4. def !=/(s: String): Matcher[String]

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

    Definition Classes
    AnyRef → Any
  6. def ::(s: Specification): List[Specification]

    Definition Classes
    Specification
  7. def ::(r: Reporter): List[Reporter]

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

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

    Definition Classes
    NumericBaseMatchers
  10. def ==(a: ⇒ Any)(implicit d: Detailed): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  11. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  13. def ==/(node: Seq[Node]): EqualIgnoringSpaceMatcher

    Definition Classes
    XmlBaseMatchers
  14. def ==/(s: String): BeEqualToIgnoringCase[String]

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

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

    Definition Classes
    NumericBaseMatchers
  17. val Debug: Int

    Definition Classes
    Log
  18. val Error: Int

    Definition Classes
    Log
  19. val Info: Int

    Definition Classes
    Log
  20. implicit def ToDelta[S](n: S): CanHaveDelta[S]

    Definition Classes
    NumericBaseMatchers
  21. val Warning: Int

    Definition Classes
    Log
  22. def \(label: String, attributeValues: (String, String)*): XmlMatcher

    Definition Classes
    XmlBaseMatchers
  23. def \(label: String, attributeValues: Map[String, String]): XmlMatcher

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

    Definition Classes
    XmlBaseMatchers
  25. def \(node: Node, attributeValues: Map[String, String]): XmlMatcher

    Definition Classes
    XmlBaseMatchers
  26. def \(label: String, attributes: List[String]): XmlMatcher

    Definition Classes
    XmlBaseMatchers
  27. def \(node: Node, attributes: List[String]): XmlMatcher

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

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

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

    Definition Classes
    XmlBaseMatchers
  31. def \\(label: String, attributeValues: Map[String, String]): XmlMatcher

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

    Definition Classes
    XmlBaseMatchers
  33. def \\(node: Node, attributeValues: Map[String, String]): XmlMatcher

    Definition Classes
    XmlBaseMatchers
  34. def \\(label: String, attributes: List[String]): XmlMatcher

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

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

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

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

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

    Definition Classes
    FileBeHaveMatchers
  40. def absolutePath: Matcher[String]

    Definition Classes
    PathBeHaveMatchers
  41. def accept(t: Tag*): ScalatraSpecification.this.type

    Definition Classes
    Tagged
  42. def acceptAnyTag: ScalatraSpecification.this.type

    Definition Classes
    Tagged
  43. def acceptTag(s: String*): ScalatraSpecification.this.type

    Definition Classes
    Tagged
  44. def acceptTags(s: String*): ScalatraSpecification.this.type

    Definition Classes
    Tagged
  45. implicit def adapt[T, S](m: Matcher[T])(implicit c: (S) ⇒ T): Matcher[S]

    Definition Classes
    AnyBaseMatchers
  46. def addChild(t: TreeNode): Unit

    Definition Classes
    Tree
  47. def addExpectation[T](expectable: Option[Expectable[T]]): Examples

    Definition Classes
    ExampleExpectationsListener
  48. def addExpectation: Examples

    Definition Classes
    ExampleExpectationsListener → ExpectationsListener
  49. def addFilter(filter: Class[_ <: Filter], path: String, dispatches: EnumSet[DispatcherType]): FilterHolder

    Definition Classes
    ScalatraTests
  50. def addFilter(filter: Class[_ <: Filter], path: String): FilterHolder

    Definition Classes
    ScalatraTests
  51. def addFilter(filter: Filter, path: String, dispatches: EnumSet[DispatcherType]): FilterHolder

    Definition Classes
    ScalatraTests
  52. def addFilter(filter: Filter, path: String): FilterHolder

    Definition Classes
    ScalatraTests
  53. def addServlet(servlet: Class[_ <: HttpServlet], path: String): ServletHolder

    Definition Classes
    ScalatraTests
  54. def addServlet(servlet: HttpServlet, path: String): Unit

    Definition Classes
    ScalatraTests
  55. def addTag(t: String): ScalatraSpecification.this.type

    Definition Classes
    Tagged
  56. def addTags(t: String*): ScalatraSpecification.this.type

    Definition Classes
    Tagged
  57. def addToSusVerb(complement: String): PrefixedExamples

    Definition Classes
    SpecificationSystems
  58. def afterContext(actions: ⇒ Any, predicate: ⇒ Boolean): Context

    Definition Classes
    Contexts
  59. def afterContext(actions: ⇒ Any): Context

    Definition Classes
    Contexts
  60. def afterExample(ex: Examples): Unit

    Definition Classes
    BaseSpecification → LifeCycle
  61. def afterExpectations(ex: Examples): Unit

    Definition Classes
    LifeCycle
  62. var afterSpec: Option[() ⇒ Any]

    Definition Classes
    BaseSpecification
  63. def allExamples: List[Examples]

    Definition Classes
    BaseSpecification
  64. def allSystems: List[Sus]

    Definition Classes
    BaseSpecification
  65. implicit def anyToExpectationCounter[T](a: ⇒ T): ExpectationCounter[T]

    Definition Classes
    ExpectationsListener
  66. def areSpecifiedBy(specifications: LazyParameter[Specification]*): Unit

    Definition Classes
    BaseSpecification
  67. def argValue(arguments: Array[String], argumentNames: List[String]): Option[String]

    Attributes
    protected
    Definition Classes
    Reporter
  68. def args: Array[String]

    Definition Classes
    Reporter
  69. def args_=(a: Array[String]): Unit

    Definition Classes
    Specification → Reporter
  70. def aroundExpectationsContext(actions: (⇒ Any) ⇒ Any): Context

    Definition Classes
    Contexts
  71. def asAbsolutePath(path: String): Matcher[String]

    Definition Classes
    PathBeHaveMatchers
  72. def asCanonicalPath(path: String): Matcher[String]

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

    Definition Classes
    Any
  74. def asNoneAs[T](a: ⇒ Option[T]): Matcher[Option[T]]

    Definition Classes
    PatternBeHaveMatchers
  75. def asNullAs[T](a: ⇒ T): Matcher[T]

    Definition Classes
    AnyBeHaveMatchers
  76. implicit def asPath(p: String): Path

    Definition Classes
    FileBaseMatchers
  77. def be[T]: BeVerbMatcher[T]

    Definition Classes
    AnyBeHaveMatchers
  78. def be(a: ⇒ Any): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  79. def beADirectoryPath: Matcher[String]

    Definition Classes
    PathBaseMatchers
  80. def beAFilePath: Matcher[String]

    Definition Classes
    PathBaseMatchers
  81. def beAHiddenPath: Matcher[String]

    Definition Classes
    PathBaseMatchers
  82. def beAReadablePath: Matcher[String]

    Definition Classes
    PathBaseMatchers
  83. def beAWritablePath: Matcher[String]

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

    Definition Classes
    FileBaseMatchers
  85. def beAlsoNone[T](a: ⇒ Option[T]): Matcher[Option[T]]

    Definition Classes
    PatternBaseMatchers
  86. def beAlsoNull[T](a: ⇒ T): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  87. def beAnAbsolutePath: Matcher[String]

    Definition Classes
    PathBaseMatchers
  88. def beAnExistingPath: Matcher[String]

    Definition Classes
    PathBaseMatchers
  89. def beAsNoneAs[T](a: ⇒ Option[T]): Matcher[Option[T]]

    Definition Classes
    PatternBaseMatchers
  90. def beAsNullAs[T](a: ⇒ T): Matcher[T]

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

    Definition Classes
    AnyBaseMatchers
  92. def beCloseTo[S](delta: Delta[S])(implicit d: (S) ⇒ Monoid[S], e: (S) ⇒ Ordered[S]): BeCloseTo[S]

    Definition Classes
    NumericBaseMatchers
  93. def beCloseTo[S](n: S, delta: S)(implicit d: (S) ⇒ Monoid[S], e: (S) ⇒ Ordered[S]): BeCloseTo[S]

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

    Definition Classes
    MapBaseMatchers
  95. def beDefinedBy[A, B](values: (A, B)*): Matcher[PartialFunction[A, B]]

    Definition Classes
    MapBaseMatchers
  96. def beDifferent[T](a: ⇒ T): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  97. def beDifferentFrom[T](a: ⇒ T): Matcher[T]

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

    Definition Classes
    FileBaseMatchers
  99. def beEmpty: Matcher[HasIsEmptyMethod]

    Definition Classes
    StructuralMatchers
  100. def beEqual[T](a: ⇒ T): BeEqualTo[T]

    Definition Classes
    AnyBaseMatchers
  101. def beEqualIgnoringSep(other: String): Matcher[String]

    Definition Classes
    PathBaseMatchers
  102. def beEqualTo[T](a: ⇒ T): BeEqualTo[T]

    Definition Classes
    AnyBaseMatchers
  103. def beEqualToIgnoringCase[T <: String](a: T): BeEqualToIgnoringCase[T]

    Definition Classes
    StringBaseMatchers
  104. def beEqualToIgnoringSep(other: String): Matcher[String]

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

    Definition Classes
    XmlBaseMatchers
  106. def beEqualToIgnoringSpace[T <: String](a: T): Matcher[T]

    Definition Classes
    StringBaseMatchers
  107. def beFalse[Boolean]: Matcher[Boolean]

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

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

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

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

    Definition Classes
    FileBaseMatchers
  112. def beIn[T](iterable: ⇒ Iterable[T]): Matcher[T]

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

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

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

    Definition Classes
    NumericBaseMatchers
  116. def beLike[T](pattern: ⇒ PartialFunction[T, Boolean]): Matcher[T]

    Definition Classes
    PatternBaseMatchers
  117. def beLikeA[T](pattern: ⇒ PartialFunction[T, Boolean]): Matcher[T]

    Definition Classes
    PatternBaseMatchers
  118. def beMatching[T <: String](a: T): Matcher[T]

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

    Definition Classes
    PatternBaseMatchers
  120. def beNull[T]: BeNull[T]

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

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

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

    Definition Classes
    EitherBaseMatchers
  124. def beSameSeqAs[T](s: ⇒ Seq[T])(implicit d: Detailed): specs.matcher.AnyMatchers.SeqMatcher[T, Any]

    Definition Classes
    IterableBaseMatchers
  125. def beSameSetAs[T](s: ⇒ Set[T])(implicit d: Detailed): specs.matcher.AnyMatchers.SetMatcher[T, Any]

    Definition Classes
    IterableBaseMatchers
  126. def beSome[T](expected: T): CaseMatcher[T]

    Definition Classes
    PatternBaseMatchers
  127. def beSome[T]: CaseMatcher[T]

    Definition Classes
    PatternBaseMatchers
  128. def beSomething: CaseMatcher[Any]

    Definition Classes
    PatternBaseMatchers
  129. def beTheSameSeqAs[T](s: ⇒ Seq[T])(implicit d: Detailed): specs.matcher.AnyMatchers.SeqMatcher[T, Any]

    Definition Classes
    IterableBaseMatchers
  130. def beTheSameSetAs[T](s: ⇒ Set[T])(implicit d: Detailed): specs.matcher.AnyMatchers.SetMatcher[T, Any]

    Definition Classes
    IterableBaseMatchers
  131. def beTrue: Matcher[Boolean]

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

    Definition Classes
    FileBaseMatchers
  133. def be_!=(a: ⇒ Any)(implicit d: Detailed): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  134. def be_!=/[T <: String](a: T): Matcher[T]

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

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

    Definition Classes
    NumericBaseMatchers
  137. def be_==(a: ⇒ Any)(implicit d: Detailed): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  138. def be_==/[T <: String](a: T): BeEqualToIgnoringCase[T]

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

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

    Definition Classes
    NumericBaseMatchers
  141. def beforeContext(actions: ⇒ Any, predicate: ⇒ Boolean): Context

    Definition Classes
    Contexts
  142. def beforeContext(actions: ⇒ Any): Context

    Definition Classes
    Contexts
  143. def beforeExample(ex: Examples): Unit

    Definition Classes
    BaseSpecification → LifeCycle
  144. def beforeExpectations(ex: Examples): Unit

    Definition Classes
    LifeCycle
  145. var beforeSpec: Option[() ⇒ Any]

    Definition Classes
    BaseSpecification
  146. def body: String

    Definition Classes
    ScalatraTests
  147. def canRead(path: String): Boolean

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

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

    Definition Classes
    FileBeHaveMatchers
  150. def childNodes: List[TreeNode]

    Definition Classes
    Tree
  151. def clearTags: ScalatraSpecification.this.type

    Definition Classes
    Tagged
  152. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  153. def closeTo[S](n: S, delta: S)(implicit d: (S) ⇒ Monoid[S], e: (S) ⇒ Ordered[S]): BeCloseTo[S]

    Definition Classes
    NumericBeHaveMatchers
  154. def connect[A](uri: String, params: Iterable[(String, String)], headers: Map[String, String])(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  155. def contain[T](a: T): Matcher[Iterable[Any]]

    Definition Classes
    IterableBaseMatchers
  156. def containAll[T](l: Iterable[T])(implicit details: Detailed): Matcher[Iterable[T]]

    Definition Classes
    IterableBaseMatchers
  157. def containInOrder[T](l: T*)(implicit details: Detailed): Matcher[Iterable[T]]

    Definition Classes
    IterableBaseMatchers
  158. def containMatch(pattern: String): Matcher[Iterable[String]]

    Definition Classes
    IterableBaseMatchers
  159. def containMatchOnlyOnce(pattern: String): Matcher[Iterable[String]]

    Definition Classes
    IterableBaseMatchers
  160. def contains(s: Any): Boolean

    Definition Classes
    BaseSpecification
  161. def context(b: ⇒ Any, a: ⇒ Any, predicate: ⇒ Boolean): Context

    Definition Classes
    Contexts
  162. def context(b: ⇒ Any, a: ⇒ Any): Context

    Definition Classes
    Contexts
  163. def contextFirst(actions: ⇒ Any): Context

    Definition Classes
    Contexts
  164. def contextLast(actions: ⇒ Any): Context

    Definition Classes
    Contexts
  165. def copy(input: InputStream, output: OutputStream): Unit

    Definition Classes
    FileSystem
  166. def copyDir(src: String, dest: String, tagged: Tagged): Unit

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

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

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

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

    Definition Classes
    FileSystem
  171. def copyResults(other: HasResults): ScalatraSpecification.this.type

    Definition Classes
    HasResults
  172. def copySpecResourcesDir(src: String, outputDir: String): Unit

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

    Definition Classes
    FileSystem
  174. def createFailure[T](message: String, result: Result[T]): Throwable with HasResult[T]

    Definition Classes
    ExpectableFactory → FailureFactory
  175. def createFile(path: String): AnyVal

    Definition Classes
    FileWriter
  176. def createSus(desc: String): Sus

    Attributes
    protected[org.specs]
    Definition Classes
    SpecificationSystems
  177. def debug(msg: ⇒ String): Unit

    Definition Classes
    Log
  178. implicit def declare(newName: String): ComposedSpecification

    Definition Classes
    ComposedSpecifications
  179. def definedAt[T](values: T*): Matcher[PartialFunction[T, Any]]

    Definition Classes
    MapBeHaveMatchers
  180. def definedBy[S, T](values: (S, T)*): Matcher[PartialFunction[S, T]]

    Definition Classes
    MapBeHaveMatchers
  181. def delete[A](uri: String, params: Iterable[(String, String)], headers: Map[String, String])(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  182. var description: String

    Definition Classes
    BaseSpecification
  183. def detailedDiffs(separators: String, startDiffSize: Int, shortenSize: Int): Unit

    Definition Classes
    DetailedFailures
  184. def detailedDiffs(separators: String, shortenSize: Int): Unit

    Definition Classes
    DetailedFailures
  185. def detailedDiffs(separators: String): Unit

    Definition Classes
    DetailedFailures
  186. def detailedDiffs(): Unit

    Definition Classes
    DetailedFailures
  187. implicit var detailedFailures: Detailed

    Definition Classes
    DetailedFailures
  188. def directory[T <: AnyRef { def getPath(): String }]: Matcher[AnyRef { def getPath(): String }]

    Definition Classes
    FileBeHaveMatchers
  189. def directoryPath: Matcher[String]

    Definition Classes
    PathBeHaveMatchers
  190. def displayHelp: Unit

    Attributes
    protected
    Definition Classes
    Reporter
  191. def displayOptions: Unit

    Attributes
    protected
    Definition Classes
    Reporter
  192. def displayOptionsDescription: Unit

    Attributes
    protected
    Definition Classes
    Reporter
  193. def displayUsage: Unit

    Attributes
    protected
    Definition Classes
    Reporter
  194. def doAfter(actions: ⇒ Any): Option[Unit]

    Definition Classes
    BeforeAfter
  195. def doAfterSpec(actions: ⇒ Any): Unit

    Definition Classes
    BeforeAfter
  196. def doAroundExpectations(actions: (⇒ Any) ⇒ Any): Option[Unit]

    Definition Classes
    BeforeAfter
  197. def doBefore(actions: ⇒ Any): Option[Unit]

    Definition Classes
    BeforeAfter
  198. def doBeforeSpec(actions: ⇒ Any): Unit

    Definition Classes
    BeforeAfter
  199. def doFirst(actions: ⇒ Any): Unit

    Definition Classes
    BeforeAfter
  200. def doLast(actions: ⇒ Any): Unit

    Definition Classes
    BeforeAfter
  201. def dontShareVariables(): Unit

    Definition Classes
    SpecificationConfiguration
  202. implicit def doubleToMonoid(v: Double): Monoid[Double]

    Definition Classes
    NumericBeHaveMatchers
  203. def empty: Matcher[HasIsEmptyMethod]

    Definition Classes
    AnyBeHaveMatchers
  204. def endWith[T <: String](a: T): Matcher[T]

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

    Definition Classes
    AnyRef
  206. def equalIgnoreCase[T <: String](a: T): BeEqualToIgnoringCase[T]

    Definition Classes
    StringBaseMatchers
  207. def equalIgnoreSpace(node: Seq[Node]): EqualIgnoringSpaceMatcher

    Definition Classes
    XmlBaseMatchers
  208. def equalIgnoreSpace[T <: String](a: T): Matcher[T]

    Definition Classes
    StringBaseMatchers
  209. def equalIgnoringCaseTo[T <: String](a: T): BeEqualToIgnoringCase[T]

    Definition Classes
    StringBaseMatchers
  210. def equalIgnoringSepTo(other: String): Matcher[String]

    Definition Classes
    PathBeHaveMatchers
  211. def equalIgnoringSpaceTo[T <: String](a: T): Matcher[T]

    Definition Classes
    StringBaseMatchers
  212. def equalTo[T](o: T)(implicit d: Detailed): Matcher[Any]

    Definition Classes
    AnyBeHaveMatchers
  213. def equalToIgnoringCase[T <: String](a: T): BeEqualToIgnoringCase[T]

    Definition Classes
    StringBaseMatchers
  214. def equalToIgnoringSep(other: String): Matcher[String]

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

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

    Definition Classes
    XmlBaseMatchers
  217. def equalToIgnoringSpace[T <: String](a: T): Matcher[T]

    Definition Classes
    StringBaseMatchers
  218. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  219. def error(msg: String): Nothing

    Definition Classes
    Specification
  220. def error(msg: ⇒ String): Unit

    Definition Classes
    Log
  221. def errors: List[Throwable]

    Definition Classes
    BaseSpecification → HasResults
  222. def eventually[T](nested: Matcher[T]): Matcher[T]

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

    Definition Classes
    EventuallyMatchers
  224. def exampleContainer: Examples

    Attributes
    protected[org.specs.specification]
    Definition Classes
    BaseSpecification
  225. lazy val exampleFilter: Pattern

    Definition Classes
    SpecsFilter
  226. def exampleFilterPattern: String

    Definition Classes
    Reporter → SpecsFilter
  227. def examplePattern: String

    Definition Classes
    SpecsFilter
  228. def examples: List[Example]

    Definition Classes
    BaseSpecification
  229. def executeExample(example: Examples): ScalatraSpecification.this.type

    Definition Classes
    SpecificationExecutor → LifeCycle
  230. def executeExpectations(ex: Examples, t: ⇒ Any): Any

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

    Definition Classes
    FileBaseMatchers
  232. def exist[T](function: (T) ⇒ Boolean): Matcher[Iterable[T]]

    Definition Classes
    IterableBaseMatchers
  233. def existMatch(pattern: String): Matcher[Iterable[String]]

    Definition Classes
    IterableBaseMatchers
  234. def existPath: Matcher[String]

    Definition Classes
    PathBaseMatchers
  235. def existingPath: Matcher[String]

    Definition Classes
    PathBeHaveMatchers
  236. def exists(path: String): Boolean

    Definition Classes
    FileSystem
  237. var expectationsListener: ExampleExpectationsListener

    Definition Classes
    ExampleExpectationsListener
  238. def expectationsNb: Int

    Definition Classes
    BaseSpecification
  239. def fail(): Nothing

    Definition Classes
    FailOrSkip
  240. def fail(m: String): Nothing

    Definition Classes
    FailOrSkip
  241. def failureAndErrors: List[Throwable]

    Definition Classes
    HasResults
  242. def failureColored(text: String): String

    Definition Classes
    OutputReporter
  243. def failures: List[FailureException]

    Definition Classes
    BaseSpecification → HasResults
  244. def file[T <: AnyRef { def getPath(): String }]: Matcher[AnyRef { def getPath(): String }]

    Definition Classes
    FileBeHaveMatchers
  245. def filePath: Matcher[String]

    Definition Classes
    PathBeHaveMatchers
  246. def filePaths(path: String): List[String]

    Definition Classes
    FileSystem
  247. def filter(sus: Sus): Option[Sus]

    Definition Classes
    SpecsFilter
  248. def filter(specification: Specification): Option[Specification]

    Definition Classes
    SpecsFilter
  249. def filter(specifications: Seq[Specification]): List[Specification]

    Definition Classes
    SpecsFilter
  250. def filterExample(example: Example): Option[Example]

    Definition Classes
    SpecsFilter
  251. lazy val filteredSpecs: List[Specification]

    Definition Classes
    SpecsFilter
  252. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  253. def find[T <: String](a: T): FindMatcher[T]

    Definition Classes
    StringBaseMatchers
  254. def firstLevelExamplesNb: Int

    Definition Classes
    BaseSpecification
  255. implicit def floatToMonoid(v: Float): Monoid[Float]

    Definition Classes
    NumericBeHaveMatchers
  256. def flush(): Unit

    Definition Classes
    ConsoleOutput → Output
  257. def forExample: Example

    Definition Classes
    BaseSpecification → ExampleExpectationsListener
  258. def forExample(desc: String): Example

    Definition Classes
    BaseSpecification
  259. def get[A](uri: String, params: Iterable[(String, String)], headers: Map[String, String])(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  260. def get[A](uri: String, params: (String, String)*)(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  261. def get[A](uri: String)(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  262. def getAbsolutePath(path: String): String

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

    Definition Classes
    FileSystem
  264. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  265. def getExample(path: TreePath): Option[Examples]

    Definition Classes
    BaseSpecification
  266. def getName(path: String): String

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

    Definition Classes
    FileSystem
  268. def getResourcesNamed(name: String): List[URL]

    Definition Classes
    FileSystem
  269. def getWriter(path: String): Writer

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

    Definition Classes
    FileSystem
  271. def globalContext(b: ⇒ Any, a: ⇒ Any): Context

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

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

    Definition Classes
    NumericBeHaveMatchers
  274. def hasFailureOrErrors: Boolean

    Definition Classes
    HasResults
  275. def hasIssues: Boolean

    Definition Classes
    HasResults
  276. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  277. def have[T](function: (T) ⇒ Boolean): Matcher[Iterable[T]]

    Definition Classes
    IterableBaseMatchers
  278. def have[T]: HaveVerbMatcher[T]

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

    Definition Classes
    FileBaseMatchers
  280. def haveAsAbsolutePath(absolutePath: String): Matcher[String]

    Definition Classes
    PathBaseMatchers
  281. def haveAsCanonicalPath(canonicalPath: String): Matcher[String]

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

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

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

    Definition Classes
    MapBaseMatchers
  285. def haveLength(n: Int): Matcher[String]

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

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

    Definition Classes
    FileBaseMatchers
  288. def havePair[S, T](p: (S, T)): Matcher[Iterable[(S, T)]]

    Definition Classes
    MapBaseMatchers
  289. def havePairs[S, T](pairs: (S, T)*): Matcher[Iterable[(S, T)]]

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

    Definition Classes
    FileBaseMatchers
  291. def haveParentPath(parent: String): Matcher[String]

    Definition Classes
    PathBaseMatchers
  292. def havePathName(name: String): Matcher[String]

    Definition Classes
    PathBaseMatchers
  293. def haveSameElementsAs[T](l: Iterable[T]): HaveTheSameElementsAs[T]

    Definition Classes
    IterableBaseMatchers
  294. def haveSize(n: Int): SizeMatcher

    Definition Classes
    StructuralMatchers
  295. def haveSuperClass[T](implicit m: ClassManifest[T]): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  296. def haveTheSameElementsAs[T](l: Iterable[T]): HaveTheSameElementsAs[T]

    Definition Classes
    IterableBaseMatchers
  297. def haveValue[S](v: S): Matcher[Iterable[(Any, S)]]

    Definition Classes
    MapBaseMatchers
  298. def head[A](uri: String, params: Iterable[(String, String)], headers: Map[String, String])(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  299. def head[A](uri: String, params: (String, String)*)(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  300. def head[A](uri: String)(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  301. def header: ScalatraHttpTester.header

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

    Definition Classes
    FileBeHaveMatchers
  303. def hiddenPath: Matcher[String]

    Definition Classes
    PathBeHaveMatchers
  304. implicit def httpTesterToScalatraHttpTester(t: HttpTester): ScalatraHttpTester

    Definition Classes
    ScalatraTests
  305. def in[T](iterable: ⇒ Iterable[T]): Matcher[T]

    Definition Classes
    AnyBeHaveMatchers
  306. def include[T <: String](a: String): Matcher[T]

    Definition Classes
    StringBaseMatchers
  307. def include(specifications: LazyParameter[Specification]*): Unit

    Definition Classes
    BaseSpecification
  308. def info(msg: ⇒ String): Unit

    Definition Classes
    Log
  309. def infoColored(text: String): String

    Definition Classes
    OutputReporter
  310. def inputStream(filePath: String): InputStream

    Definition Classes
    FileReader
  311. implicit def intToMonoid(v: Int): Monoid[Int]

    Definition Classes
    NumericBeHaveMatchers
  312. def isAbsolute(path: String): Boolean

    Definition Classes
    FileSystem
  313. def isAccepted: Boolean

    Definition Classes
    Tagged
  314. def isAsNullAs[T](a: ⇒ T): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  315. def isDir(path: String): Boolean

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

    Definition Classes
    FileSystem
  317. def isEmpty: Matcher[HasIsEmptyMethod]

    Definition Classes
    StructuralMatchers
  318. def isEqualIgnoringSep(path: String, other: String): Boolean

    Definition Classes
    PathBaseMatchers
  319. def isExpectation[T](a: ⇒ T): T

    Definition Classes
    ExpectationsListener
  320. def isFailing: Boolean

    Definition Classes
    BaseSpecification
  321. def isFalse: Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  322. def isFile(path: String): Boolean

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

    Definition Classes
    FileSystem
  324. def isIn[T](iterable: ⇒ Iterable[T]): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  325. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  326. def isNotEmpty: Matcher[HasIsEmptyMethod]

    Definition Classes
    StructuralMatchers
  327. def isNotIn[T](iterable: ⇒ Iterable[T]): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  328. def isNotNull[T]: Matcher[T]

    Definition Classes
    AnyBaseMatchers
  329. def isNotOneOf[T](t: T*): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  330. def isNull[T]: BeNull[T]

    Definition Classes
    AnyBaseMatchers
  331. def isOk: Boolean

    Definition Classes
    HasResults
  332. def isOneOf[T](t: T*): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  333. def isSequential: Boolean

    Definition Classes
    SequentialExecution
  334. def isSpecifiedBy(specifications: LazyParameter[Specification]*): Unit

    Definition Classes
    BaseSpecification
  335. def isTrue: Matcher[Boolean]

    Definition Classes
    AnyBaseMatchers
  336. def is_!=(a: ⇒ Any)(implicit d: Detailed): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  337. def is_==(a: ⇒ Any)(implicit details: Detailed): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  338. def issueMessages: String

    Definition Classes
    HasResults
  339. def issues: List[Throwable]

    Definition Classes
    HasResults
  340. def key[S](k: S): Matcher[Iterable[(S, Any)]]

    Definition Classes
    MapBeHaveMatchers
  341. def koMessage(exception: Any, desc: Option[String]): String

    Attributes
    protected[org.specs.matcher]
    Definition Classes
    AnyBaseMatchers
  342. def lastExample: Option[Examples]

    Definition Classes
    BaseSpecification → ExampleExpectationsListener
  343. def length(n: Int): Matcher[String]

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

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

    Definition Classes
    NumericBeHaveMatchers
  346. var level: Int

    Definition Classes
    Log
  347. def like[T](pattern: ⇒ PartialFunction[T, Boolean]): Matcher[T]

    Definition Classes
    PatternBeHaveMatchers
  348. def linkTo(subSpec: Specification): ScalatraSpecification.this.type

    Definition Classes
    LinkedSpecification
  349. def linkedSpecifications: List[Specification]

    Definition Classes
    LinkedSpecification
  350. def listFiles(path: String): List[String]

    Definition Classes
    FileSystem
  351. def listPaths(list: String*): Matcher[String]

    Definition Classes
    PathBaseMatchers
  352. implicit def longToDouble(s: Long): Double

    Definition Classes
    NumericBaseMatchers
  353. implicit def longToMonoid(v: Long): Monoid[Long]

    Definition Classes
    NumericBeHaveMatchers
  354. def main(arguments: Array[String]): Unit

    Definition Classes
    Reporter
  355. def makeTagged(s: String*): Tagged

    Definition Classes
    Tagged
  356. def matching(s: String): Matcher[String]

    Definition Classes
    StringBeHaveMatchers
  357. def message(exception: Any): String

    Attributes
    protected[org.specs.matcher]
    Definition Classes
    AnyBaseMatchers
  358. def mkdirs(path: String): Boolean

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

    Definition Classes
    FileBeHaveMatchers
  360. var name: String

    Definition Classes
    BaseSpecification
  361. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  362. def noDetailedDiffs(): Unit

    Definition Classes
    DetailedFailures
  363. def none: Matcher[Option[Any]]

    Definition Classes
    PatternBeHaveMatchers
  364. def not[T](m: Matcher[T]): Matcher[T]

    Definition Classes
    LogicalMatchers
  365. def not[T]: NotMatcher[T]

    Definition Classes
    AnyBeHaveMatchers
  366. def notBe(a: ⇒ Any): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  367. def notBeAssignableFrom[T](implicit m: ClassManifest[T]): Matcher[Class[_]]

    Definition Classes
    AnyBaseMatchers
  368. def notBeEmpty: Matcher[HasIsEmptyMethod]

    Definition Classes
    StructuralMatchers
  369. def notBeEqualToIgnoringCase[T <: String](a: T): Matcher[T]

    Definition Classes
    StringBaseMatchers
  370. def notBeEqualToIgnoringSpace[T <: String](a: T): Matcher[T]

    Definition Classes
    StringBaseMatchers
  371. def notBeIn[T](iterable: ⇒ Iterable[T]): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  372. def notBeMatching(a: String): Matcher[String]

    Definition Classes
    StringBaseMatchers
  373. def notBeNull[T]: Matcher[T]

    Definition Classes
    AnyBaseMatchers
  374. def notBeOneOf[T](t: T*): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  375. def notContain[T](a: T): Matcher[Iterable[Any]]

    Definition Classes
    IterableBaseMatchers
  376. def notContainAll[T](l: Iterable[T])(implicit details: Detailed): Matcher[Iterable[T]]

    Definition Classes
    IterableBaseMatchers
  377. def notContainMatch(pattern: String): Matcher[Iterable[String]]

    Definition Classes
    IterableBaseMatchers
  378. def notEmpty: Matcher[HasIsEmptyMethod]

    Definition Classes
    StructuralMatchers
  379. def notEndWith(a: String): Matcher[String]

    Definition Classes
    StringBaseMatchers
  380. def notEq(a: ⇒ Any): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  381. def notEqualIgnoreCase[T <: String](a: T): Matcher[T]

    Definition Classes
    StringBaseMatchers
  382. def notEqualIgnoreSpace[T <: String](a: T): Matcher[T]

    Definition Classes
    StringBaseMatchers
  383. def notExist[T](function: (T) ⇒ Boolean): Matcher[Iterable[T]]

    Definition Classes
    IterableBaseMatchers
  384. def notExistMatch(pattern: String): Matcher[Iterable[String]]

    Definition Classes
    IterableBaseMatchers
  385. def notHave[T](function: (T) ⇒ Boolean): Matcher[Iterable[T]]

    Definition Classes
    IterableBaseMatchers
  386. def notHaveClass[T](implicit m: ClassManifest[T]): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  387. def notHaveKey[S](k: S): Matcher[Iterable[(S, Any)]]

    Definition Classes
    MapBaseMatchers
  388. def notHavePair[S, T](p: (S, T)): Matcher[Iterable[(S, T)]]

    Definition Classes
    MapBaseMatchers
  389. def notHavePairs[S, T](pairs: (S, T)*): Matcher[Iterable[(S, T)]]

    Definition Classes
    MapBaseMatchers
  390. def notHaveSuperClass[T](implicit m: ClassManifest[T]): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  391. def notHaveValue[S](v: S): Matcher[Iterable[(Any, S)]]

    Definition Classes
    MapBaseMatchers
  392. def notIn[T](iterable: ⇒ Iterable[T]): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  393. def notInclude[T <: String](a: T): Matcher[T]

    Definition Classes
    StringBaseMatchers
  394. def notOneOf[T](t: T*): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  395. def notStartWith(a: String): Matcher[String]

    Definition Classes
    StringBaseMatchers
  396. final def notify(): Unit

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

    Definition Classes
    AnyRef
  398. def okMessage(exception: Any, desc: Option[String]): String

    Attributes
    protected[org.specs.matcher]
    Definition Classes
    AnyBaseMatchers
  399. def oneOf[T](t: T*): Matcher[T]

    Definition Classes
    AnyBeHaveMatchers
  400. def options[A](uri: String, params: Iterable[(String, String)], headers: Map[String, String])(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  401. def pair[S, T](pair: (S, T)): Matcher[Iterable[(S, T)]]

    Definition Classes
    MapBeHaveMatchers
  402. def pairs[S, T](pairs: (S, T)*): Matcher[Iterable[(S, T)]]

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

    Definition Classes
    FileBeHaveMatchers
  404. def parentPath(path: String): Matcher[String]

    Definition Classes
    PathBeHaveMatchers
  405. var parentSpecification: Option[BaseSpecification]

    Definition Classes
    BaseSpecification
  406. def parentSpecifications: List[BaseSpecification]

    Definition Classes
    BaseSpecification
  407. def partitionLinkedSpecifications: (List[Specification], List[Specification])

    Definition Classes
    LinkedSpecification
  408. def patch[A](uri: String, body: String, headers: Map[String, String])(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  409. def patch[A](uri: String, params: Iterable[(String, String)], headers: Map[String, String])(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  410. def patch[A](uri: String, params: Iterable[(String, String)])(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  411. def patch[A](uri: String, params: (String, String)*)(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  412. def pathFromRoot: TreePath

    Definition Classes
    Tree
  413. def pathName(name: String): Matcher[String]

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

    Definition Classes
    FileBeHaveMatchers
  415. def post[A](uri: String, body: String, headers: Map[String, String])(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  416. def post[A](uri: String, params: Iterable[(String, String)], headers: Map[String, String])(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  417. def post[A](uri: String, params: Iterable[(String, String)])(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  418. def post[A](uri: String, params: (String, String)*)(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  419. def pretty: String

    Definition Classes
    Specification
  420. def printStackTrace(t: Throwable): Unit

    Definition Classes
    Output
  421. def printStats(stat: (Int, Int, Int, Int, Int), padding: String): Unit

    Definition Classes
    OutputReporter
  422. def printStats(sus: Sus, padding: String): Unit

    Definition Classes
    OutputReporter
  423. def printSus(sus: Sus, padding: String): Unit

    Definition Classes
    OutputReporter
  424. def printf(format: String, args: Any*): Unit

    Definition Classes
    ConsoleOutput → Output
  425. def println(m: Any): Unit

    Definition Classes
    ConsoleOutput → Output
  426. def put[A](uri: String, body: String, headers: Map[String, String])(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  427. def put[A](uri: String, params: Iterable[(String, String)], headers: Map[String, String])(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  428. def put[A](uri: String, params: Iterable[(String, String)])(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  429. def put[A](uri: String, params: (String, String)*)(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  430. def readFile(path: String): String

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

    Definition Classes
    FileBeHaveMatchers
  432. def readablePath: Matcher[String]

    Definition Classes
    PathBeHaveMatchers
  433. def reject(t: Tag*): ScalatraSpecification.this.type

    Definition Classes
    Tagged
  434. def rejectTag(s: String*): ScalatraSpecification.this.type

    Definition Classes
    Tagged
  435. def rejectTags(s: String*): ScalatraSpecification.this.type

    Definition Classes
    Tagged
  436. def removeDir(path: String): String

    Definition Classes
    FileSystem
  437. def report(specs: Seq[Specification], padding: String): ScalatraSpecification.this.type

    Definition Classes
    OutputReporter
  438. def report(specs: Seq[Specification]): ScalatraSpecification.this.type

    Definition Classes
    OutputReporter → Reporter
  439. def reportExample(example: Examples, padding: String): Unit

    Definition Classes
    OutputReporter
  440. def reportExamples(examples: Iterable[Example], padding: String): Unit

    Definition Classes
    OutputReporter
  441. def reportSpec(spec: Specification, padding: String): ScalatraSpecification.this.type

    Definition Classes
    OutputReporter
  442. def reportSpecs: ScalatraSpecification.this.type

    Definition Classes
    Reporter
  443. def reportSus(sus: Sus, padding: String): Unit

    Definition Classes
    OutputReporter
  444. def reportSystems(systems: Iterable[Sus], padding: String): Unit

    Definition Classes
    OutputReporter
  445. def resetForExecution: ScalatraSpecification.this.type

    Definition Classes
    BaseSpecification
  446. def resetOptions(): ScalatraSpecification.this.type

    Definition Classes
    Reporter
  447. def response: HttpTester

    Definition Classes
    ScalatraTests
  448. def runConfiguration: Configuration

    Definition Classes
    Reporter
  449. def sameElementsAs[T](l: Iterable[T]): HaveTheSameElementsAs[T]

    Definition Classes
    IterableBeHaveMatchers
  450. def sameSeqAs[T](s: ⇒ Seq[T])(implicit d: Detailed): Matcher[Seq[T]]

    Definition Classes
    IterableBeHaveMatchers
  451. def sameSetAs[T](s: ⇒ Set[T])(implicit d: Detailed): Matcher[Set[T]]

    Definition Classes
    IterableBeHaveMatchers
  452. var sequential: Boolean

    Attributes
    protected[org.specs]
    Definition Classes
    SequentialExecution
  453. def session[A](f: ⇒ A): A

    Definition Classes
    ScalatraTests
  454. def setColorize(): ScalatraSpecification.this.type

    Definition Classes
    Reporter
  455. def setConfiguration(className: Option[String]): ScalatraSpecification.this.type

    Definition Classes
    Reporter
  456. def setFailedAndErrorsOnly(): ScalatraSpecification.this.type

    Definition Classes
    Reporter
  457. def setFinalStatisticsOnly(): ScalatraSpecification.this.type

    Definition Classes
    Reporter
  458. def setNoStacktrace(): ScalatraSpecification.this.type

    Definition Classes
    Reporter
  459. def setNoStatistics(): ScalatraSpecification.this.type

    Definition Classes
    Reporter
  460. def setNotSequential(): Unit

    Definition Classes
    SequentialExecution
  461. def setOptionsFromConfig(): ScalatraSpecification.this.type

    Definition Classes
    Reporter
  462. def setParent(s: BaseSpecification): ScalatraSpecification.this.type

    Definition Classes
    BaseSpecification
  463. def setPlanOnly(): ScalatraSpecification.this.type

    Definition Classes
    Reporter
  464. def setSequential(): Unit

    Definition Classes
    SequentialExecution
  465. def setSequentialIs(b: Boolean): Unit

    Definition Classes
    BaseSpecification → SequentialExecution
  466. def shareVariables(): Unit

    Definition Classes
    SpecificationConfiguration
  467. def shareVariablesIs(b: Boolean): Unit

    Definition Classes
    BaseSpecification → SpecificationConfiguration
  468. def size(n: Int): specs.matcher.AnyMatchers.SizeMatcher

    Definition Classes
    IterableBeHaveMatchers
  469. def skip(m: String): Nothing

    Definition Classes
    FailOrSkip
  470. def skipColored(text: String): String

    Definition Classes
    OutputReporter
  471. def skipped: List[SkippedException]

    Definition Classes
    BaseSpecification → HasResults
  472. def some: CaseMatcher[Nothing]

    Definition Classes
    PatternBeHaveMatchers
  473. def specify: Sus

    Definition Classes
    SpecificationSystems
  474. def specify(desc: String): Sus

    Definition Classes
    SpecificationSystems
  475. implicit def specifyExample(desc: String): ExampleSpecification

    Definition Classes
    BaseSpecification
  476. implicit def specifySus(desc: String): SpecifiedSus

    Definition Classes
    Contexts → SpecificationSystems
  477. val specs: List[Specification]

    Definition Classes
    Specification → SpecsHolder
  478. def start(): Unit

    Attributes
    protected
    Definition Classes
    ScalatraTests
  479. def startWith[T <: String](a: T): Matcher[T]

    Definition Classes
    StringBaseMatchers
  480. def stats(example: Example): (Int, Int, Int, Int, Int)

    Definition Classes
    OutputReporter
  481. def stats(sus: Sus): (Int, Int, Int, Int, Int)

    Definition Classes
    OutputReporter
  482. def stats(spec: Specification): (Int, Int, Int, Int, Int)

    Definition Classes
    OutputReporter
  483. def status: Int

    Definition Classes
    ScalatraTests
  484. def statusAsText: String

    Definition Classes
    HasResults
  485. def statusClass: String

    Definition Classes
    HasResults
  486. def stop(): Unit

    Attributes
    protected
    Definition Classes
    ScalatraTests
  487. implicit def stringToTag(s: String): Tag

    Definition Classes
    Tagged
  488. var subSpecifications: List[Specification]

    Definition Classes
    BaseSpecification
  489. def submit[A](method: String, uri: String, queryParams: Iterable[(String, String)], headers: Map[String, String], body: String)(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  490. def submit[A](req: HttpTester)(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  491. def successColored(text: String): String

    Definition Classes
    OutputReporter
  492. implicit def successValueToBoolean(s: SuccessValue): Boolean

    Definition Classes
    SuccessValues
  493. def successValueToString(s: SuccessValue): String

    Definition Classes
    SuccessValues
  494. def successes: List[Example]

    Definition Classes
    BaseSpecification
  495. lazy val susFilter: Pattern

    Definition Classes
    SpecsFilter
  496. def susFilterPattern: String

    Definition Classes
    Reporter → SpecsFilter
  497. def susPattern: String

    Definition Classes
    SpecsFilter
  498. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  499. def systems: List[Sus]

    Definition Classes
    SpecificationSystems
  500. def tag(t: String*): ScalatraSpecification.this.type

    Definition Classes
    Tagged
  501. def tagNames: List[String]

    Definition Classes
    Tagged
  502. def tagSpec: String

    Definition Classes
    Tagged
  503. def tagWith(other: Tagged): ScalatraSpecification.this.type

    Definition Classes
    Tagged
  504. def taggedComponents: List[Tagged]

    Definition Classes
    BaseSpecification → Tagged
  505. def tester: ServletTester

    Definition Classes
    ScalatraSpecification → ScalatraTests
  506. def the[T]: ArticleMatcher[T]

    Definition Classes
    AnyBeHaveMatchers
  507. implicit def theBlock(value: ⇒ Nothing): Expectation[Nothing]

    Definition Classes
    ExpectableFactory
  508. implicit def theIterable[I <: AnyRef](value: ⇒ Iterable[I]): IterableExpectable[I]

    Definition Classes
    ExpectableFactory
  509. implicit def theString(value: ⇒ String): StringExpectable[String]

    Definition Classes
    ExpectableFactory
  510. implicit def theStrings(value: ⇒ Iterable[String]): IterableStringExpectable

    Definition Classes
    ExpectableFactory
  511. implicit def theValue[A](value: ⇒ A): Expectation[A]

    Definition Classes
    ExpectableFactory
  512. def throwA[E <: Throwable](e: E): ExceptionMatcher[E]

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

    Definition Classes
    AnyBaseMatchers
  514. def throwAn[E <: Throwable](e: E): ExceptionMatcher[E]

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

    Definition Classes
    AnyBaseMatchers
  516. def throwAnException[E <: Throwable](implicit m: ClassManifest[E]): ExceptionClassMatcher[E]

    Definition Classes
    AnyBaseMatchers
  517. def throwException[E <: Throwable](exception: ⇒ E): ExceptionMatcher[E]

    Definition Classes
    AnyBaseMatchers
  518. def throwThis[E <: Throwable](exception: ⇒ E): ExceptionMatcher[E]

    Definition Classes
    AnyBaseMatchers
  519. val timer: SimpleTimer

    Definition Classes
    Console → OutputReporter
  520. implicit def toAMapResultMatcher[S, T](result: Result[Map[S, T]]): ScalatraSpecification.MapResultMatcher[S, T]

    Definition Classes
    IterableBeHaveMatchers
  521. implicit def toAddableTuple(t1: (Int, Int, Int, Int, Int)): AddableTuple

    Definition Classes
    OutputReporter
  522. implicit def toAnyEmptyResultMatcher[S](result: Result[S])(implicit c: (S) ⇒ HasIsEmptyMethod): AnyEmptyResultMatcher[S]

    Definition Classes
    AnyBeHaveMatchers
  523. implicit def toAnyResultMatcher[T](result: Result[T]): AnyResultMatcher[T]

    Definition Classes
    AnyBeHaveMatchers
  524. implicit def toAnySizeResultMatcher[S](result: Result[S])(implicit c: (S) ⇒ HasSizeMethod): AnySizeResultMatcher[S]

    Definition Classes
    AnyBeHaveMatchers
  525. implicit def toArrayResultMatcher[T](result: Result[Array[T]]): ArrayResultMatcher[T]

    Definition Classes
    IterableBeHaveMatchers
  526. implicit def toContainerResultMatcher[T, C[T]](result: Result[C[T]])(implicit c: (C[T]) ⇒ Iterable[T]): ContainerResultMatcher[T, C]

    Definition Classes
    IterableBeHaveMatchers
  527. implicit def toEitherResult[S, T](result: Result[Either[S, T]]): EitherResultMatcher[S, T]

    Definition Classes
    EitherBeHaveMatchers
  528. implicit def toElemResult(result: Result[Elem]): ElemResultMatcher

    Definition Classes
    XmlBeHaveMatchers
  529. implicit def toFileResultMatcher[T <: AnyRef { def getPath(): String }](result: Result[T]): FileResultMatcher[T]

    Definition Classes
    FileBeHaveMatchers
  530. implicit def toGroupResult(result: Result[Group]): GroupResultMatcher

    Definition Classes
    XmlBeHaveMatchers
  531. implicit def toIterableResultMatcher[T](result: Result[Iterable[T]]): IterableResultMatcher[T]

    Definition Classes
    IterableBeHaveMatchers
  532. implicit def toJavaMapResultMatcher[S, U](result: Result[Map[S, U]]): JavaMapResultMatcher[S, U]

    Definition Classes
    MapBeHaveMatchers
  533. implicit def toLazyParameter[T](value: ⇒ T): LazyParameter[T]

    Definition Classes
    LazyParameters
  534. implicit def toListResultMatcher[T](result: Result[List[T]]): ListResultMatcher[T]

    Definition Classes
    IterableBeHaveMatchers
  535. implicit def toMapKeyResultMatcher[S, T](result: Result[Map[S, T]]): MapKeyResultMatcher[S, T]

    Definition Classes
    MapBeHaveMatchers
  536. implicit def toMapResultMatcher[S, T](result: Result[Map[S, T]]): MapResultMatcher[S, T]

    Definition Classes
    MapBeHaveMatchers
  537. implicit def toMapValueResultMatcher[S, T](result: Result[Map[S, T]]): MapValueResultMatcher[S, T]

    Definition Classes
    MapBeHaveMatchers
  538. implicit def toMatcher[S, T](f: (S) ⇒ Matcher[T]): ToMatcher[S, T]

    Definition Classes
    AnyBaseMatchers
  539. implicit def toMatcher2[T](f: (T) ⇒ Matcher[T]): ToMatcher2[T]

    Definition Classes
    AnyBaseMatchers
  540. implicit def toMatcherResult(t: (Boolean, String, String)): MatcherResult

    Definition Classes
    MatcherResult
  541. implicit def toNodeIterableResult(result: Result[Seq[Node]]): NodeIterableResultMatcher

    Definition Classes
    XmlBeHaveMatchers
  542. implicit def toNodeSeqResult(result: Result[NodeSeq]): NodeSeqResultMatcher

    Definition Classes
    XmlBeHaveMatchers
  543. implicit def toNumericalResultMatcher[S](result: Result[S])(implicit d: (S) ⇒ Monoid[S], e: (S) ⇒ Ordered[S]): NumericalResultMatcher[S]

    Definition Classes
    NumericBeHaveMatchers
  544. implicit def toOptionPatternResult[T](result: Result[Option[T]]): OptionResultMatcher[T]

    Definition Classes
    PatternBeHaveMatchers
  545. implicit def toOrResult[T](r: ⇒ Result[T]): OrResult[T]

    Definition Classes
    OrResults
  546. implicit def toPartialFunctionMatcher[S, T](result: Result[PartialFunction[S, T]]): PartialFunctionResultMatcher[S, T]

    Definition Classes
    MapBeHaveMatchers
  547. implicit def toPathResultMatcher(result: Result[String]): PathResultMatcher

    Definition Classes
    PathBeHaveMatchers
  548. implicit def toPatternResult[T](result: Result[T]): PatternResultMatcher[T]

    Definition Classes
    PatternBeHaveMatchers
  549. implicit def toSeqResultMatcher[T](result: Result[Seq[T]]): SeqResultMatcher[T]

    Definition Classes
    IterableBeHaveMatchers
  550. implicit def toSetResultMatcher[T](result: Result[Set[T]]): SetResultMatcher[T]

    Definition Classes
    IterableBeHaveMatchers
  551. implicit def toShortActions(actions: ⇒ Unit): ShortActions

    Definition Classes
    BeforeAfter
  552. implicit def toShortActions2(actions: (Any) ⇒ Any): ShortActions2

    Definition Classes
    BeforeAfter
  553. implicit def toSomePatternResult[T](result: Result[Some[T]]): SomeResultMatcher[T]

    Definition Classes
    PatternBeHaveMatchers
  554. def toString(): String

    Definition Classes
    BaseSpecification → AnyRef → Any
  555. implicit def toStringListResultMatcher(result: Result[List[String]]): StringListResultMatcher

    Definition Classes
    IterableBeHaveMatchers
  556. implicit def toStringResultMatcher(result: Result[String]): StringResultMatcher

    Definition Classes
    StringBeHaveMatchers
  557. implicit def toTuple(m: MatcherResult): (Boolean, String, String)

    Definition Classes
    MatcherResult
  558. def topParent: Option[LifeCycle]

    Definition Classes
    LifeCycle
  559. def trace[A](uri: String, params: Iterable[(String, String)], headers: Map[String, String])(f: ⇒ A): A

    Definition Classes
    ScalatraTests
  560. def unjar(path: String, dirPath: String, regexFilter: String): Unit

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

    Definition Classes
    FileSystem
  562. def unlinkedSpecifications: List[Specification]

    Definition Classes
    LinkedSpecification
  563. def until(sus: Examples, predicate: ⇒ Boolean): Unit

    Definition Classes
    BeforeAfter
  564. def until(predicate: ⇒ Boolean): Unit

    Definition Classes
    BeforeAfter
  565. def until: Boolean

    Definition Classes
    LifeCycle
  566. def value[S](v: S): Matcher[Iterable[(Any, S)]]

    Definition Classes
    MapBeHaveMatchers
  567. def verify[T](f: (T) ⇒ Boolean): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  568. def verifyAll[T](ms: Matcher[T]*): Matcher[T]

    Definition Classes
    LogicalMatchers
  569. def verifyAll[T](ms: Iterable[Matcher[T]]): Matcher[T]

    Definition Classes
    LogicalMatchers
  570. def verifyAny[T](ms: Matcher[T]*): Matcher[T]

    Definition Classes
    LogicalMatchers
  571. def verifyAny[T](ms: Iterable[Matcher[T]]): Matcher[T]

    Definition Classes
    LogicalMatchers
  572. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  575. def warning(msg: ⇒ String): Unit

    Definition Classes
    Log
  576. implicit def whenInContext(s: String): ToContext

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

    Definition Classes
    FileBeHaveMatchers
  578. def writablePath: Matcher[String]

    Definition Classes
    PathBeHaveMatchers
  579. def write(path: String)(function: (Writer) ⇒ Unit): Unit

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

    Definition Classes
    FileWriter
  581. def ~[S](n: S)(delta: S)(implicit d: (S) ⇒ Monoid[S], e: (S) ⇒ Ordered[S]): BeCloseTo[S]

    Definition Classes
    NumericBaseMatchers

Deprecated Value Members

  1. def route(servlet: HttpServlet, path: String): Unit

    Definition Classes
    ScalatraTests
    Annotations
    @deprecated
    Deprecated

    renamed to addServlet

  2. def route(klass: Class[_], path: String): Holder[_ >: Servlet with Filter <: AnyRef]

    Definition Classes
    ScalatraTests
    Annotations
    @deprecated
    Deprecated

    use addServlet(Class, String) or addFilter(Class, String)

  3. def routeFilter(filter: Class[_ <: Filter], path: String): FilterHolder

    Definition Classes
    ScalatraTests
    Annotations
    @deprecated
    Deprecated

    renamed to addFilter

Inherited from ScalatraTests

Inherited from Specification

Inherited from Contexts

Inherited from BeforeAfter

Inherited from Console

Inherited from OutputReporter

Inherited from Reporter

Inherited from ConsoleLog

Inherited from Log

Inherited from ConsoleOutput

Inherited from Output

Inherited from SpecsFilter

Inherited from SpecsHolder

Inherited from FailOrSkip

Inherited from Expectations

Inherited from DetailedFailures

Inherited from ExpectableFactory

Inherited from FailureFactory

Inherited from SuccessValues

Inherited from OrResults

Inherited from Matchers

Inherited from EventuallyMatchers

Inherited from specs.matcher.MatcherResult

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 XmlMatchers

Inherited from XmlBeHaveMatchers

Inherited from XmlBaseMatchers

Inherited from PatternMatchers

Inherited from PatternBeHaveMatchers

Inherited from PatternBaseMatchers

Inherited from EitherMatchers

Inherited from EitherBeHaveMatchers

Inherited from EitherBaseMatchers

Inherited from NumericMatchers

Inherited from NumericBeHaveMatchers

Inherited from NumericBaseMatchers

Inherited from MapMatchers

Inherited from MapBeHaveMatchers

Inherited from MapBaseMatchers

Inherited from IterableMatchers

Inherited from IterableBeHaveMatchers

Inherited from IterableBaseMatchers

Inherited from StringMatchers

Inherited from StringBeHaveMatchers

Inherited from StringBaseMatchers

Inherited from LogicalMatchers

Inherited from AnyMatchers

Inherited from AnyBeHaveMatchers

Inherited from AnyBaseMatchers

Inherited from StructuralMatchers

Inherited from BaseSpecification

Inherited from ComposedSpecifications

Inherited from LazyParameters

Inherited from SpecificationConfiguration

Inherited from LinkedSpecification

Inherited from HasResults

Inherited from Tagged

Inherited from ExampleExpectationsListener

Inherited from ExpectationsListener

Inherited from SpecificationExecutor

Inherited from LifeCycle

Inherited from SequentialExecution

Inherited from SpecificationSystems

Inherited from TreeNode

Inherited from Tree[TreeNode]

Inherited from AnyRef

Inherited from Any

Ungrouped