org.scalatra.test.scalatest

ScalatraWordSpec

trait ScalatraWordSpec extends WordSpec with ScalatraSuite

Convenience trait to add Scalatra test support to WordSpec.

Linear Supertypes
ScalatraSuite, ShouldMatchers, MustMatchers, Matchers, ClassicMatchers, BeforeAndAfterAll, ScalatraTests, HttpComponentsClient, Client, ImplicitConversions, EmbeddedJettyContainer, JettyContainer, Container, WordSpec, CanVerb, MustVerb, ShouldVerb, Suite, Serializable, AbstractSuite, Assertions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ScalatraWordSpec
  2. ScalatraSuite
  3. ShouldMatchers
  4. MustMatchers
  5. Matchers
  6. ClassicMatchers
  7. BeforeAndAfterAll
  8. ScalatraTests
  9. HttpComponentsClient
  10. Client
  11. ImplicitConversions
  12. EmbeddedJettyContainer
  13. JettyContainer
  14. Container
  15. WordSpec
  16. CanVerb
  17. MustVerb
  18. ShouldVerb
  19. Suite
  20. Serializable
  21. AbstractSuite
  22. Assertions
  23. AnyRef
  24. 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. def afterWord(text: String): AfterWord

    Attributes
    protected
    Definition Classes
    WordSpec
  20. val an: AnWord

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

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

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

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

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

    Definition Classes
    Assertions
  26. def baseUrl: String

    Definition Classes
    EmbeddedJettyContainer
  27. val be: BeWord

    Definition Classes
    ClassicMatchers
  28. 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
  29. def beforeAll(configMap: Map[String, Any]): Unit

    Attributes
    protected
    Definition Classes
    BeforeAndAfterAll
  30. val behave: BehaveWord

    Attributes
    protected
    Definition Classes
    WordSpec
  31. def body: String

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

    Definition Classes
    Client
  33. def clone(): AnyRef

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

    Definition Classes
    Client
  35. val contain: ContainWord

    Definition Classes
    ClassicMatchers
  36. def contextPath: String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ShouldMatchers
  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 convertToStringCanWrapper(o: String): StringCanWrapperForVerb

    Definition Classes
    CanVerb
  128. implicit def convertToStringMustWrapper(o: String): StringMustWrapper

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

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

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

    Definition Classes
    ShouldMatchers
  132. implicit def convertToWordSpecStringWrapper(s: String): WordSpecStringWrapper

    Attributes
    protected
    Definition Classes
    WordSpec
  133. implicit def convertTraversableMatcherToArrayMatcher[T](traversableMatcher: Matcher[Traversable[T]]): Matcher[Array[T]]

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

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

    Definition Classes
    HttpComponentsClient
  136. def createClient: DefaultHttpClient

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

    Definition Classes
    Client
  138. val endWith: EndWithWord

    Definition Classes
    ClassicMatchers
  139. def ensureSessionIsSerializable(): Unit

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Assertions
  151. def fail(): Nothing

    Definition Classes
    Assertions
  152. def finalize(): Unit

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  159. val have: HaveWord

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

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

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

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

    Definition Classes
    Client
  164. val include: IncludeWord

    Definition Classes
    ClassicMatchers
  165. implicit def info: Informer

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

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

    Definition Classes
    Any
  168. val key: KeyWord

    Definition Classes
    ClassicMatchers
  169. val length: LengthWord

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

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

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

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

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

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

    Definition Classes
    Suite → AbstractSuite
  176. val not: NotWord

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

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

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

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

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

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

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

    Definition Classes
    Client
  184. def pending: PendingNothing

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

    Definition Classes
    Suite
  186. def port: Int

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Client
  200. val regex: RegexWord

    Definition Classes
    ClassicMatchers
  201. var resourceBasePath: String

    Definition Classes
    Container
  202. def response: ClientResponse

    Definition Classes
    Client
  203. 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
  204. def runNestedSuites(reporter: Reporter, stopper: Stopper, filter: Filter, configMap: Map[String, Any], distributor: Option[Distributor], tracker: Tracker): Unit

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

    Attributes
    protected
    Definition Classes
    WordSpec → Suite → AbstractSuite
  206. 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
    WordSpec → Suite → AbstractSuite
  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
    WordSpec → Suite → AbstractSuite
  217. implicit val subjectRegistrationFunction: StringVerbBlockRegistration

    Attributes
    protected
    Definition Classes
    WordSpec
  218. implicit val subjectWithAfterWordRegistrationFunction: (String, String, ResultOfAfterWordApplication) ⇒ Unit

    Attributes
    protected
    Definition Classes
    WordSpec
  219. 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
  220. 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
  221. def suiteName: String

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

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

    Definition Classes
    WordSpec → Suite → AbstractSuite
  224. def testNames: Set[String]

    Definition Classes
    WordSpec → Suite → AbstractSuite
  225. val theSameInstanceAs: TheSameInstanceAsPhrase

    Definition Classes
    ClassicMatchers
  226. def toString(): String

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

    Definition Classes
    Client
  228. val value: ValueWord

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

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

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

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

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

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

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 WordSpec

Inherited from CanVerb

Inherited from MustVerb

Inherited from ShouldVerb

Inherited from Suite

Inherited from Serializable

Inherited from AbstractSuite

Inherited from Assertions

Inherited from AnyRef

Inherited from Any