Packages

trait Hosted extends BeforeAfterAll

Source
Hosted.scala
Linear Supertypes
BeforeAfterAll, FragmentsFactory, SpecificationStructure, ContextualSpecificationStructure, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Hosted
  2. BeforeAfterAll
  3. FragmentsFactory
  4. SpecificationStructure
  5. ContextualSpecificationStructure
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait ByteStringToConverter[A] extends AnyRef
  2. implicit class HttpUrlExtensions extends AnyRef
  3. implicit class RequestExtensions extends AnyRef
  4. case class Response(code: Int, headers: Map[String, List[String]], body: Option[ByteString]) extends Product with Serializable
  5. case class StatusCode(code: Int) extends RuntimeException with Product with Serializable

Abstract Value Members

  1. abstract def is: SpecStructure
    Definition Classes
    SpecificationStructure

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def afterAll(): Unit
    Definition Classes
    Hosted → BeforeAfterAll
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def beforeAll(): Unit
    Definition Classes
    Hosted → BeforeAfterAll
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def decorate(is: SpecStructure, env: Env): SpecStructure
    Definition Classes
    SpecificationStructure
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. def fragmentFactory: FragmentFactory
    Attributes
    protected
    Definition Classes
    FragmentsFactory
  13. def fragments: (Env) => Fragments
    Definition Classes
    ContextualSpecificationStructure
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. val host: HttpUrl
  17. def http(req: Request): Response
  18. def httpx(req: Request): Response
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def map(fs: => Fragments): Fragments
    Definition Classes
    BeforeAfterAll → SpecificationStructure
  21. def map(fs: => Fragments, env: Env): Fragments
    Definition Classes
    SpecificationStructure
  22. def map(structure: SpecStructure): SpecStructure
    Definition Classes
    SpecificationStructure
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val port: Int
  27. def req(url: HttpUrl): Request
  28. def requestWithNewClient(req: Request, builder: Builder): Response
  29. def structure: (Env) => SpecStructure
    Definition Classes
    SpecificationStructure → ContextualSpecificationStructure
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. implicit def urlToGetRequest(url: HttpUrl): Request
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. object ByteStringToConverter

Inherited from BeforeAfterAll

Inherited from FragmentsFactory

Inherited from SpecificationStructure

Inherited from ContextualSpecificationStructure

Inherited from AnyRef

Inherited from Any

Ungrouped