MockSlackAPIClient

io.laserdisc.slack4s.slack.internal.MockSlackAPIClient
case class MockSlackAPIClient[F[_]](respondInvocations: Ref[F, List[(String, ChatPostMessageRequest)]])(using evidence$2: Async[F]) extends SlackAPIClient[F]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SlackAPIClient[F]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getRespondInvocations: F[List[(String, ChatPostMessageRequest)]]
override def respond(url: String, input: ChatPostMessageRequest): F[Unit]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product