zio.http
package zio.http
Members list
Concise view
Type members
Classlikes
case class TestChannel(in: Queue[WebSocketChannelEvent], out: Queue[WebSocketChannelEvent], promise: Promise[Nothing, Unit]) extends WebSocketChannel
Attributes
object TestChannel
Attributes
- Companion:
- class
- Graph
- Supertypes
- Self type
- TestChannel.type
Enables tests that use a client without needing a live Server
Enables tests that use a client without needing a live Server
Attributes
- behavior
Contains the user-specified behavior that takes the place of the usual Server
- Companion:
- object
- Graph
- Supertypes
object TestClient
Attributes
- Companion:
- class
- Graph
- Supertypes
- Self type
- TestClient.type
Enables tests that make calls against "localhost" with user-specified Behavior/Responses.
Enables tests that make calls against "localhost" with user-specified Behavior/Responses.
Attributes
- bindPort
Port for HTTP interactions
- driver
The web driver that accepts our Server behavior
- Companion:
- object
- Graph
- Supertypes
object TestServer
Attributes
- Companion:
- class
- Graph
- Supertypes
- Self type
- TestServer.type