unfiltered.spec.jetty

Planned

trait Planned extends Specification with Served

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

Abstract Value Members

  1. abstract def intent[A, B]: Intent[A, B]

Concrete 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*): Planned.this.type

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

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

    Definition Classes
    Tagged
  44. def acceptTags(s: String*): Planned.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 addTag(t: String): Planned.this.type

    Definition Classes
    Tagged
  50. def addTags(t: String*): Planned.this.type

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    BaseSpecification
  140. def canRead(path: String): Boolean

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

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

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

    Definition Classes
    Tree
  144. def clearTags: Planned.this.type

    Definition Classes
    Tagged
  145. def clone(): AnyRef

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

    Definition Classes
    NumericBeHaveMatchers
  147. def contain[T](a: T): Matcher[Iterable[Any]]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    FileSystem
  163. def copyResults(other: HasResults): Planned.this.type

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

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

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

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

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

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

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

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

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

    Definition Classes
    MapBeHaveMatchers
  173. var description: String

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

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

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

    Definition Classes
    DetailedFailures
  177. def detailedDiffs(): Unit

    Definition Classes
    DetailedFailures
  178. implicit var detailedFailures: Detailed

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

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

    Definition Classes
    PathBeHaveMatchers
  181. def displayHelp: Unit

    Attributes
    protected
    Definition Classes
    Reporter
  182. def displayOptions: Unit

    Attributes
    protected
    Definition Classes
    Reporter
  183. def displayOptionsDescription: Unit

    Attributes
    protected
    Definition Classes
    Reporter
  184. def displayUsage: Unit

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

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

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

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

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

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

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

    Definition Classes
    BeforeAfter
  192. def dontShareVariables(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    EventuallyMatchers
  215. def exampleContainer: Examples

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

    Definition Classes
    SpecsFilter
  217. def exampleFilterPattern: String

    Definition Classes
    Reporter → SpecsFilter
  218. def examplePattern: String

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

    Definition Classes
    BaseSpecification
  220. def executeExample(example: Examples): Planned.this.type

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

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

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

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

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

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

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

    Definition Classes
    FileSystem
  228. var expectationsListener: ExampleExpectationsListener

    Definition Classes
    ExampleExpectationsListener
  229. def expectationsNb: Int

    Definition Classes
    BaseSpecification
  230. def fail(): Nothing

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    SpecsFilter
  243. def finalize(): Unit

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

    Definition Classes
    StringBaseMatchers
  245. def firstLevelExamplesNb: Int

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

    Definition Classes
    NumericBeHaveMatchers
  247. def flush(): Unit

    Definition Classes
    ConsoleOutput → Output
  248. def forExample: Example

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

    Definition Classes
    BaseSpecification
  250. def getAbsolutePath(path: String): String

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    NumericBeHaveMatchers
  262. def hasFailureOrErrors: Boolean

    Definition Classes
    HasResults
  263. def hasIssues: Boolean

    Definition Classes
    HasResults
  264. def hashCode(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    PathBeHaveMatchers
  288. val host: Request

    Definition Classes
    Hosted
  289. def http[T](handler: Handler[T]): T

    Silent, resource-managed http request executor

    Silent, resource-managed http request executor

    Definition Classes
    Hosted
  290. def in[T](iterable: ⇒ Iterable[T]): Matcher[T]

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

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

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

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

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

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

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

    Definition Classes
    FileSystem
  298. def isAccepted: Boolean

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

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

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

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

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

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

    Definition Classes
    ExpectationsListener
  305. def isFailing: Boolean

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyBaseMatchers
  316. def isOk: Boolean

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

    Definition Classes
    AnyBaseMatchers
  318. def isSequential: Boolean

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

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

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

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

    Definition Classes
    AnyBaseMatchers
  323. def issueMessages: String

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

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

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

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

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

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

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

    Definition Classes
    NumericBeHaveMatchers
  331. var level: Int

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

    Definition Classes
    PatternBeHaveMatchers
  333. def linkTo(subSpec: Specification): Planned.this.type

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

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

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

    Definition Classes
    PathBaseMatchers
  337. def logHttpRequests: Boolean

    Definition Classes
    Hosted
  338. implicit def longToDouble(s: Long): Double

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

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

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

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

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

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

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

    Definition Classes
    FileBeHaveMatchers
  346. var name: String

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

    Definition Classes
    AnyRef
  348. def noDetailedDiffs(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyBeHaveMatchers
  386. def pair[S, T](pair: (S, T)): Matcher[Iterable[(S, T)]]

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

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

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

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

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

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

    Definition Classes
    LinkedSpecification
  393. def pathFromRoot: TreePath

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

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

    Definition Classes
    FileBeHaveMatchers
  396. val port: Int

    Definition Classes
    Hosted
  397. def pretty: String

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

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

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

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

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

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

    Definition Classes
    ConsoleOutput → Output
  404. def readFile(path: String): String

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

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

    Definition Classes
    PathBeHaveMatchers
  407. def reject(t: Tag*): Planned.this.type

    Definition Classes
    Tagged
  408. def rejectTag(s: String*): Planned.this.type

    Definition Classes
    Tagged
  409. def rejectTags(s: String*): Planned.this.type

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

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

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

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

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

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

    Definition Classes
    OutputReporter
  416. def reportSpecs: Planned.this.type

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

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

    Definition Classes
    OutputReporter
  419. def resetForExecution: Planned.this.type

    Definition Classes
    BaseSpecification
  420. def resetOptions(): Planned.this.type

    Definition Classes
    Reporter
  421. def runConfiguration: Configuration

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

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

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

    Definition Classes
    IterableBeHaveMatchers
  425. var sequential: Boolean

    Attributes
    protected[org.specs]
    Definition Classes
    SequentialExecution
  426. lazy val server: Server

    Definition Classes
    Served
  427. def setColorize(): Planned.this.type

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

    Definition Classes
    Reporter
  429. def setFailedAndErrorsOnly(): Planned.this.type

    Definition Classes
    Reporter
  430. def setFinalStatisticsOnly(): Planned.this.type

    Definition Classes
    Reporter
  431. def setNoStacktrace(): Planned.this.type

    Definition Classes
    Reporter
  432. def setNoStatistics(): Planned.this.type

    Definition Classes
    Reporter
  433. def setNotSequential(): Unit

    Definition Classes
    SequentialExecution
  434. def setOptionsFromConfig(): Planned.this.type

    Definition Classes
    Reporter
  435. def setParent(s: BaseSpecification): Planned.this.type

    Definition Classes
    BaseSpecification
  436. def setPlanOnly(): Planned.this.type

    Definition Classes
    Reporter
  437. def setSequential(): Unit

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

    Definition Classes
    BaseSpecification → SequentialExecution
  439. def setup: (Server) ⇒ ServerBuilder

    Definition Classes
    PlannedServed
  440. def shareVariables(): Unit

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

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

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

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

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

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

    Definition Classes
    PatternBeHaveMatchers
  447. def specify: Sus

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

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

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

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

    Definition Classes
    Specification → SpecsHolder
  452. def startWith[T <: String](a: T): Matcher[T]

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

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

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

    Definition Classes
    OutputReporter
  456. def statusAsText: String

    Definition Classes
    HasResults
  457. def statusClass: String

    Definition Classes
    HasResults
  458. implicit def stringToTag(s: String): Tag

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

    Definition Classes
    BaseSpecification
  460. def successColored(text: String): String

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

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

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

    Definition Classes
    BaseSpecification
  464. lazy val susFilter: Pattern

    Definition Classes
    SpecsFilter
  465. def susFilterPattern: String

    Definition Classes
    Reporter → SpecsFilter
  466. def susPattern: String

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

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

    Definition Classes
    SpecificationSystems
  469. def tag(t: String*): Planned.this.type

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

    Definition Classes
    Tagged
  471. def tagSpec: String

    Definition Classes
    Tagged
  472. def tagWith(other: Tagged): Planned.this.type

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

    Definition Classes
    BaseSpecification → Tagged
  474. def the[T]: ArticleMatcher[T]

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyBaseMatchers
  487. val timer: SimpleTimer

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    PatternBeHaveMatchers
  522. def toString(): String

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

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

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

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

    Definition Classes
    LifeCycle
  527. def unjar(path: String, dirPath: String, regexFilter: String): Unit

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

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

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

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

    Definition Classes
    BeforeAfter
  532. def until: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    FileWriter
  548. def xhttp[T](handler: Handler[T]): T

    Silent, resource-managed http request executor which accepts non-ok status

    Silent, resource-managed http request executor which accepts non-ok status

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

    Definition Classes
    NumericBaseMatchers

Inherited from Served

Inherited from Hosted

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 org.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