org.scalatra.test.scalatest

ScalatraJUnit3Suite

trait ScalatraJUnit3Suite extends JUnit3Suite with ScalatraSuite

Convenience trait to add Scalatra test support to JUnit3Suite.

Linear Supertypes
ScalatraSuite, ShouldMatchers, ShouldVerb, MustMatchers, MustVerb, Matchers, ClassicMatchers, BeforeAndAfterAll, ScalatraTests, HttpComponentsClient, Client, ImplicitConversions, EmbeddedJettyContainer, JettyContainer, Container, JUnit3Suite, AssertionsForJUnit, Suite, Serializable, AbstractSuite, Assertions, TestCase, Test, Assert, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ScalatraJUnit3Suite
  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. JUnit3Suite
  18. AssertionsForJUnit
  19. Suite
  20. Serializable
  21. AbstractSuite
  22. Assertions
  23. TestCase
  24. Test
  25. Assert
  26. AnyRef
  27. 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 countTestCases(): Int

    Definition Classes
    TestCase → Test
  132. def createBody(name: String, content: Any): UploadableBody

    Definition Classes
    HttpComponentsClient
  133. def createClient: DefaultHttpClient

    Attributes
    protected
    Definition Classes
    HttpComponentsClient
  134. def createResult(): TestResult

    Attributes
    protected[framework]
    Definition Classes
    TestCase
  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
    JUnit3Suite → 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 getName(): String

    Definition Classes
    TestCase
  157. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  158. val have: HaveWord

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

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

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

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

    Definition Classes
    Client
  163. val include: IncludeWord

    Definition Classes
    ClassicMatchers
  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 run(arg0: TestResult): Unit

    Definition Classes
    TestCase → Test
  203. def run(): TestResult

    Definition Classes
    TestCase
  204. def runBare(): Unit

    Definition Classes
    TestCase
    Annotations
    @throws()
  205. final def runNestedSuites(reporter: Reporter, stopper: Stopper, filter: Filter, configMap: Map[String, Any], distributor: Option[Distributor], tracker: Tracker): Unit

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

    Attributes
    protected
    Definition Classes
    JUnit3Suite → Suite → AbstractSuite
  207. def runTest(): Unit

    Attributes
    protected[framework]
    Definition Classes
    TestCase
    Annotations
    @throws()
  208. final 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
    JUnit3Suite → Suite → AbstractSuite
  209. lazy val server: Server

    Definition Classes
    EmbeddedJettyContainer
  210. lazy val servletContextHandler: ServletContextHandler

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

    Definition Classes
    HttpComponentsClient → Client
  212. def setName(arg0: String): Unit

    Definition Classes
    TestCase
  213. def setUp(): Unit

    Attributes
    protected[framework]
    Definition Classes
    TestCase
    Annotations
    @throws()
  214. val size: SizeWord

    Definition Classes
    ClassicMatchers
  215. def start(): Unit

    Definition Classes
    EmbeddedJettyContainer → Container
  216. val startWith: StartWithWord

    Definition Classes
    ClassicMatchers
  217. def status: Int

    Definition Classes
    Client
  218. def stop(): Unit

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

    Definition Classes
    ImplicitConversions
  220. final val styleName: String

    Definition Classes
    JUnit3Suite → Suite → AbstractSuite
  221. 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
  222. 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
  223. def suiteName: String

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

    Definition Classes
    AnyRef
  225. def tags: Map[String, Nothing]

    Definition Classes
    JUnit3Suite → Suite → AbstractSuite
  226. def tearDown(): Unit

    Attributes
    protected[framework]
    Definition Classes
    TestCase
    Annotations
    @throws()
  227. def testNames: Set[String]

    Definition Classes
    JUnit3Suite → Suite → AbstractSuite
  228. val theSameInstanceAs: TheSameInstanceAsPhrase

    Definition Classes
    ClassicMatchers
  229. def toString(): String

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

    Definition Classes
    Client
  231. val value: ValueWord

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

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

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

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

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

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

Inherited from AssertionsForJUnit

Inherited from Suite

Inherited from Serializable

Inherited from AbstractSuite

Inherited from Assertions

Inherited from TestCase

Inherited from Test

Inherited from Assert

Inherited from AnyRef

Inherited from Any