io.gatling.http.check

ws

package ws

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ws
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Expectation extends AnyRef

  2. case class ExpectedCount(count: Int) extends Expectation with Product with Serializable

  3. case class ExpectedRange(range: Range) extends Expectation with Product with Serializable

  4. case class UntilCount(count: Int) extends Expectation with Product with Serializable

  5. case class WsCheck(wrapped: Check[String], blocking: Boolean, timeout: FiniteDuration, expectation: Expectation, timestamp: Long = nowMillis) extends Check[String] with Product with Serializable

  6. type WsCheckBuilder = CheckBuilder[WsCheck, String, _, String]

  7. trait WsCheckDSL extends AnyRef

  8. trait WsCheckSupport extends WsCheckDSL

  9. class WsJsonPathCheckBuilder[X] extends DefaultMultipleFindCheckBuilder[WsCheck, String, Any, X]

  10. trait WsJsonPathOfType extends AnyRef

  11. class WsJsonpJsonPathCheckBuilder[X] extends DefaultMultipleFindCheckBuilder[WsCheck, String, Any, X]

  12. trait WsJsonpJsonPathOfType extends AnyRef

  13. class WsPlainCheckBuilder extends DefaultFindCheckBuilder[WsCheck, String, String, String]

  14. class WsRegexCheckBuilder[X] extends DefaultMultipleFindCheckBuilder[WsCheck, String, CharSequence, X]

  15. trait WsRegexOfType extends AnyRef

Inherited from AnyRef

Inherited from Any

Ungrouped