org.scalatra.test.scalatest

ScalatraFeatureSpec

trait ScalatraFeatureSpec extends FeatureSpec with ScalatraSuite

Convenience trait to add Scalatra test support to FeatureSpec.

Linear Supertypes
ScalatraSuite, ShouldMatchers, ShouldVerb, MustMatchers, MustVerb, Matchers, ClassicMatchers, BeforeAndAfterAll, ScalatraTests, HttpComponentsClient, Client, ImplicitConversions, EmbeddedJettyContainer, JettyContainer, Container, FeatureSpec, Suite, Serializable, AbstractSuite, Assertions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ScalatraFeatureSpec
  2. ScalatraSuite
  3. ShouldMatchers
  4. ShouldVerb
  5. MustMatchers
  6. MustVerb
  7. Matchers
  8. ClassicMatchers
  9. BeforeAndAfterAll
  10. ScalatraTests
  11. HttpComponentsClient
  12. Client
  13. ImplicitConversions
  14. EmbeddedJettyContainer
  15. JettyContainer
  16. Container
  17. FeatureSpec
  18. Suite
  19. Serializable
  20. AbstractSuite
  21. Assertions
  22. AnyRef
  23. Any
Visibility
  1. Public
  2. All

Type Members

  1. abstract type ?0

    Definition Classes
    Suite
  2. abstract type _$7

    Definition Classes
    ClassicMatchers
  3. abstract type _$8

    Definition Classes
    ClassicMatchers

Value Members

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

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

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def <[T](right: T)(implicit arg0: (T) ⇒ Ordered[T]): ResultOfLessThanComparison[T]

    Definition Classes
    ClassicMatchers
  5. def <=[T](right: T)(implicit arg0: (T) ⇒ Ordered[T]): ResultOfLessThanOrEqualToComparison[T]

    Definition Classes
    ClassicMatchers
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def ===(right: Any): ResultOfTripleEqualsApplication

    Definition Classes
    ClassicMatchers
  9. def >[T](right: T)(implicit arg0: (T) ⇒ Ordered[T]): ResultOfGreaterThanComparison[T]

    Definition Classes
    ClassicMatchers
  10. def >=[T](right: T)(implicit arg0: (T) ⇒ Ordered[T]): ResultOfGreaterThanOrEqualToComparison[T]

    Definition Classes
    ClassicMatchers
  11. val a: AWord

    Definition Classes
    ClassicMatchers
  12. def addFilter(filter: Class[_ <: javax.servlet.Filter], path: String, dispatches: EnumSet[DispatcherType]): FilterHolder

    Definition Classes
    JettyContainer
  13. def addFilter(filter: Class[_ <: javax.servlet.Filter], path: String): FilterHolder

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

    Definition Classes
    JettyContainer
  15. def addServlet(servlet: Class[_ <: javax.servlet.http.HttpServlet], path: String): ServletHolder

    Definition Classes
    JettyContainer
  16. def addServlet(servlet: HttpServlet, path: String): Unit

    Definition Classes
    JettyContainer
  17. def afterAll(): Unit

    Attributes
    protected
    Definition Classes
    ScalatraSuite → BeforeAndAfterAll
  18. def afterAll(configMap: Map[String, Any]): Unit

    Attributes
    protected
    Definition Classes
    BeforeAndAfterAll
  19. val an: AnWord

    Definition Classes
    ClassicMatchers
  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def assert(o: Option[String]): Unit

    Definition Classes
    Assertions
  22. def assert(o: Option[String], clue: Any): Unit

    Definition Classes
    Assertions
  23. def assert(condition: Boolean, clue: Any): Unit

    Definition Classes
    Assertions
  24. def assert(condition: Boolean): Unit

    Definition Classes
    Assertions
  25. def baseUrl: String

    Definition Classes
    EmbeddedJettyContainer
  26. val be: BeWord

    Definition Classes
    ClassicMatchers
  27. def beforeAll(): Unit

    Provides Scalatra test support to ScalaTest suites.

    Provides Scalatra test support to ScalaTest suites. The servlet tester is started before the first test in the suite and stopped after the last.

    Attributes
    protected
    Definition Classes
    ScalatraSuite → BeforeAndAfterAll
  28. def beforeAll(configMap: Map[String, Any]): Unit

    Attributes
    protected
    Definition Classes
    BeforeAndAfterAll
  29. def body: String

    Definition Classes
    Client
  30. def bodyBytes: Array[Byte]

    Definition Classes
    Client
  31. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. def connect[A](uri: String, params: Iterable[(String, String)], headers: Map[String, String])(f: ⇒ A): A

    Definition Classes
    Client
  33. val contain: ContainWord

    Definition Classes
    ClassicMatchers
  34. def contextPath: String

    Definition Classes
    EmbeddedJettyContainer
  35. implicit def convertByteToPlusOrMinusWrapper(right: Byte): BytePlusOrMinusWrapper

    Definition Classes
    ClassicMatchers
  36. implicit def convertDoubleToPlusOrMinusWrapper(right: Double): DoublePlusOrMinusWrapper

    Definition Classes
    ClassicMatchers
  37. implicit def convertFloatToPlusOrMinusWrapper(right: Float): FloatPlusOrMinusWrapper

    Definition Classes
    ClassicMatchers
  38. implicit def convertGetLengthFieldToIntLengthWrapper(o: AnyRef { val getLength: Int }): LengthWrapper

    Definition Classes
    ClassicMatchers
  39. implicit def convertGetLengthFieldToLongLengthWrapper(o: AnyRef { val getLength: Long }): LengthWrapper

    Definition Classes
    ClassicMatchers
  40. implicit def convertGetLengthMethodToIntLengthWrapper(o: AnyRef { def getLength(): Int }): LengthWrapper

    Definition Classes
    ClassicMatchers
  41. implicit def convertGetLengthMethodToLongLengthWrapper(o: AnyRef { def getLength(): Long }): LengthWrapper

    Definition Classes
    ClassicMatchers
  42. implicit def convertGetSizeFieldToIntSizeWrapper(o: AnyRef { val getSize: Int }): SizeWrapper

    Definition Classes
    ClassicMatchers
  43. implicit def convertGetSizeFieldToLongSizeWrapper(o: AnyRef { val getSize: Long }): SizeWrapper

    Definition Classes
    ClassicMatchers
  44. implicit def convertGetSizeMethodToIntSizeWrapper(o: AnyRef { def getSize(): Int }): SizeWrapper

    Definition Classes
    ClassicMatchers
  45. implicit def convertGetSizeMethodToLongSizeWrapper(o: AnyRef { def getSize(): Long }): SizeWrapper

    Definition Classes
    ClassicMatchers
  46. implicit def convertHasIntGetLengthFieldToLengthMustWrapper[T <: AnyRef { val getLength: Int }](o: T): LengthMustWrapper[T]

    Definition Classes
    MustMatchers
  47. implicit def convertHasIntGetLengthFieldToLengthShouldWrapper[T <: AnyRef { val getLength: Int }](o: T): LengthShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  48. implicit def convertHasIntGetLengthMethodToLengthMustWrapper[T <: AnyRef { def getLength(): Int }](o: T): LengthMustWrapper[T]

    Definition Classes
    MustMatchers
  49. implicit def convertHasIntGetLengthMethodToLengthShouldWrapper[T <: AnyRef { def getLength(): Int }](o: T): LengthShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  50. implicit def convertHasIntGetSizeFieldToSizeMustWrapper[T <: AnyRef { val getSize: Int }](o: T): SizeMustWrapper[T]

    Definition Classes
    MustMatchers
  51. implicit def convertHasIntGetSizeFieldToSizeShouldWrapper[T <: AnyRef { val getSize: Int }](o: T): SizeShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  52. implicit def convertHasIntGetSizeMethodToSizeMustWrapper[T <: AnyRef { def getSize(): Int }](o: T): SizeMustWrapper[T]

    Definition Classes
    MustMatchers
  53. implicit def convertHasIntGetSizeMethodToSizeShouldWrapper[T <: AnyRef { def getSize(): Int }](o: T): SizeShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  54. implicit def convertHasIntLengthFieldToLengthMustWrapper[T <: AnyRef { val length: Int }](o: T): LengthMustWrapper[T]

    Definition Classes
    MustMatchers
  55. implicit def convertHasIntLengthFieldToLengthShouldWrapper[T <: AnyRef { val length: Int }](o: T): LengthShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  56. implicit def convertHasIntLengthMethodToLengthMustWrapper[T <: AnyRef { def length(): Int }](o: T): LengthMustWrapper[T]

    Definition Classes
    MustMatchers
  57. implicit def convertHasIntLengthMethodToLengthShouldWrapper[T <: AnyRef { def length(): Int }](o: T): LengthShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  58. implicit def convertHasIntSizeFieldToSizeMustWrapper[T <: AnyRef { val size: Int }](o: T): SizeMustWrapper[T]

    Definition Classes
    MustMatchers
  59. implicit def convertHasIntSizeFieldToSizeShouldWrapper[T <: AnyRef { val size: Int }](o: T): SizeShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  60. implicit def convertHasIntSizeMethodToSizeMustWrapper[T <: AnyRef { def size(): Int }](o: T): SizeMustWrapper[T]

    Definition Classes
    MustMatchers
  61. implicit def convertHasIntSizeMethodToSizeShouldWrapper[T <: AnyRef { def size(): Int }](o: T): SizeShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  62. implicit def convertHasLongGetLengthFieldToLengthMustWrapper[T <: AnyRef { val getLength: Long }](o: T): LengthMustWrapper[T]

    Definition Classes
    MustMatchers
  63. implicit def convertHasLongGetLengthFieldToLengthShouldWrapper[T <: AnyRef { val getLength: Long }](o: T): LengthShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  64. implicit def convertHasLongGetLengthMethodToLengthMustWrapper[T <: AnyRef { def getLength(): Long }](o: T): LengthMustWrapper[T]

    Definition Classes
    MustMatchers
  65. implicit def convertHasLongGetLengthMethodToLengthShouldWrapper[T <: AnyRef { def getLength(): Long }](o: T): LengthShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  66. implicit def convertHasLongGetSizeFieldToSizeMustWrapper[T <: AnyRef { val getSize: Long }](o: T): SizeMustWrapper[T]

    Definition Classes
    MustMatchers
  67. implicit def convertHasLongGetSizeFieldToSizeShouldWrapper[T <: AnyRef { val getSize: Long }](o: T): SizeShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  68. implicit def convertHasLongGetSizeMethodToSizeMustWrapper[T <: AnyRef { def getSize(): Long }](o: T): SizeMustWrapper[T]

    Definition Classes
    MustMatchers
  69. implicit def convertHasLongGetSizeMethodToSizeShouldWrapper[T <: AnyRef { def getSize(): Long }](o: T): SizeShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  70. implicit def convertHasLongLengthFieldToLengthMustWrapper[T <: AnyRef { val length: Long }](o: T): LengthMustWrapper[T]

    Definition Classes
    MustMatchers
  71. implicit def convertHasLongLengthFieldToLengthShouldWrapper[T <: AnyRef { val length: Long }](o: T): LengthShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  72. implicit def convertHasLongLengthMethodToLengthMustWrapper[T <: AnyRef { def length(): Long }](o: T): LengthMustWrapper[T]

    Definition Classes
    MustMatchers
  73. implicit def convertHasLongLengthMethodToLengthShouldWrapper[T <: AnyRef { def length(): Long }](o: T): LengthShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  74. implicit def convertHasLongSizeFieldToSizeMustWrapper[T <: AnyRef { val size: Long }](o: T): SizeMustWrapper[T]

    Definition Classes
    MustMatchers
  75. implicit def convertHasLongSizeFieldToSizeShouldWrapper[T <: AnyRef { val size: Long }](o: T): SizeShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  76. implicit def convertHasLongSizeMethodToSizeMustWrapper[T <: AnyRef { def size(): Long }](o: T): SizeMustWrapper[T]

    Definition Classes
    MustMatchers
  77. implicit def convertHasLongSizeMethodToSizeShouldWrapper[T <: AnyRef { def size(): Long }](o: T): SizeShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  78. implicit def convertIntToPlusOrMinusWrapper(right: Int): IntPlusOrMinusWrapper

    Definition Classes
    ClassicMatchers
  79. implicit def convertLengthFieldToIntLengthWrapper(o: AnyRef { val length: Int }): LengthWrapper

    Definition Classes
    ClassicMatchers
  80. implicit def convertLengthFieldToLongLengthWrapper(o: AnyRef { val length: Long }): LengthWrapper

    Definition Classes
    ClassicMatchers
  81. implicit def convertLengthMethodToIntLengthWrapper(o: AnyRef { def length(): Int }): LengthWrapper

    Definition Classes
    ClassicMatchers
  82. implicit def convertLengthMethodToLongLengthWrapper(o: AnyRef { def length(): Long }): LengthWrapper

    Definition Classes
    ClassicMatchers
  83. implicit def convertLongToPlusOrMinusWrapper(right: Long): LongPlusOrMinusWrapper

    Definition Classes
    ClassicMatchers
  84. implicit def convertMapMatcherToJavaMapMatcher[K, V](mapMatcher: Matcher[Map[K, V]]): Matcher[Map[K, V]]

    Definition Classes
    ClassicMatchers
  85. implicit def convertShortToPlusOrMinusWrapper(right: Short): ShortPlusOrMinusWrapper

    Definition Classes
    ClassicMatchers
  86. implicit def convertSizeFieldToIntSizeWrapper(o: AnyRef { val size: Int }): SizeWrapper

    Definition Classes
    ClassicMatchers
  87. implicit def convertSizeFieldToLongSizeWrapper(o: AnyRef { val size: Long }): SizeWrapper

    Definition Classes
    ClassicMatchers
  88. implicit def convertSizeMethodToIntSizeWrapper(o: AnyRef { def size(): Int }): SizeWrapper

    Definition Classes
    ClassicMatchers
  89. implicit def convertSizeMethodToLongSizeWrapper(o: AnyRef { def size(): Long }): SizeWrapper

    Definition Classes
    ClassicMatchers
  90. implicit def convertSymbolToHavePropertyMatcherGenerator(symbol: Symbol): HavePropertyMatcherGenerator

    Definition Classes
    ClassicMatchers
  91. implicit def convertToAnyMustWrapper[T](o: T): AnyMustWrapper[T]

    Definition Classes
    MustMatchers
  92. implicit def convertToAnyRefMustWrapper[T <: AnyRef](o: T): AnyRefMustWrapper[T]

    Definition Classes
    MustMatchers
  93. implicit def convertToAnyRefShouldWrapper[T <: AnyRef](o: T): AnyRefShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  94. implicit def convertToAnyShouldWrapper[T](o: T): AnyShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  95. implicit def convertToArrayMustWrapper[T](o: Array[T]): ArrayMustWrapper[T]

    Definition Classes
    MustMatchers
  96. implicit def convertToArrayShouldWrapper[T](o: Array[T]): ArrayShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  97. implicit def convertToByteMustWrapper(o: Byte): ByteMustWrapper

    Definition Classes
    MustMatchers
  98. implicit def convertToByteShouldWrapper(o: Byte): ByteShouldWrapper

    Definition Classes
    ShouldMatchers
  99. implicit def convertToDoubleMustWrapper(o: Double): DoubleMustWrapper

    Definition Classes
    MustMatchers
  100. implicit def convertToDoubleShouldWrapper(o: Double): DoubleShouldWrapper

    Definition Classes
    ShouldMatchers
  101. implicit def convertToEqualizer(left: Any): Equalizer

    Definition Classes
    Assertions
  102. implicit def convertToEvaluatingApplicationMustWrapper(o: ResultOfEvaluatingApplication): EvaluatingApplicationMustWrapper

    Definition Classes
    MustMatchers
  103. implicit def convertToEvaluatingApplicationShouldWrapper(o: ResultOfEvaluatingApplication): EvaluatingApplicationShouldWrapper

    Definition Classes
    ShouldMatchers
  104. implicit def convertToFloatMustWrapper(o: Float): FloatMustWrapper

    Definition Classes
    MustMatchers
  105. implicit def convertToFloatShouldWrapper(o: Float): FloatShouldWrapper

    Definition Classes
    ShouldMatchers
  106. implicit def convertToIntMustWrapper(o: Int): IntMustWrapper

    Definition Classes
    MustMatchers
  107. implicit def convertToIntShouldWrapper(o: Int): IntShouldWrapper

    Definition Classes
    ShouldMatchers
  108. implicit def convertToJavaCollectionMustWrapper[T](o: Collection[T]): JavaCollectionMustWrapper[T]

    Definition Classes
    MustMatchers
  109. implicit def convertToJavaCollectionShouldWrapper[T](o: Collection[T]): JavaCollectionShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  110. implicit def convertToJavaListMustWrapper[T](o: List[T]): JavaListMustWrapper[T]

    Definition Classes
    MustMatchers
  111. implicit def convertToJavaListShouldWrapper[T](o: List[T]): JavaListShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  112. implicit def convertToJavaMapMustWrapper[K, V](o: Map[K, V]): JavaMapMustWrapper[K, V]

    Definition Classes
    MustMatchers
  113. implicit def convertToJavaMapShouldWrapper[K, V](o: Map[K, V]): JavaMapShouldWrapper[K, V]

    Definition Classes
    ShouldMatchers
  114. implicit def convertToListMustWrapper[T](o: List[T]): ListMustWrapper[T]

    Definition Classes
    MustMatchers
  115. implicit def convertToListShouldWrapper[T](o: List[T]): ListShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  116. implicit def convertToLongMustWrapper(o: Long): LongMustWrapper

    Definition Classes
    MustMatchers
  117. implicit def convertToLongShouldWrapper(o: Long): LongShouldWrapper

    Definition Classes
    ShouldMatchers
  118. implicit def convertToMapMustWrapper[K, V](o: Map[K, V]): MapMustWrapper[K, V]

    Definition Classes
    MustMatchers
  119. implicit def convertToMapShouldWrapper[K, V](o: Map[K, V]): MapShouldWrapper[K, V]

    Definition Classes
    ShouldMatchers
  120. implicit def convertToMatcherWrapper[T](leftMatcher: Matcher[T]): MatcherWrapper[T]

    Definition Classes
    ClassicMatchers
  121. implicit def convertToSeqMustWrapper[T](o: Seq[T]): SeqMustWrapper[T]

    Definition Classes
    MustMatchers
  122. implicit def convertToSeqShouldWrapper[T](o: Seq[T]): SeqShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  123. implicit def convertToShortMustWrapper(o: Short): ShortMustWrapper

    Definition Classes
    MustMatchers
  124. implicit def convertToShortShouldWrapper(o: Short): ShortShouldWrapper

    Definition Classes
    ShouldMatchers
  125. implicit def convertToStringMustWrapper(o: String): StringMustWrapper

    Definition Classes
    MustMatchers → MustVerb
  126. implicit def convertToStringShouldWrapper(o: String): StringShouldWrapper

    Definition Classes
    ShouldMatchers → ShouldVerb
  127. implicit def convertToTraversableMustWrapper[T](o: Traversable[T]): TraversableMustWrapper[T]

    Definition Classes
    MustMatchers
  128. implicit def convertToTraversableShouldWrapper[T](o: Traversable[T]): TraversableShouldWrapper[T]

    Definition Classes
    ShouldMatchers
  129. implicit def convertTraversableMatcherToArrayMatcher[T](traversableMatcher: Matcher[Traversable[T]]): Matcher[Array[T]]

    Definition Classes
    ClassicMatchers
  130. implicit def convertTraversableMatcherToJavaCollectionMatcher[T](traversableMatcher: Matcher[Traversable[T]]): Matcher[Collection[T]]

    Definition Classes
    ClassicMatchers
  131. def createBody(name: String, content: Any): UploadableBody

    Definition Classes
    HttpComponentsClient
  132. def createClient: DefaultHttpClient

    Attributes
    protected
    Definition Classes
    HttpComponentsClient
  133. def delete[A](uri: String, params: Iterable[(String, String)], headers: Map[String, String])(f: ⇒ A): A

    Definition Classes
    Client
  134. val endWith: EndWithWord

    Definition Classes
    ClassicMatchers
  135. def ensureSessionIsSerializable(): Unit

    Attributes
    protected
    Definition Classes
    JettyContainer → Container
  136. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  137. def equal(right: Any): Matcher[Any]

    Definition Classes
    ClassicMatchers
  138. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  139. def evaluating(fun: ⇒ Any): ResultOfEvaluatingApplication

    Definition Classes
    ClassicMatchers
  140. final def execute(testName: String, configMap: Map[String, Any], color: Boolean, durations: Boolean, shortstacks: Boolean, fullstacks: Boolean, stats: Boolean): Unit

    Definition Classes
    Suite
  141. def expectResult(expected: Any)(actual: Any): Unit

    Definition Classes
    Assertions
  142. def expectResult(expected: Any, clue: Any)(actual: Any): Unit

    Definition Classes
    Assertions
  143. def expectedTestCount(filter: Filter): Int

    Definition Classes
    Suite → AbstractSuite
  144. def fail(cause: Throwable): Nothing

    Definition Classes
    Assertions
  145. def fail(message: String, cause: Throwable): Nothing

    Definition Classes
    Assertions
  146. def fail(message: String): Nothing

    Definition Classes
    Assertions
  147. def fail(): Nothing

    Definition Classes
    Assertions
  148. def feature(description: String)(fun: ⇒ Unit): Unit

    Attributes
    protected
    Definition Classes
    FeatureSpec
  149. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  150. val fullyMatch: FullyMatchWord

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

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

    Definition Classes
    Client
  153. def get[A](uri: String)(f: ⇒ A): A

    Definition Classes
    Client
  154. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  155. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  156. val have: HaveWord

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

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

    Definition Classes
    Client
  159. def head[A](uri: String)(f: ⇒ A): A

    Definition Classes
    Client
  160. def header: DefaultMap[String, String]

    Definition Classes
    Client
  161. def ignore(specText: String, testTags: Tag*)(testFun: ⇒ Unit): Unit

    Attributes
    protected
    Definition Classes
    FeatureSpec
  162. val include: IncludeWord

    Definition Classes
    ClassicMatchers
  163. implicit def info: Informer

    Attributes
    protected
    Definition Classes
    FeatureSpec
  164. def intercept[T <: AnyRef](f: ⇒ Any)(implicit manifest: Manifest[T]): T

    Definition Classes
    Assertions
  165. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  166. val key: KeyWord

    Definition Classes
    ClassicMatchers
  167. val length: LengthWord

    Definition Classes
    ClassicMatchers
  168. def localPort: Option[Int]

    Definition Classes
    EmbeddedJettyContainer
  169. def mount(app: Filter, path: String, dispatches: EnumSet[DispatcherType]): FilterHolder

    Definition Classes
    JettyContainer
  170. def mount(servlet: HttpServlet, path: String): Unit

    Definition Classes
    JettyContainer
  171. def mount(klass: Class[_], path: String): org.eclipse.jetty.servlet.Holder[_ >: javax.servlet.Servlet with javax.servlet.Filter <: java.lang.Object]

    Definition Classes
    JettyContainer
  172. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  173. def nestedSuites: List[Suite]

    Definition Classes
    Suite → AbstractSuite
  174. val not: NotWord

    Definition Classes
    ClassicMatchers
  175. final def notify(): Unit

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

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

    Definition Classes
    Client
  178. def patch[A](uri: String, body: Array[Byte], headers: Map[String, String])(f: ⇒ A): A

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

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

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

    Definition Classes
    Client
  182. def pending: PendingNothing

    Definition Classes
    Suite
  183. def pendingUntilFixed(f: ⇒ Unit): Unit

    Definition Classes
    Suite
  184. def port: Int

    Definition Classes
    EmbeddedJettyContainer
  185. def post[A](uri: String, params: Iterable[(String, String)], files: Iterable[(String, Any)], headers: Map[String, String])(f: ⇒ A): A

    Definition Classes
    Client
  186. def post[A](uri: String, params: Iterable[(String, String)], files: Iterable[(String, Any)])(f: ⇒ A): A

    Definition Classes
    Client
  187. def post[A](uri: String, body: Array[Byte], headers: Map[String, String])(f: ⇒ A): A

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

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

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

    Definition Classes
    Client
  191. def produce[T](implicit manifest: Manifest[T]): ResultOfProduceInvocation[T]

    Definition Classes
    ClassicMatchers
  192. def put[A](uri: String, params: Iterable[(String, String)], files: Iterable[(String, Any)], headers: Map[String, String])(f: ⇒ A): A

    Definition Classes
    Client
  193. def put[A](uri: String, params: Iterable[(String, String)], files: Iterable[(String, Any)])(f: ⇒ A): A

    Definition Classes
    Client
  194. def put[A](uri: String, body: Array[Byte], headers: Map[String, String])(f: ⇒ A): A

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

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

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

    Definition Classes
    Client
  198. val regex: RegexWord

    Definition Classes
    ClassicMatchers
  199. var resourceBasePath: String

    Definition Classes
    Container
  200. def response: ClientResponse

    Definition Classes
    Client
  201. def run(testName: Option[String], reporter: Reporter, stopper: Stopper, filter: Filter, configMap: Map[String, Any], distributor: Option[Distributor], tracker: Tracker): Unit

    Definition Classes
    BeforeAndAfterAll → AbstractSuite
  202. def runNestedSuites(reporter: Reporter, stopper: Stopper, filter: Filter, configMap: Map[String, Any], distributor: Option[Distributor], tracker: Tracker): Unit

    Attributes
    protected
    Definition Classes
    Suite → AbstractSuite
  203. def runTest(testName: String, reporter: Reporter, stopper: Stopper, configMap: Map[String, Any], tracker: Tracker): Unit

    Attributes
    protected
    Definition Classes
    FeatureSpec → Suite → AbstractSuite
  204. def runTests(testName: Option[String], reporter: Reporter, stopper: Stopper, filter: Filter, configMap: Map[String, Any], distributor: Option[Distributor], tracker: Tracker): Unit

    Attributes
    protected
    Definition Classes
    FeatureSpec → Suite → AbstractSuite
  205. def scenario(specText: String, testTags: Tag*)(testFun: ⇒ Unit): Unit

    Attributes
    protected
    Definition Classes
    FeatureSpec
  206. def scenariosFor(unit: Unit): Unit

    Attributes
    protected
    Definition Classes
    FeatureSpec
  207. lazy val server: Server

    Definition Classes
    EmbeddedJettyContainer
  208. lazy val servletContextHandler: ServletContextHandler

    Definition Classes
    EmbeddedJettyContainer → JettyContainer
  209. def session[A](f: ⇒ A): A

    Definition Classes
    HttpComponentsClient → Client
  210. val size: SizeWord

    Definition Classes
    ClassicMatchers
  211. def start(): Unit

    Definition Classes
    EmbeddedJettyContainer → Container
  212. val startWith: StartWithWord

    Definition Classes
    ClassicMatchers
  213. def status: Int

    Definition Classes
    Client
  214. def stop(): Unit

    Definition Classes
    EmbeddedJettyContainer → Container
  215. implicit def stringToByteArray(str: String): Array[Byte]

    Definition Classes
    ImplicitConversions
  216. final val styleName: String

    Definition Classes
    FeatureSpec → Suite → AbstractSuite
  217. def submit[A](method: String, path: String, queryParams: Iterable[(String, String)], headers: Map[String, String], body: Array[Byte])(f: ⇒ A): A

    Definition Classes
    HttpComponentsClient → Client
  218. def submitMultipart[A](method: String, path: String, params: Iterable[(String, String)], headers: Map[String, String], files: Iterable[(String, Any)])(f: ⇒ A): A

    Attributes
    protected
    Definition Classes
    HttpComponentsClient → Client
  219. def suiteName: String

    Definition Classes
    Suite
  220. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  221. def tags: Map[String, Set[String]]

    Definition Classes
    FeatureSpec → Suite → AbstractSuite
  222. def testNames: Set[String]

    Definition Classes
    FeatureSpec → Suite → AbstractSuite
  223. val theSameInstanceAs: TheSameInstanceAsPhrase

    Definition Classes
    ClassicMatchers
  224. def toString(): String

    Definition Classes
    AnyRef → Any
  225. def trace[A](uri: String, params: Iterable[(String, String)], headers: Map[String, String])(f: ⇒ A): A

    Definition Classes
    Client
  226. val value: ValueWord

    Definition Classes
    ClassicMatchers
  227. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  230. def withClue[T](clue: Any)(fun: ⇒ T): T

    Definition Classes
    Assertions
  231. def withFixture(test: NoArgTest): Unit

    Attributes
    protected
    Definition Classes
    Suite → AbstractSuite
  232. def withResponse[A](res: ClientResponse)(f: ⇒ A): A

    Attributes
    protected
    Definition Classes
    Client

Deprecated Value Members

  1. def expect(expected: Any)(actual: Any): Unit

    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    (Since version scala.this.deprecated.init$default$2) This expect method has been deprecated. Please replace all invocations of expect with an identical invocation of expectResult instead.

  2. def expect(expected: Any, clue: Any)(actual: Any): Unit

    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    (Since version scala.this.deprecated.init$default$2) This expect method has been deprecated. Please replace all invocations of expect with an identical invocation of expectResult instead.

Inherited from ScalatraSuite

Inherited from ShouldMatchers

Inherited from ShouldVerb

Inherited from MustMatchers

Inherited from MustVerb

Inherited from Matchers

Inherited from ClassicMatchers

Inherited from BeforeAndAfterAll

Inherited from ScalatraTests

Inherited from HttpComponentsClient

Inherited from Client

Inherited from ImplicitConversions

Inherited from EmbeddedJettyContainer

Inherited from JettyContainer

Inherited from Container

Inherited from FeatureSpec

Inherited from Suite

Inherited from Serializable

Inherited from AbstractSuite

Inherited from Assertions

Inherited from AnyRef

Inherited from Any