object WSProbe

Source
WSProbe.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WSProbe
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(maxChunks: Int = 1000, maxChunkCollectionMills: Long = 5000)(implicit system: ActorSystem, materializer: Materializer): WSProbe

    Creates a WSProbe to use in tests against websocket handlers.

    Creates a WSProbe to use in tests against websocket handlers.

    maxChunks

    The maximum number of chunks to collect for streamed messages.

    maxChunkCollectionMills

    The maximum time in milliseconds to collect chunks for streamed messages.