Documentation ¶
Overview ¶
Package test provides testing utilities for users of slackscot to help writing tests for their plugins and extensions
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmojiReactionCaptor ¶
EmojiReactionCaptor captures emoji reactions recorded by invocations of AddReaction. It only supports recording emojis for one given channel and timestamp
func NewEmojiReactionCaptor ¶
func NewEmojiReactionCaptor() (emojiReactionCaptor *EmojiReactionCaptor)
NewEmojiReactionCaptor returns a new EmojiReactionCaptor with an initialized emojis array
func (*EmojiReactionCaptor) AddReaction ¶
func (e *EmojiReactionCaptor) AddReaction(name string, item slack.ItemRef) error
Directories ¶
Path | Synopsis |
---|---|
Package assertaction provides testing functions for validation a plugin action's behavior
|
Package assertaction provides testing functions for validation a plugin action's behavior |
Package assertanswer provides testing functions to validate a plugin's answer
|
Package assertanswer provides testing functions to validate a plugin's answer |
Click to show internal directories.
Click to hide internal directories.