Trait/Object

com.itv.bucky.test

IOAmqpClientTest

Related Docs: object IOAmqpClientTest | package test

Permalink

trait IOAmqpClientTest extends AmqpClientTest[IO]

Linear Supertypes
AmqpClientTest[IO], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IOAmqpClientTest
  2. AmqpClientTest
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit val F: ConcurrentEffect[IO]

    Permalink
    Definition Classes
    IOAmqpClientTestAmqpClientTest
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def client(config: AmqpClientConfig = Config.empty()): Resource[IO, AmqpClient[IO]]

    Permalink

    A publish will fail if any handler throws an exception

    A publish will fail if any handler throws an exception

    Definition Classes
    AmqpClientTest
  7. def client(channel: StubChannel[IO], config: AmqpClientConfig): Resource[IO, AmqpClient[IO]]

    Permalink
    Definition Classes
    AmqpClientTest
  8. def clientAllAck(config: AmqpClientConfig = Config.empty()): Resource[IO, AmqpClient[IO]]

    Permalink

    For a publish to succeed all handlers must respond with Ack

    For a publish to succeed all handlers must respond with Ack

    Definition Classes
    AmqpClientTest
  9. def clientForgiving(config: AmqpClientConfig = Config.empty()): Resource[IO, AmqpClient[IO]]

    Permalink

    Publishes always succeed, even if a handler throws an exception or does not Ack

    Publishes always succeed, even if a handler throws an exception or does not Ack

    Definition Classes
    AmqpClientTest
  10. def clientPublishTimeout(config: AmqpClientConfig = Config.empty()): Resource[IO, AmqpClient[IO]]

    Permalink

    Every attempt to publish will result in a timeout (after the time specified in config)

    Every attempt to publish will result in a timeout (after the time specified in config)

    Definition Classes
    AmqpClientTest
  11. def clientStrict(config: AmqpClientConfig = Config.empty()): Resource[IO, AmqpClient[IO]]

    Permalink

    A publish will fail if any handler throws an exception

    A publish will fail if any handler throws an exception

    Definition Classes
    AmqpClientTest
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. implicit val contextShift: ContextShift[IO]

    Permalink
    Definition Classes
    IOAmqpClientTestAmqpClientTest
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. implicit val globalExecutionContext: ExecutionContext

    Permalink
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def runAmqpTest(test: (AmqpClient[IO]) ⇒ IO[Unit]): Unit

    Permalink

    A publish will fail if any handler throws an exception

    A publish will fail if any handler throws an exception

    Definition Classes
    AmqpClientTest
  25. def runAmqpTest(clientResource: Resource[IO, AmqpClient[IO]])(test: (AmqpClient[IO]) ⇒ IO[Unit]): Unit

    Permalink
    Definition Classes
    AmqpClientTest
  26. def runAmqpTestAllAck(test: (AmqpClient[IO]) ⇒ IO[Unit]): Unit

    Permalink

    For a publish to succeed all handlers must respond with Ack

    For a publish to succeed all handlers must respond with Ack

    Definition Classes
    AmqpClientTest
  27. def runAmqpTestForgiving(test: (AmqpClient[IO]) ⇒ IO[Unit]): Unit

    Permalink

    Publishes always succeed, even if a handler throws an exception or does not Ack

    Publishes always succeed, even if a handler throws an exception or does not Ack

    Definition Classes
    AmqpClientTest
  28. def runAmqpTestPublishTimeout(test: (AmqpClient[IO]) ⇒ IO[Unit]): Unit

    Permalink

    Every attempt to publish will result in a timeout (after the time specified in config)

    Every attempt to publish will result in a timeout (after the time specified in config)

    Definition Classes
    AmqpClientTest
  29. def runAmqpTestStrict(test: (AmqpClient[IO]) ⇒ IO[Unit]): Unit

    Permalink

    A publish will fail if any handler throws an exception

    A publish will fail if any handler throws an exception

    Definition Classes
    AmqpClientTest
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. implicit val timer: Timer[IO]

    Permalink
    Definition Classes
    IOAmqpClientTestAmqpClientTest
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AmqpClientTest[IO]

Inherited from AnyRef

Inherited from Any

Ungrouped