org.scalatra.test.scalatest

ScalatraFreeSpec

trait ScalatraFreeSpec extends FreeSpec with ScalatraSuite

Convenience trait to add Scalatra test support to FreeSpec.

Linear Supertypes
ScalatraSuite, ShouldMatchers, ShouldVerb, MustMatchers, MustVerb, Matchers, ClassicMatchers, BeforeAndAfterAll, ScalatraTests, HttpComponentsClient, Client, ImplicitConversions, EmbeddedJettyContainer, JettyContainer, Container, FreeSpec, Suite, Serializable, AbstractSuite, Assertions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ScalatraFreeSpec
  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. FreeSpec
  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. val behave: BehaveWord

    Attributes
    protected
    Definition Classes
    FreeSpec
  30. def body: String

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

    Definition Classes
    Client
  32. def clone(): AnyRef

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

    Definition Classes
    Client
  34. val contain: ContainWord

    Definition Classes
    ClassicMatchers
  35. def contextPath: String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ShouldMatchers
  107. implicit def convertToFreeSpecStringWrapper(s: String): FreeSpecStringWrapper

    Attributes
    protected
    Definition Classes
    FreeSpec
  108. implicit def convertToIntMustWrapper(o: Int): IntMustWrapper

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    HttpComponentsClient
  134. def createClient: DefaultHttpClient

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

    Definition Classes
    Client
  136. val endWith: EndWithWord

    Definition Classes
    ClassicMatchers
  137. def ensureSessionIsSerializable(): Unit

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Assertions
  149. def fail(): Nothing

    Definition Classes
    Assertions
  150. def finalize(): Unit

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  157. val have: HaveWord

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

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

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

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

    Definition Classes
    Client
  162. val include: IncludeWord

    Definition Classes
    ClassicMatchers
  163. implicit def info: Informer

    Attributes
    protected
    Definition Classes
    FreeSpec
  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
    FreeSpec → 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
    FreeSpec → Suite → AbstractSuite
  205. lazy val server: Server

    Definition Classes
    EmbeddedJettyContainer
  206. lazy val servletContextHandler: ServletContextHandler

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

    Definition Classes
    HttpComponentsClient → Client
  208. val size: SizeWord

    Definition Classes
    ClassicMatchers
  209. def start(): Unit

    Definition Classes
    EmbeddedJettyContainer → Container
  210. val startWith: StartWithWord

    Definition Classes
    ClassicMatchers
  211. def status: Int

    Definition Classes
    Client
  212. def stop(): Unit

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

    Definition Classes
    ImplicitConversions
  214. final val styleName: String

    Definition Classes
    FreeSpec → Suite → AbstractSuite
  215. 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
  216. 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
  217. def suiteName: String

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

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

    Definition Classes
    FreeSpec → Suite → AbstractSuite
  220. def testNames: Set[String]

    Definition Classes
    FreeSpec → Suite → AbstractSuite
  221. val theSameInstanceAs: TheSameInstanceAsPhrase

    Definition Classes
    ClassicMatchers
  222. def toString(): String

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

    Definition Classes
    Client
  224. val value: ValueWord

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Suite → AbstractSuite
  230. 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 FreeSpec

Inherited from Suite

Inherited from Serializable

Inherited from AbstractSuite

Inherited from Assertions

Inherited from AnyRef

Inherited from Any