Package

org.f100ded.play

fakews

Permalink

package fakews

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fakews
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class FakeRequest(method: String, url: String, body: ByteString = ByteString.empty, headers: Map[String, Seq[String]] = Map(), cookies: Seq[WSCookie] = Seq(), proxyServer: Option[WSProxyServer] = None) extends Product with Serializable

    Permalink
  2. implicit class FakeRequestContext extends AnyRef

    Permalink
  3. case class FakeResult(status: Int, statusText: String, body: WSBody = EmptyBody, headers: Map[String, Seq[String]] = Map(), cookies: Seq[WSCookie] = Seq()) extends Product with Serializable

    Permalink
  4. class RequestMethodExtractor extends AnyRef

    Permalink
  5. type Routes = PartialFunction[FakeRequest, FakeResult]

    Permalink
  6. class StandaloneFakeWSClient extends StandaloneWSClient

    Permalink
  7. case class StandaloneFakeWSRequest(routes: PartialFunction[FakeRequest, FakeResult], method: String = "GET", url: String, queryString: Map[String, Seq[String]] = Map(), body: WSBody = EmptyBody, headers: Map[String, Seq[String]] = Map(), cookies: Seq[WSCookie] = Seq(), auth: Option[(String, String, WSAuthScheme)] = None, proxyServer: Option[WSProxyServer] = None)(implicit mat: Materializer) extends StandaloneWSRequest with LazyLogging with Product with Serializable

    Permalink
  8. class StandaloneFakeWSResponse extends StandaloneWSResponse with DefaultBodyReadables with AhcUtilities

    Permalink

Value Members

  1. val Accepted: FakeResult

    Permalink
  2. val BadGateway: FakeResult

    Permalink
  3. val BadRequest: FakeResult

    Permalink
  4. val Conflict: FakeResult

    Permalink
  5. val Created: FakeResult

    Permalink
  6. val DELETE: RequestMethodExtractor

    Permalink
  7. val EntityTooLarge: FakeResult

    Permalink
  8. object Example extends App

    Permalink
  9. val ExpectationFailed: FakeResult

    Permalink
  10. val FailedDependency: FakeResult

    Permalink
  11. object FakeResult extends Serializable

    Permalink
  12. val Forbidden: FakeResult

    Permalink
  13. val GET: RequestMethodExtractor

    Permalink
  14. val GatewayTimeout: FakeResult

    Permalink
  15. val Gone: FakeResult

    Permalink
  16. val HEAD: RequestMethodExtractor

    Permalink
  17. val HttpVersionNotSupported: FakeResult

    Permalink
  18. val InsufficientStorage: FakeResult

    Permalink
  19. val InternalServerError: FakeResult

    Permalink
  20. val Locked: FakeResult

    Permalink
  21. val MethodNotAllowed: FakeResult

    Permalink
  22. val NoContent: FakeResult

    Permalink
  23. val NonAuthoritativeInformation: FakeResult

    Permalink
  24. val NotAcceptable: FakeResult

    Permalink
  25. val NotFound: FakeResult

    Permalink
  26. val NotImplemented: FakeResult

    Permalink
  27. val NotModified: FakeResult

    Permalink
  28. val OPTIONS: RequestMethodExtractor

    Permalink
  29. val Ok: FakeResult

    Permalink
  30. val PATCH: RequestMethodExtractor

    Permalink
  31. val POST: RequestMethodExtractor

    Permalink
  32. val PUT: RequestMethodExtractor

    Permalink
  33. val PaymentRequired: FakeResult

    Permalink
  34. val PreconditionFailed: FakeResult

    Permalink
  35. val RequestTimeout: FakeResult

    Permalink
  36. val ServiceUnavailable: FakeResult

    Permalink
  37. object StandaloneFakeWSClient

    Permalink
  38. val TooManyRequests: FakeResult

    Permalink
  39. val Unauthorized: FakeResult

    Permalink
  40. val UnprocessableEntity: FakeResult

    Permalink
  41. val UnsupportedMediaType: FakeResult

    Permalink
  42. val UriTooLong: FakeResult

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped