colossus

testkit

package testkit

Visibility
  1. Public
  2. All

Type Members

  1. trait CallbackMatchers extends AnyRef

  2. case class CallbackMessage[T](cb: Callback[T]) extends GenericCallback with Product with Serializable

  3. abstract class ColossusSpec extends TestKit with ImplicitSender with WordSpecLike with MustMatchers with BeforeAndAfterAll

  4. trait GenericCallback extends AnyRef

  5. class GenericExecutor extends Actor with CallbackExecution

  6. abstract class HttpServiceSpec extends ServiceSpec[Http]

  7. class MockWriteBuffer extends WriteBuffer

    if a handler is passed, the buffer will call the handler's readyForData, and it will call it's own handleWrite if interestRW is true

  8. class MockWriteEndpoint extends MockWriteBuffer with WriteEndpoint

  9. class PipeFoldTester[T] extends AnyRef

    This can be used to test folding on pipes.

  10. abstract class ServiceSpec[C <: CodecDSL] extends ColossusSpec

Value Members

  1. object CallbackAwait

  2. object CallbackMatchers extends CallbackMatchers

  3. object FakeIOSystem

  4. object PipeFoldTester

Ungrouped