ratz/src/chatservers/commands/mocks/CommandComponentActivation.go

type CommandComponentActivation

// ActivatedBy provides a mock function with given fields:
func (_m *CommandComponentActivation) ActivatedBy() common.UserRecord {}

// AddButtonToResponse provides a mock function with given fields: button
func (_m *CommandComponentActivation) AddButtonToResponse(button commands.CommandButton) {}

// AddSelectBoxToResponse provides a mock function with given fields: selectBox
func (_m *CommandComponentActivation) AddSelectBoxToResponse(selectBox commands.CommandSelectBox) {}

// AwardCommandWithReputation provides a mock function with given fields: points
func (_m *CommandComponentActivation) AwardCommandWithReputation(points int) {}

// Channel provides a mock function with given fields:
func (_m *CommandComponentActivation) Channel() common.Channel {}

// ClearComponents provides a mock function with given fields:
func (_m *CommandComponentActivation) ClearComponents() {}

// DeleteResponse provides a mock function with given fields:
func (_m *CommandComponentActivation) DeleteResponse() {}

// EditResponseWithEmbed provides a mock function with given fields: text, embed
func (_m *CommandComponentActivation) EditResponseWithEmbed(text string, embed common.MessageEmbed) {}

// EditResponseWithEmbeds provides a mock function with given fields: text, embeds
func (_m *CommandComponentActivation) EditResponseWithEmbeds(text string, embeds []common.MessageEmbed) {}

// EditResponseWithImage provides a mock function with given fields: image
func (_m *CommandComponentActivation) EditResponseWithImage(image common.MessageImage) {}

// EditResponseWithText provides a mock function with given fields: text
func (_m *CommandComponentActivation) EditResponseWithText(text string) {}

// InputFormValues provides a mock function with given fields:
func (_m *CommandComponentActivation) InputFormValues() commands.CommandInputValues {}

// InputUsers provides a mock function with given fields:
func (_m *CommandComponentActivation) InputUsers() []common.UserRecord {}

// InputValues provides a mock function with given fields:
func (_m *CommandComponentActivation) InputValues() commands.CommandInputValues {}

// ReplaceWithEmbed provides a mock function with given fields: text, embed
func (_m *CommandComponentActivation) ReplaceWithEmbed(text string, embed common.MessageEmbed) {}

// ReplaceWithEmbeds provides a mock function with given fields: text, embeds
func (_m *CommandComponentActivation) ReplaceWithEmbeds(text string, embeds []common.MessageEmbed) {}

// ReplaceWithImage provides a mock function with given fields: image
func (_m *CommandComponentActivation) ReplaceWithImage(image common.MessageImage) {}

// ReplaceWithText provides a mock function with given fields: text
func (_m *CommandComponentActivation) ReplaceWithText(text string) {}

// RespondWithEmbed provides a mock function with given fields: text, embed
func (_m *CommandComponentActivation) RespondWithEmbed(text string, embed common.MessageEmbed) {}

// RespondWithEmbeds provides a mock function with given fields: text, embeds
func (_m *CommandComponentActivation) RespondWithEmbeds(text string, embeds []common.MessageEmbed) {}

// RespondWithForm provides a mock function with given fields: form
func (_m *CommandComponentActivation) RespondWithForm(form commands.CommandForm) {}

// RespondWithImage provides a mock function with given fields: image
func (_m *CommandComponentActivation) RespondWithImage(image common.MessageImage) {}

// RespondWithText provides a mock function with given fields: text
func (_m *CommandComponentActivation) RespondWithText(text string) {}

// Server provides a mock function with given fields:
func (_m *CommandComponentActivation) Server() common.ChatServer {}

// NewCommandComponentActivation creates a new instance of CommandComponentActivation. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
// The first argument is typically a *testing.T value.
func NewCommandComponentActivation(t interface {}