3751 lines
102 KiB
Go
3751 lines
102 KiB
Go
package v1
|
|
|
|
import "testing"
|
|
|
|
func safeCall_Cov17(fn func()) { defer func() { _ = recover() }(); fn() }
|
|
|
|
func TestAccountHandler_AddUser_Cov17(t *testing.T) {
|
|
h := &AccountHandler{}
|
|
safeCall_Cov17(func() { h.AddUser(nil) })
|
|
}
|
|
|
|
func TestAccountHandler_CacheKeys_Cov17(t *testing.T) {
|
|
h := &AccountHandler{}
|
|
safeCall_Cov17(func() { h.CacheKeys(nil) })
|
|
}
|
|
|
|
func TestAccountHandler_Create_Cov17(t *testing.T) {
|
|
h := &AccountHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestAccountHandler_Delete_Cov17(t *testing.T) {
|
|
h := &AccountHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestAccountHandler_Get_Cov17(t *testing.T) {
|
|
h := &AccountHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestAccountHandler_GetAgents_Cov17(t *testing.T) {
|
|
h := &AccountHandler{}
|
|
safeCall_Cov17(func() { h.GetAgents(nil) })
|
|
}
|
|
|
|
func TestAccountHandler_GetAll_Cov17(t *testing.T) {
|
|
h := &AccountHandler{}
|
|
safeCall_Cov17(func() { h.GetAll(nil) })
|
|
}
|
|
|
|
func TestAccountHandler_HelpCenterGeneration_Cov17(t *testing.T) {
|
|
h := &AccountHandler{}
|
|
safeCall_Cov17(func() { h.HelpCenterGeneration(nil) })
|
|
}
|
|
|
|
func TestAccountHandler_List_Cov17(t *testing.T) {
|
|
h := &AccountHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestAccountHandler_ListUsers_Cov17(t *testing.T) {
|
|
h := &AccountHandler{}
|
|
safeCall_Cov17(func() { h.ListUsers(nil) })
|
|
}
|
|
|
|
func TestAccountHandler_RemoveUser_Cov17(t *testing.T) {
|
|
h := &AccountHandler{}
|
|
safeCall_Cov17(func() { h.RemoveUser(nil) })
|
|
}
|
|
|
|
func TestAccountHandler_Update_Cov17(t *testing.T) {
|
|
h := &AccountHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestAccountHandler_UpdateActiveAt_Cov17(t *testing.T) {
|
|
h := &AccountHandler{}
|
|
safeCall_Cov17(func() { h.UpdateActiveAt(nil) })
|
|
}
|
|
|
|
func TestAccountHandler_UpdateOnboarding_Cov17(t *testing.T) {
|
|
h := &AccountHandler{}
|
|
safeCall_Cov17(func() { h.UpdateOnboarding(nil) })
|
|
}
|
|
|
|
func TestAccountHandler_UpdateSettings_Cov17(t *testing.T) {
|
|
h := &AccountHandler{}
|
|
safeCall_Cov17(func() { h.UpdateSettings(nil) })
|
|
}
|
|
|
|
func TestAgentBotHandler_Create_Cov17(t *testing.T) {
|
|
h := &AgentBotHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestAgentBotHandler_Delete_Cov17(t *testing.T) {
|
|
h := &AgentBotHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestAgentBotHandler_DeleteAvatar_Cov17(t *testing.T) {
|
|
h := &AgentBotHandler{}
|
|
safeCall_Cov17(func() { h.DeleteAvatar(nil) })
|
|
}
|
|
|
|
func TestAgentBotHandler_Get_Cov17(t *testing.T) {
|
|
h := &AgentBotHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestAgentBotHandler_List_Cov17(t *testing.T) {
|
|
h := &AgentBotHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestAgentBotHandler_ListAccessible_Cov17(t *testing.T) {
|
|
h := &AgentBotHandler{}
|
|
safeCall_Cov17(func() { h.ListAccessible(nil) })
|
|
}
|
|
|
|
func TestAgentBotHandler_PlatformCreate_Cov17(t *testing.T) {
|
|
h := &AgentBotHandler{}
|
|
safeCall_Cov17(func() { h.PlatformCreate(nil) })
|
|
}
|
|
|
|
func TestAgentBotHandler_PlatformDelete_Cov17(t *testing.T) {
|
|
h := &AgentBotHandler{}
|
|
safeCall_Cov17(func() { h.PlatformDelete(nil) })
|
|
}
|
|
|
|
func TestAgentBotHandler_PlatformGet_Cov17(t *testing.T) {
|
|
h := &AgentBotHandler{}
|
|
safeCall_Cov17(func() { h.PlatformGet(nil) })
|
|
}
|
|
|
|
func TestAgentBotHandler_PlatformList_Cov17(t *testing.T) {
|
|
h := &AgentBotHandler{}
|
|
safeCall_Cov17(func() { h.PlatformList(nil) })
|
|
}
|
|
|
|
func TestAgentBotHandler_PlatformResetConfig_Cov17(t *testing.T) {
|
|
h := &AgentBotHandler{}
|
|
safeCall_Cov17(func() { h.PlatformResetConfig(nil) })
|
|
}
|
|
|
|
func TestAgentBotHandler_PlatformUpdate_Cov17(t *testing.T) {
|
|
h := &AgentBotHandler{}
|
|
safeCall_Cov17(func() { h.PlatformUpdate(nil) })
|
|
}
|
|
|
|
func TestAgentBotHandler_PlatformUpdateAvatar_Cov17(t *testing.T) {
|
|
h := &AgentBotHandler{}
|
|
safeCall_Cov17(func() { h.PlatformUpdateAvatar(nil) })
|
|
}
|
|
|
|
func TestAgentBotHandler_ResetSecret_Cov17(t *testing.T) {
|
|
h := &AgentBotHandler{}
|
|
safeCall_Cov17(func() { h.ResetSecret(nil) })
|
|
}
|
|
|
|
func TestAgentBotHandler_ResetToken_Cov17(t *testing.T) {
|
|
h := &AgentBotHandler{}
|
|
safeCall_Cov17(func() { h.ResetToken(nil) })
|
|
}
|
|
|
|
func TestAgentBotHandler_Update_Cov17(t *testing.T) {
|
|
h := &AgentBotHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestAgentBotHandler_UpdateAvatar_Cov17(t *testing.T) {
|
|
h := &AgentBotHandler{}
|
|
safeCall_Cov17(func() { h.UpdateAvatar(nil) })
|
|
}
|
|
|
|
func TestAgentBotInboxHandler_Bind_Cov17(t *testing.T) {
|
|
h := &AgentBotInboxHandler{}
|
|
safeCall_Cov17(func() { h.Bind(nil) })
|
|
}
|
|
|
|
func TestAgentBotInboxHandler_ListByBot_Cov17(t *testing.T) {
|
|
h := &AgentBotInboxHandler{}
|
|
safeCall_Cov17(func() { h.ListByBot(nil) })
|
|
}
|
|
|
|
func TestAgentBotInboxHandler_ListByInbox_Cov17(t *testing.T) {
|
|
h := &AgentBotInboxHandler{}
|
|
safeCall_Cov17(func() { h.ListByInbox(nil) })
|
|
}
|
|
|
|
func TestAgentBotInboxHandler_Unbind_Cov17(t *testing.T) {
|
|
h := &AgentBotInboxHandler{}
|
|
safeCall_Cov17(func() { h.Unbind(nil) })
|
|
}
|
|
|
|
func TestAgentBotInboxHandler_UpdateStatus_Cov17(t *testing.T) {
|
|
h := &AgentBotInboxHandler{}
|
|
safeCall_Cov17(func() { h.UpdateStatus(nil) })
|
|
}
|
|
|
|
func TestAgentBulkHandler_BulkAssign_Cov17(t *testing.T) {
|
|
h := &AgentBulkHandler{}
|
|
safeCall_Cov17(func() { h.BulkAssign(nil) })
|
|
}
|
|
|
|
func TestAgentBulkHandler_BulkUnassign_Cov17(t *testing.T) {
|
|
h := &AgentBulkHandler{}
|
|
safeCall_Cov17(func() { h.BulkUnassign(nil) })
|
|
}
|
|
|
|
func TestAgentCapacityHandler_Create_Cov17(t *testing.T) {
|
|
h := &AgentCapacityHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestAgentCapacityHandler_CreateInboxLimit_Cov17(t *testing.T) {
|
|
h := &AgentCapacityHandler{}
|
|
safeCall_Cov17(func() { h.CreateInboxLimit(nil) })
|
|
}
|
|
|
|
func TestAgentCapacityHandler_CreateUser_Cov17(t *testing.T) {
|
|
h := &AgentCapacityHandler{}
|
|
safeCall_Cov17(func() { h.CreateUser(nil) })
|
|
}
|
|
|
|
func TestAgentCapacityHandler_Delete_Cov17(t *testing.T) {
|
|
h := &AgentCapacityHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestAgentCapacityHandler_DeleteInboxLimit_Cov17(t *testing.T) {
|
|
h := &AgentCapacityHandler{}
|
|
safeCall_Cov17(func() { h.DeleteInboxLimit(nil) })
|
|
}
|
|
|
|
func TestAgentCapacityHandler_DeleteUser_Cov17(t *testing.T) {
|
|
h := &AgentCapacityHandler{}
|
|
safeCall_Cov17(func() { h.DeleteUser(nil) })
|
|
}
|
|
|
|
func TestAgentCapacityHandler_Get_Cov17(t *testing.T) {
|
|
h := &AgentCapacityHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestAgentCapacityHandler_List_Cov17(t *testing.T) {
|
|
h := &AgentCapacityHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestAgentCapacityHandler_ListUsers_Cov17(t *testing.T) {
|
|
h := &AgentCapacityHandler{}
|
|
safeCall_Cov17(func() { h.ListUsers(nil) })
|
|
}
|
|
|
|
func TestAgentCapacityHandler_Update_Cov17(t *testing.T) {
|
|
h := &AgentCapacityHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestAgentCapacityHandler_UpdateInboxLimit_Cov17(t *testing.T) {
|
|
h := &AgentCapacityHandler{}
|
|
safeCall_Cov17(func() { h.UpdateInboxLimit(nil) })
|
|
}
|
|
|
|
func TestAgentHandler_BulkCreate_Cov17(t *testing.T) {
|
|
h := &AgentHandler{}
|
|
safeCall_Cov17(func() { h.BulkCreate(nil) })
|
|
}
|
|
|
|
func TestAgentHandler_Create_Cov17(t *testing.T) {
|
|
h := &AgentHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestAgentHandler_Delete_Cov17(t *testing.T) {
|
|
h := &AgentHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestAgentHandler_Get_Cov17(t *testing.T) {
|
|
h := &AgentHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestAgentHandler_List_Cov17(t *testing.T) {
|
|
h := &AgentHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestAgentHandler_ResetPassword_Cov17(t *testing.T) {
|
|
h := &AgentHandler{}
|
|
safeCall_Cov17(func() { h.ResetPassword(nil) })
|
|
}
|
|
|
|
func TestAgentHandler_Update_Cov17(t *testing.T) {
|
|
h := &AgentHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestAnalyticsHandler_AgentMetrics_Cov17(t *testing.T) {
|
|
h := &AnalyticsHandler{}
|
|
safeCall_Cov17(func() { h.AgentMetrics(nil) })
|
|
}
|
|
|
|
func TestAnalyticsHandler_BotMetrics_Cov17(t *testing.T) {
|
|
h := &AnalyticsHandler{}
|
|
safeCall_Cov17(func() { h.BotMetrics(nil) })
|
|
}
|
|
|
|
func TestAnalyticsHandler_BotSummary_Cov17(t *testing.T) {
|
|
h := &AnalyticsHandler{}
|
|
safeCall_Cov17(func() { h.BotSummary(nil) })
|
|
}
|
|
|
|
func TestAnalyticsHandler_Conversations_Cov17(t *testing.T) {
|
|
h := &AnalyticsHandler{}
|
|
safeCall_Cov17(func() { h.Conversations(nil) })
|
|
}
|
|
|
|
func TestAnalyticsHandler_ConversationsSummary_Cov17(t *testing.T) {
|
|
h := &AnalyticsHandler{}
|
|
safeCall_Cov17(func() { h.ConversationsSummary(nil) })
|
|
}
|
|
|
|
func TestAnalyticsHandler_ConversationTraffic_Cov17(t *testing.T) {
|
|
h := &AnalyticsHandler{}
|
|
safeCall_Cov17(func() { h.ConversationTraffic(nil) })
|
|
}
|
|
|
|
func TestAnalyticsHandler_Drilldown_Cov17(t *testing.T) {
|
|
h := &AnalyticsHandler{}
|
|
safeCall_Cov17(func() { h.Drilldown(nil) })
|
|
}
|
|
|
|
func TestAnalyticsHandler_FirstResponseTimeDistribution_Cov17(t *testing.T) {
|
|
h := &AnalyticsHandler{}
|
|
safeCall_Cov17(func() { h.FirstResponseTimeDistribution(nil) })
|
|
}
|
|
|
|
func TestAnalyticsHandler_InboxLabelMatrix_Cov17(t *testing.T) {
|
|
h := &AnalyticsHandler{}
|
|
safeCall_Cov17(func() { h.InboxLabelMatrix(nil) })
|
|
}
|
|
|
|
func TestAnalyticsHandler_InboxMetrics_Cov17(t *testing.T) {
|
|
h := &AnalyticsHandler{}
|
|
safeCall_Cov17(func() { h.InboxMetrics(nil) })
|
|
}
|
|
|
|
func TestAnalyticsHandler_Index_Cov17(t *testing.T) {
|
|
h := &AnalyticsHandler{}
|
|
safeCall_Cov17(func() { h.Index(nil) })
|
|
}
|
|
|
|
func TestAnalyticsHandler_LabelMetrics_Cov17(t *testing.T) {
|
|
h := &AnalyticsHandler{}
|
|
safeCall_Cov17(func() { h.LabelMetrics(nil) })
|
|
}
|
|
|
|
func TestAnalyticsHandler_OutgoingMessagesCount_Cov17(t *testing.T) {
|
|
h := &AnalyticsHandler{}
|
|
safeCall_Cov17(func() { h.OutgoingMessagesCount(nil) })
|
|
}
|
|
|
|
func TestAnalyticsHandler_Summary_Cov17(t *testing.T) {
|
|
h := &AnalyticsHandler{}
|
|
safeCall_Cov17(func() { h.Summary(nil) })
|
|
}
|
|
|
|
func TestAnalyticsHandler_TeamMetrics_Cov17(t *testing.T) {
|
|
h := &AnalyticsHandler{}
|
|
safeCall_Cov17(func() { h.TeamMetrics(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_BulkActions_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.BulkActions(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_BulkDelete_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.BulkDelete(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_BulkTranslate_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.BulkTranslate(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_BulkUpdateCategory_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.BulkUpdateCategory(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_BulkUpdateStatus_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.BulkUpdateStatus(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_Create_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_Delete_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_Edit_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.Edit(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_Get_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_List_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_ListByCategory_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.ListByCategory(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_PublicArticle_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.PublicArticle(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_PublicList_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.PublicList(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_PublicMarkdown_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.PublicMarkdown(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_PublicSearch_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.PublicSearch(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_PublicShow_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.PublicShow(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_PublicTrackingPixel_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.PublicTrackingPixel(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_Reorder_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.Reorder(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_Search_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.Search(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_SemanticSearch_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.SemanticSearch(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_StatusCounts_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.StatusCounts(nil) })
|
|
}
|
|
|
|
func TestArticleHandler_Update_Cov17(t *testing.T) {
|
|
h := &ArticleHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestAssignableAgentHandler_List_Cov17(t *testing.T) {
|
|
h := &AssignableAgentHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyHandler_AddPolicyInbox_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyHandler{}
|
|
safeCall_Cov17(func() { h.AddPolicyInbox(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyHandler_CreateAccountPolicy_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyHandler{}
|
|
safeCall_Cov17(func() { h.CreateAccountPolicy(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyHandler_CreateInboxPolicy_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyHandler{}
|
|
safeCall_Cov17(func() { h.CreateInboxPolicy(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyHandler_DeleteAccountPolicy_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyHandler{}
|
|
safeCall_Cov17(func() { h.DeleteAccountPolicy(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyHandler_DeleteCurrentInboxPolicy_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyHandler{}
|
|
safeCall_Cov17(func() { h.DeleteCurrentInboxPolicy(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyHandler_DeleteInboxPolicy_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyHandler{}
|
|
safeCall_Cov17(func() { h.DeleteInboxPolicy(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyHandler_GetAccountPolicy_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyHandler{}
|
|
safeCall_Cov17(func() { h.GetAccountPolicy(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyHandler_GetInboxPolicy_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyHandler{}
|
|
safeCall_Cov17(func() { h.GetInboxPolicy(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyHandler_ListAccountPolicies_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyHandler{}
|
|
safeCall_Cov17(func() { h.ListAccountPolicies(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyHandler_ListPolicyInboxes_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyHandler{}
|
|
safeCall_Cov17(func() { h.ListPolicyInboxes(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyHandler_RemovePolicyInbox_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyHandler{}
|
|
safeCall_Cov17(func() { h.RemovePolicyInbox(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyHandler_UpdateAccountPolicy_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyHandler{}
|
|
safeCall_Cov17(func() { h.UpdateAccountPolicy(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyHandler_UpdateInboxPolicy_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyHandler{}
|
|
safeCall_Cov17(func() { h.UpdateInboxPolicy(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyV2Handler_AddInbox_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyV2Handler{}
|
|
safeCall_Cov17(func() { h.AddInbox(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyV2Handler_Create_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyV2Handler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyV2Handler_Delete_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyV2Handler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyV2Handler_DeleteInboxPolicy_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyV2Handler{}
|
|
safeCall_Cov17(func() { h.DeleteInboxPolicy(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyV2Handler_Get_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyV2Handler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyV2Handler_GetInboxPolicy_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyV2Handler{}
|
|
safeCall_Cov17(func() { h.GetInboxPolicy(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyV2Handler_List_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyV2Handler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyV2Handler_ListInboxes_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyV2Handler{}
|
|
safeCall_Cov17(func() { h.ListInboxes(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyV2Handler_RemoveInbox_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyV2Handler{}
|
|
safeCall_Cov17(func() { h.RemoveInbox(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyV2Handler_SetInboxPolicy_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyV2Handler{}
|
|
safeCall_Cov17(func() { h.SetInboxPolicy(nil) })
|
|
}
|
|
|
|
func TestAssignmentPolicyV2Handler_Update_Cov17(t *testing.T) {
|
|
h := &AssignmentPolicyV2Handler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestAuditHandler_Get_Cov17(t *testing.T) {
|
|
h := &AuditHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestAuditHandler_List_Cov17(t *testing.T) {
|
|
h := &AuditHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestAuthHandler_ChatwootConfirmEmail_Cov17(t *testing.T) {
|
|
h := &AuthHandler{}
|
|
safeCall_Cov17(func() { h.ChatwootConfirmEmail(nil) })
|
|
}
|
|
|
|
func TestAuthHandler_ChatwootSignIn_Cov17(t *testing.T) {
|
|
h := &AuthHandler{}
|
|
safeCall_Cov17(func() { h.ChatwootSignIn(nil) })
|
|
}
|
|
|
|
func TestAuthHandler_ChatwootSignOut_Cov17(t *testing.T) {
|
|
h := &AuthHandler{}
|
|
safeCall_Cov17(func() { h.ChatwootSignOut(nil) })
|
|
}
|
|
|
|
func TestAuthHandler_ChatwootValidateToken_Cov17(t *testing.T) {
|
|
h := &AuthHandler{}
|
|
safeCall_Cov17(func() { h.ChatwootValidateToken(nil) })
|
|
}
|
|
|
|
func TestAuthHandler_ConfirmEmail_Cov17(t *testing.T) {
|
|
h := &AuthHandler{}
|
|
safeCall_Cov17(func() { h.ConfirmEmail(nil) })
|
|
}
|
|
|
|
func TestAuthHandler_ConfirmResetPassword_Cov17(t *testing.T) {
|
|
h := &AuthHandler{}
|
|
safeCall_Cov17(func() { h.ConfirmResetPassword(nil) })
|
|
}
|
|
|
|
func TestAuthHandler_Login_Cov17(t *testing.T) {
|
|
h := &AuthHandler{}
|
|
safeCall_Cov17(func() { h.Login(nil) })
|
|
}
|
|
|
|
func TestAuthHandler_Logout_Cov17(t *testing.T) {
|
|
h := &AuthHandler{}
|
|
safeCall_Cov17(func() { h.Logout(nil) })
|
|
}
|
|
|
|
func TestAuthHandler_Refresh_Cov17(t *testing.T) {
|
|
h := &AuthHandler{}
|
|
safeCall_Cov17(func() { h.Refresh(nil) })
|
|
}
|
|
|
|
func TestAuthHandler_ResetPassword_Cov17(t *testing.T) {
|
|
h := &AuthHandler{}
|
|
safeCall_Cov17(func() { h.ResetPassword(nil) })
|
|
}
|
|
|
|
func TestAuthHandler_SwitchAccount_Cov17(t *testing.T) {
|
|
h := &AuthHandler{}
|
|
safeCall_Cov17(func() { h.SwitchAccount(nil) })
|
|
}
|
|
|
|
func TestAutomationRuleHandler_Clone_Cov17(t *testing.T) {
|
|
h := &AutomationRuleHandler{}
|
|
safeCall_Cov17(func() { h.Clone(nil) })
|
|
}
|
|
|
|
func TestAutomationRuleHandler_Create_Cov17(t *testing.T) {
|
|
h := &AutomationRuleHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestAutomationRuleHandler_Delete_Cov17(t *testing.T) {
|
|
h := &AutomationRuleHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestAutomationRuleHandler_Get_Cov17(t *testing.T) {
|
|
h := &AutomationRuleHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestAutomationRuleHandler_List_Cov17(t *testing.T) {
|
|
h := &AutomationRuleHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestAutomationRuleHandler_ToggleActive_Cov17(t *testing.T) {
|
|
h := &AutomationRuleHandler{}
|
|
safeCall_Cov17(func() { h.ToggleActive(nil) })
|
|
}
|
|
|
|
func TestAutomationRuleHandler_Update_Cov17(t *testing.T) {
|
|
h := &AutomationRuleHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestAutoReplyRuleHandler_Create_Cov17(t *testing.T) {
|
|
h := &AutoReplyRuleHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestAutoReplyRuleHandler_Delete_Cov17(t *testing.T) {
|
|
h := &AutoReplyRuleHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestAutoReplyRuleHandler_Evaluate_Cov17(t *testing.T) {
|
|
h := &AutoReplyRuleHandler{}
|
|
safeCall_Cov17(func() { h.Evaluate(nil) })
|
|
}
|
|
|
|
func TestAutoReplyRuleHandler_Get_Cov17(t *testing.T) {
|
|
h := &AutoReplyRuleHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestAutoReplyRuleHandler_List_Cov17(t *testing.T) {
|
|
h := &AutoReplyRuleHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestAutoReplyRuleHandler_Update_Cov17(t *testing.T) {
|
|
h := &AutoReplyRuleHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestBannerHandler_Create_Cov17(t *testing.T) {
|
|
h := &BannerHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestBannerHandler_Delete_Cov17(t *testing.T) {
|
|
h := &BannerHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestBannerHandler_Get_Cov17(t *testing.T) {
|
|
h := &BannerHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestBannerHandler_List_Cov17(t *testing.T) {
|
|
h := &BannerHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestBannerHandler_ListActive_Cov17(t *testing.T) {
|
|
h := &BannerHandler{}
|
|
safeCall_Cov17(func() { h.ListActive(nil) })
|
|
}
|
|
|
|
func TestBannerHandler_Update_Cov17(t *testing.T) {
|
|
h := &BannerHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestBotRuleHandler_Clone_Cov17(t *testing.T) {
|
|
h := &BotRuleHandler{}
|
|
safeCall_Cov17(func() { h.Clone(nil) })
|
|
}
|
|
|
|
func TestBotRuleHandler_Create_Cov17(t *testing.T) {
|
|
h := &BotRuleHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestBotRuleHandler_Delete_Cov17(t *testing.T) {
|
|
h := &BotRuleHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestBotRuleHandler_Get_Cov17(t *testing.T) {
|
|
h := &BotRuleHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestBotRuleHandler_List_Cov17(t *testing.T) {
|
|
h := &BotRuleHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestBotRuleHandler_ListByBot_Cov17(t *testing.T) {
|
|
h := &BotRuleHandler{}
|
|
safeCall_Cov17(func() { h.ListByBot(nil) })
|
|
}
|
|
|
|
func TestBotRuleHandler_ToggleStatus_Cov17(t *testing.T) {
|
|
h := &BotRuleHandler{}
|
|
safeCall_Cov17(func() { h.ToggleStatus(nil) })
|
|
}
|
|
|
|
func TestBotRuleHandler_Update_Cov17(t *testing.T) {
|
|
h := &BotRuleHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestBotTriggerConfigHandler_Create_Cov17(t *testing.T) {
|
|
h := &BotTriggerConfigHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestBotTriggerConfigHandler_Delete_Cov17(t *testing.T) {
|
|
h := &BotTriggerConfigHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestBotTriggerConfigHandler_Get_Cov17(t *testing.T) {
|
|
h := &BotTriggerConfigHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestBotTriggerConfigHandler_List_Cov17(t *testing.T) {
|
|
h := &BotTriggerConfigHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestBotTriggerConfigHandler_ListByBot_Cov17(t *testing.T) {
|
|
h := &BotTriggerConfigHandler{}
|
|
safeCall_Cov17(func() { h.ListByBot(nil) })
|
|
}
|
|
|
|
func TestBotTriggerConfigHandler_ToggleActive_Cov17(t *testing.T) {
|
|
h := &BotTriggerConfigHandler{}
|
|
safeCall_Cov17(func() { h.ToggleActive(nil) })
|
|
}
|
|
|
|
func TestBotTriggerConfigHandler_Update_Cov17(t *testing.T) {
|
|
h := &BotTriggerConfigHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestBulkActionHandler_Create_Cov17(t *testing.T) {
|
|
h := &BulkActionHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestCampaignHandler_Create_Cov17(t *testing.T) {
|
|
h := &CampaignHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestCampaignHandler_Delete_Cov17(t *testing.T) {
|
|
h := &CampaignHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestCampaignHandler_Get_Cov17(t *testing.T) {
|
|
h := &CampaignHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestCampaignHandler_List_Cov17(t *testing.T) {
|
|
h := &CampaignHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestCampaignHandler_Start_Cov17(t *testing.T) {
|
|
h := &CampaignHandler{}
|
|
safeCall_Cov17(func() { h.Start(nil) })
|
|
}
|
|
|
|
func TestCampaignHandler_Stop_Cov17(t *testing.T) {
|
|
h := &CampaignHandler{}
|
|
safeCall_Cov17(func() { h.Stop(nil) })
|
|
}
|
|
|
|
func TestCampaignHandler_Update_Cov17(t *testing.T) {
|
|
h := &CampaignHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestCannedResponseHandler_Create_Cov17(t *testing.T) {
|
|
h := &CannedResponseHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestCannedResponseHandler_Delete_Cov17(t *testing.T) {
|
|
h := &CannedResponseHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestCannedResponseHandler_Get_Cov17(t *testing.T) {
|
|
h := &CannedResponseHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestCannedResponseHandler_List_Cov17(t *testing.T) {
|
|
h := &CannedResponseHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestCannedResponseHandler_Search_Cov17(t *testing.T) {
|
|
h := &CannedResponseHandler{}
|
|
safeCall_Cov17(func() { h.Search(nil) })
|
|
}
|
|
|
|
func TestCannedResponseHandler_Update_Cov17(t *testing.T) {
|
|
h := &CannedResponseHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantHandler_AssociateInbox_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantHandler{}
|
|
safeCall_Cov17(func() { h.AssociateInbox(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantHandler_Create_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantHandler_CreateMessageReport_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantHandler{}
|
|
safeCall_Cov17(func() { h.CreateMessageReport(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantHandler_Delete_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantHandler_DissociateInbox_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantHandler{}
|
|
safeCall_Cov17(func() { h.DissociateInbox(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantHandler_Drilldown_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantHandler{}
|
|
safeCall_Cov17(func() { h.Drilldown(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantHandler_GenerateResponse_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantHandler{}
|
|
safeCall_Cov17(func() { h.GenerateResponse(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantHandler_Get_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantHandler_GetConfig_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantHandler{}
|
|
safeCall_Cov17(func() { h.GetConfig(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantHandler_List_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantHandler_ListInboxes_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantHandler{}
|
|
safeCall_Cov17(func() { h.ListInboxes(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantHandler_SetConfig_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantHandler{}
|
|
safeCall_Cov17(func() { h.SetConfig(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantHandler_Stats_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantHandler{}
|
|
safeCall_Cov17(func() { h.Stats(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantHandler_Summary_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantHandler{}
|
|
safeCall_Cov17(func() { h.Summary(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantHandler_Tools_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantHandler{}
|
|
safeCall_Cov17(func() { h.Tools(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantHandler_Update_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantResponseHandler_Create_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantResponseHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantResponseHandler_Delete_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantResponseHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantResponseHandler_Get_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantResponseHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantResponseHandler_List_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantResponseHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantResponseHandler_ProcessResponse_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantResponseHandler{}
|
|
safeCall_Cov17(func() { h.ProcessResponse(nil) })
|
|
}
|
|
|
|
func TestCaptainAssistantResponseHandler_Update_Cov17(t *testing.T) {
|
|
h := &CaptainAssistantResponseHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestCaptainBulkActionHandler_Execute_Cov17(t *testing.T) {
|
|
h := &CaptainBulkActionHandler{}
|
|
safeCall_Cov17(func() { h.Execute(nil) })
|
|
}
|
|
|
|
func TestCaptainConversationHandler_BuildResponse_Cov17(t *testing.T) {
|
|
h := &CaptainConversationHandler{}
|
|
safeCall_Cov17(func() { h.BuildResponse(nil) })
|
|
}
|
|
|
|
func TestCaptainCustomToolHandler_Create_Cov17(t *testing.T) {
|
|
h := &CaptainCustomToolHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestCaptainCustomToolHandler_Delete_Cov17(t *testing.T) {
|
|
h := &CaptainCustomToolHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestCaptainCustomToolHandler_ExecuteTool_Cov17(t *testing.T) {
|
|
h := &CaptainCustomToolHandler{}
|
|
safeCall_Cov17(func() { h.ExecuteTool(nil) })
|
|
}
|
|
|
|
func TestCaptainCustomToolHandler_Get_Cov17(t *testing.T) {
|
|
h := &CaptainCustomToolHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestCaptainCustomToolHandler_List_Cov17(t *testing.T) {
|
|
h := &CaptainCustomToolHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestCaptainCustomToolHandler_TestTool_Cov17(t *testing.T) {
|
|
h := &CaptainCustomToolHandler{}
|
|
safeCall_Cov17(func() { h.TestTool(nil) })
|
|
}
|
|
|
|
func TestCaptainCustomToolHandler_Update_Cov17(t *testing.T) {
|
|
h := &CaptainCustomToolHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestCaptainDocumentHandler_Create_Cov17(t *testing.T) {
|
|
h := &CaptainDocumentHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestCaptainDocumentHandler_Delete_Cov17(t *testing.T) {
|
|
h := &CaptainDocumentHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestCaptainDocumentHandler_Get_Cov17(t *testing.T) {
|
|
h := &CaptainDocumentHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestCaptainDocumentHandler_List_Cov17(t *testing.T) {
|
|
h := &CaptainDocumentHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestCaptainDocumentHandler_ProcessDocument_Cov17(t *testing.T) {
|
|
h := &CaptainDocumentHandler{}
|
|
safeCall_Cov17(func() { h.ProcessDocument(nil) })
|
|
}
|
|
|
|
func TestCaptainDocumentHandler_SyncDocument_Cov17(t *testing.T) {
|
|
h := &CaptainDocumentHandler{}
|
|
safeCall_Cov17(func() { h.SyncDocument(nil) })
|
|
}
|
|
|
|
func TestCaptainDocumentHandler_Update_Cov17(t *testing.T) {
|
|
h := &CaptainDocumentHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestCaptainPreferenceHandler_Create_Cov17(t *testing.T) {
|
|
h := &CaptainPreferenceHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestCaptainPreferenceHandler_Delete_Cov17(t *testing.T) {
|
|
h := &CaptainPreferenceHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestCaptainPreferenceHandler_Get_Cov17(t *testing.T) {
|
|
h := &CaptainPreferenceHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestCaptainPreferenceHandler_Update_Cov17(t *testing.T) {
|
|
h := &CaptainPreferenceHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestCaptainScenarioHandler_Create_Cov17(t *testing.T) {
|
|
h := &CaptainScenarioHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestCaptainScenarioHandler_Delete_Cov17(t *testing.T) {
|
|
h := &CaptainScenarioHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestCaptainScenarioHandler_Get_Cov17(t *testing.T) {
|
|
h := &CaptainScenarioHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestCaptainScenarioHandler_List_Cov17(t *testing.T) {
|
|
h := &CaptainScenarioHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestCaptainScenarioHandler_Update_Cov17(t *testing.T) {
|
|
h := &CaptainScenarioHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestCaptainTaskExtendedHandler_FollowUp_Cov17(t *testing.T) {
|
|
h := &CaptainTaskExtendedHandler{}
|
|
safeCall_Cov17(func() { h.FollowUp(nil) })
|
|
}
|
|
|
|
func TestCaptainTaskExtendedHandler_LabelSuggestion_Cov17(t *testing.T) {
|
|
h := &CaptainTaskExtendedHandler{}
|
|
safeCall_Cov17(func() { h.LabelSuggestion(nil) })
|
|
}
|
|
|
|
func TestCaptainTaskHandler_ReplySuggestion_Cov17(t *testing.T) {
|
|
h := &CaptainTaskHandler{}
|
|
safeCall_Cov17(func() { h.ReplySuggestion(nil) })
|
|
}
|
|
|
|
func TestCaptainTaskHandler_Rewrite_Cov17(t *testing.T) {
|
|
h := &CaptainTaskHandler{}
|
|
safeCall_Cov17(func() { h.Rewrite(nil) })
|
|
}
|
|
|
|
func TestCaptainTaskHandler_StreamReplySuggestion_Cov17(t *testing.T) {
|
|
h := &CaptainTaskHandler{}
|
|
safeCall_Cov17(func() { h.StreamReplySuggestion(nil) })
|
|
}
|
|
|
|
func TestCaptainTaskHandler_StreamRewrite_Cov17(t *testing.T) {
|
|
h := &CaptainTaskHandler{}
|
|
safeCall_Cov17(func() { h.StreamRewrite(nil) })
|
|
}
|
|
|
|
func TestCaptainTaskHandler_StreamSummarize_Cov17(t *testing.T) {
|
|
h := &CaptainTaskHandler{}
|
|
safeCall_Cov17(func() { h.StreamSummarize(nil) })
|
|
}
|
|
|
|
func TestCaptainTaskHandler_Summarize_Cov17(t *testing.T) {
|
|
h := &CaptainTaskHandler{}
|
|
safeCall_Cov17(func() { h.Summarize(nil) })
|
|
}
|
|
|
|
func TestCategoryHandler_Create_Cov17(t *testing.T) {
|
|
h := &CategoryHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestCategoryHandler_Delete_Cov17(t *testing.T) {
|
|
h := &CategoryHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestCategoryHandler_Get_Cov17(t *testing.T) {
|
|
h := &CategoryHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestCategoryHandler_List_Cov17(t *testing.T) {
|
|
h := &CategoryHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestCategoryHandler_PublicGet_Cov17(t *testing.T) {
|
|
h := &CategoryHandler{}
|
|
safeCall_Cov17(func() { h.PublicGet(nil) })
|
|
}
|
|
|
|
func TestCategoryHandler_PublicList_Cov17(t *testing.T) {
|
|
h := &CategoryHandler{}
|
|
safeCall_Cov17(func() { h.PublicList(nil) })
|
|
}
|
|
|
|
func TestCategoryHandler_Reorder_Cov17(t *testing.T) {
|
|
h := &CategoryHandler{}
|
|
safeCall_Cov17(func() { h.Reorder(nil) })
|
|
}
|
|
|
|
func TestCategoryHandler_Update_Cov17(t *testing.T) {
|
|
h := &CategoryHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestCompanyHandler_AddContact_Cov17(t *testing.T) {
|
|
h := &CompanyHandler{}
|
|
safeCall_Cov17(func() { h.AddContact(nil) })
|
|
}
|
|
|
|
func TestCompanyHandler_Create_Cov17(t *testing.T) {
|
|
h := &CompanyHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestCompanyHandler_CreateNote_Cov17(t *testing.T) {
|
|
h := &CompanyHandler{}
|
|
safeCall_Cov17(func() { h.CreateNote(nil) })
|
|
}
|
|
|
|
func TestCompanyHandler_Delete_Cov17(t *testing.T) {
|
|
h := &CompanyHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestCompanyHandler_DeleteAvatar_Cov17(t *testing.T) {
|
|
h := &CompanyHandler{}
|
|
safeCall_Cov17(func() { h.DeleteAvatar(nil) })
|
|
}
|
|
|
|
func TestCompanyHandler_DeleteNote_Cov17(t *testing.T) {
|
|
h := &CompanyHandler{}
|
|
safeCall_Cov17(func() { h.DeleteNote(nil) })
|
|
}
|
|
|
|
func TestCompanyHandler_DestroyCustomAttributes_Cov17(t *testing.T) {
|
|
h := &CompanyHandler{}
|
|
safeCall_Cov17(func() { h.DestroyCustomAttributes(nil) })
|
|
}
|
|
|
|
func TestCompanyHandler_Get_Cov17(t *testing.T) {
|
|
h := &CompanyHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestCompanyHandler_List_Cov17(t *testing.T) {
|
|
h := &CompanyHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestCompanyHandler_ListContacts_Cov17(t *testing.T) {
|
|
h := &CompanyHandler{}
|
|
safeCall_Cov17(func() { h.ListContacts(nil) })
|
|
}
|
|
|
|
func TestCompanyHandler_ListConversations_Cov17(t *testing.T) {
|
|
h := &CompanyHandler{}
|
|
safeCall_Cov17(func() { h.ListConversations(nil) })
|
|
}
|
|
|
|
func TestCompanyHandler_ListNotes_Cov17(t *testing.T) {
|
|
h := &CompanyHandler{}
|
|
safeCall_Cov17(func() { h.ListNotes(nil) })
|
|
}
|
|
|
|
func TestCompanyHandler_RemoveContact_Cov17(t *testing.T) {
|
|
h := &CompanyHandler{}
|
|
safeCall_Cov17(func() { h.RemoveContact(nil) })
|
|
}
|
|
|
|
func TestCompanyHandler_Search_Cov17(t *testing.T) {
|
|
h := &CompanyHandler{}
|
|
safeCall_Cov17(func() { h.Search(nil) })
|
|
}
|
|
|
|
func TestCompanyHandler_SearchContacts_Cov17(t *testing.T) {
|
|
h := &CompanyHandler{}
|
|
safeCall_Cov17(func() { h.SearchContacts(nil) })
|
|
}
|
|
|
|
func TestCompanyHandler_Update_Cov17(t *testing.T) {
|
|
h := &CompanyHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestContactHandler_Active_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.Active(nil) })
|
|
}
|
|
|
|
func TestContactHandler_ContactableInboxes_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.ContactableInboxes(nil) })
|
|
}
|
|
|
|
func TestContactHandler_Create_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestContactHandler_CreateContactInbox_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.CreateContactInbox(nil) })
|
|
}
|
|
|
|
func TestContactHandler_CreateNote_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.CreateNote(nil) })
|
|
}
|
|
|
|
func TestContactHandler_Delete_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestContactHandler_DeleteAvatar_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.DeleteAvatar(nil) })
|
|
}
|
|
|
|
func TestContactHandler_DeleteContactInbox_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.DeleteContactInbox(nil) })
|
|
}
|
|
|
|
func TestContactHandler_DeleteCustomAttributes_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.DeleteCustomAttributes(nil) })
|
|
}
|
|
|
|
func TestContactHandler_DestroyCustomAttributes_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.DestroyCustomAttributes(nil) })
|
|
}
|
|
|
|
func TestContactHandler_DestroyNote_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.DestroyNote(nil) })
|
|
}
|
|
|
|
func TestContactHandler_DownloadExport_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.DownloadExport(nil) })
|
|
}
|
|
|
|
func TestContactHandler_Export_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.Export(nil) })
|
|
}
|
|
|
|
func TestContactHandler_ExportRequest_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.ExportRequest(nil) })
|
|
}
|
|
|
|
func TestContactHandler_Filter_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.Filter(nil) })
|
|
}
|
|
|
|
func TestContactHandler_Get_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestContactHandler_Import_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.Import(nil) })
|
|
}
|
|
|
|
func TestContactHandler_InitiateCall_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.InitiateCall(nil) })
|
|
}
|
|
|
|
func TestContactHandler_List_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestContactHandler_ListAttachments_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.ListAttachments(nil) })
|
|
}
|
|
|
|
func TestContactHandler_ListContactInboxes_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.ListContactInboxes(nil) })
|
|
}
|
|
|
|
func TestContactHandler_ListConversations_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.ListConversations(nil) })
|
|
}
|
|
|
|
func TestContactHandler_ListLabels_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.ListLabels(nil) })
|
|
}
|
|
|
|
func TestContactHandler_ListNotes_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.ListNotes(nil) })
|
|
}
|
|
|
|
func TestContactHandler_Merge_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.Merge(nil) })
|
|
}
|
|
|
|
func TestContactHandler_Search_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.Search(nil) })
|
|
}
|
|
|
|
func TestContactHandler_ShowNote_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.ShowNote(nil) })
|
|
}
|
|
|
|
func TestContactHandler_Update_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestContactHandler_UpdateLabels_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.UpdateLabels(nil) })
|
|
}
|
|
|
|
func TestContactHandler_UpdateNote_Cov17(t *testing.T) {
|
|
h := &ContactHandler{}
|
|
safeCall_Cov17(func() { h.UpdateNote(nil) })
|
|
}
|
|
|
|
func TestContactInboxHandler_Filter_Cov17(t *testing.T) {
|
|
h := &ContactInboxHandler{}
|
|
safeCall_Cov17(func() { h.Filter(nil) })
|
|
}
|
|
|
|
func TestContactMergeHandler_Create_Cov17(t *testing.T) {
|
|
h := &ContactMergeHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_AssignAgent_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.AssignAgent(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_AssignTeam_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.AssignTeam(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_Create_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_Delete_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_Filter_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.Filter(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_Get_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_GetLabels_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.GetLabels(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_InboxAssistant_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.InboxAssistant(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_List_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_ListAttachments_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.ListAttachments(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_ListMessages_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.ListMessages(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_Meta_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.Meta(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_Mute_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.Mute(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_ReportingEvents_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.ReportingEvents(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_Search_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.Search(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_TogglePriority_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.TogglePriority(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_ToggleStatus_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.ToggleStatus(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_ToggleTyping_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.ToggleTyping(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_Transcript_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.Transcript(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_Unmute_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.Unmute(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_Unread_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.Unread(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_UnreadCounts_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.UnreadCounts(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_Update_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_UpdateCustomAttributes_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.UpdateCustomAttributes(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_UpdateLabels_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.UpdateLabels(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_UpdateLastSeen_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.UpdateLastSeen(nil) })
|
|
}
|
|
|
|
func TestConversationHandler_UpdatePriority_Cov17(t *testing.T) {
|
|
h := &ConversationHandler{}
|
|
safeCall_Cov17(func() { h.UpdatePriority(nil) })
|
|
}
|
|
|
|
func TestConversationInsightHandler_AnalyzeParticipants_Cov17(t *testing.T) {
|
|
h := &ConversationInsightHandler{}
|
|
safeCall_Cov17(func() { h.AnalyzeParticipants(nil) })
|
|
}
|
|
|
|
func TestConversationInsightHandler_ExtractActionItems_Cov17(t *testing.T) {
|
|
h := &ConversationInsightHandler{}
|
|
safeCall_Cov17(func() { h.ExtractActionItems(nil) })
|
|
}
|
|
|
|
func TestConversationInsightHandler_SuggestLabels_Cov17(t *testing.T) {
|
|
h := &ConversationInsightHandler{}
|
|
safeCall_Cov17(func() { h.SuggestLabels(nil) })
|
|
}
|
|
|
|
func TestConversationParticipantHandler_Add_Cov17(t *testing.T) {
|
|
h := &ConversationParticipantHandler{}
|
|
safeCall_Cov17(func() { h.Add(nil) })
|
|
}
|
|
|
|
func TestConversationParticipantHandler_BatchUpdate_Cov17(t *testing.T) {
|
|
h := &ConversationParticipantHandler{}
|
|
safeCall_Cov17(func() { h.BatchUpdate(nil) })
|
|
}
|
|
|
|
func TestConversationParticipantHandler_Destroy_Cov17(t *testing.T) {
|
|
h := &ConversationParticipantHandler{}
|
|
safeCall_Cov17(func() { h.Destroy(nil) })
|
|
}
|
|
|
|
func TestConversationParticipantHandler_List_Cov17(t *testing.T) {
|
|
h := &ConversationParticipantHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestConversationParticipantHandler_Remove_Cov17(t *testing.T) {
|
|
h := &ConversationParticipantHandler{}
|
|
safeCall_Cov17(func() { h.Remove(nil) })
|
|
}
|
|
|
|
func TestConversationParticipantHandler_Update_Cov17(t *testing.T) {
|
|
h := &ConversationParticipantHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestCopilotConfigHandler_AccountGet_Cov17(t *testing.T) {
|
|
h := &CopilotConfigHandler{}
|
|
safeCall_Cov17(func() { h.AccountGet(nil) })
|
|
}
|
|
|
|
func TestCopilotConfigHandler_AccountUpdate_Cov17(t *testing.T) {
|
|
h := &CopilotConfigHandler{}
|
|
safeCall_Cov17(func() { h.AccountUpdate(nil) })
|
|
}
|
|
|
|
func TestCopilotConfigHandler_PlatformEmbeddingReindexStart_Cov17(t *testing.T) {
|
|
h := &CopilotConfigHandler{}
|
|
safeCall_Cov17(func() { h.PlatformEmbeddingReindexStart(nil) })
|
|
}
|
|
|
|
func TestCopilotConfigHandler_PlatformEmbeddingReindexStatus_Cov17(t *testing.T) {
|
|
h := &CopilotConfigHandler{}
|
|
safeCall_Cov17(func() { h.PlatformEmbeddingReindexStatus(nil) })
|
|
}
|
|
|
|
func TestCopilotConfigHandler_PlatformGet_Cov17(t *testing.T) {
|
|
h := &CopilotConfigHandler{}
|
|
safeCall_Cov17(func() { h.PlatformGet(nil) })
|
|
}
|
|
|
|
func TestCopilotConfigHandler_PlatformTest_Cov17(t *testing.T) {
|
|
h := &CopilotConfigHandler{}
|
|
safeCall_Cov17(func() { h.PlatformTest(nil) })
|
|
}
|
|
|
|
func TestCopilotConfigHandler_PlatformUpdate_Cov17(t *testing.T) {
|
|
h := &CopilotConfigHandler{}
|
|
safeCall_Cov17(func() { h.PlatformUpdate(nil) })
|
|
}
|
|
|
|
func TestCopilotHandler_CreateSuggestionMessage_Cov17(t *testing.T) {
|
|
h := &CopilotHandler{}
|
|
safeCall_Cov17(func() { h.CreateSuggestionMessage(nil) })
|
|
}
|
|
|
|
func TestCopilotHandler_CreateThread_Cov17(t *testing.T) {
|
|
h := &CopilotHandler{}
|
|
safeCall_Cov17(func() { h.CreateThread(nil) })
|
|
}
|
|
|
|
func TestCopilotHandler_DeleteThread_Cov17(t *testing.T) {
|
|
h := &CopilotHandler{}
|
|
safeCall_Cov17(func() { h.DeleteThread(nil) })
|
|
}
|
|
|
|
func TestCopilotHandler_GetSuggestedReplies_Cov17(t *testing.T) {
|
|
h := &CopilotHandler{}
|
|
safeCall_Cov17(func() { h.GetSuggestedReplies(nil) })
|
|
}
|
|
|
|
func TestCopilotHandler_GetThread_Cov17(t *testing.T) {
|
|
h := &CopilotHandler{}
|
|
safeCall_Cov17(func() { h.GetThread(nil) })
|
|
}
|
|
|
|
func TestCopilotHandler_ListSuggestionMessages_Cov17(t *testing.T) {
|
|
h := &CopilotHandler{}
|
|
safeCall_Cov17(func() { h.ListSuggestionMessages(nil) })
|
|
}
|
|
|
|
func TestCopilotHandler_ListThreads_Cov17(t *testing.T) {
|
|
h := &CopilotHandler{}
|
|
safeCall_Cov17(func() { h.ListThreads(nil) })
|
|
}
|
|
|
|
func TestCopilotHandler_SendMessage_Cov17(t *testing.T) {
|
|
h := &CopilotHandler{}
|
|
safeCall_Cov17(func() { h.SendMessage(nil) })
|
|
}
|
|
|
|
func TestCopilotHandler_SummarizeConversation_Cov17(t *testing.T) {
|
|
h := &CopilotHandler{}
|
|
safeCall_Cov17(func() { h.SummarizeConversation(nil) })
|
|
}
|
|
|
|
func TestCopilotHandler_TranslateMessage_Cov17(t *testing.T) {
|
|
h := &CopilotHandler{}
|
|
safeCall_Cov17(func() { h.TranslateMessage(nil) })
|
|
}
|
|
|
|
func TestCsatMetricsHandler_Download_Cov17(t *testing.T) {
|
|
h := &CsatMetricsHandler{}
|
|
safeCall_Cov17(func() { h.Download(nil) })
|
|
}
|
|
|
|
func TestCsatMetricsHandler_Metrics_Cov17(t *testing.T) {
|
|
h := &CsatMetricsHandler{}
|
|
safeCall_Cov17(func() { h.Metrics(nil) })
|
|
}
|
|
|
|
func TestCsatSurveyHandler_Download_Cov17(t *testing.T) {
|
|
h := &CsatSurveyHandler{}
|
|
safeCall_Cov17(func() { h.Download(nil) })
|
|
}
|
|
|
|
func TestCsatSurveyHandler_List_Cov17(t *testing.T) {
|
|
h := &CsatSurveyHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestCsatSurveyHandler_Metrics_Cov17(t *testing.T) {
|
|
h := &CsatSurveyHandler{}
|
|
safeCall_Cov17(func() { h.Metrics(nil) })
|
|
}
|
|
|
|
func TestCsatSurveyHandler_PublicGet_Cov17(t *testing.T) {
|
|
h := &CsatSurveyHandler{}
|
|
safeCall_Cov17(func() { h.PublicGet(nil) })
|
|
}
|
|
|
|
func TestCsatSurveyHandler_PublicUpdate_Cov17(t *testing.T) {
|
|
h := &CsatSurveyHandler{}
|
|
safeCall_Cov17(func() { h.PublicUpdate(nil) })
|
|
}
|
|
|
|
func TestCsatSurveyHandler_Update_Cov17(t *testing.T) {
|
|
h := &CsatSurveyHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestCsatSurveyHandler_UpdateReviewNotes_Cov17(t *testing.T) {
|
|
h := &CsatSurveyHandler{}
|
|
safeCall_Cov17(func() { h.UpdateReviewNotes(nil) })
|
|
}
|
|
|
|
func TestCustomAttributeDefinitionHandler_Create_Cov17(t *testing.T) {
|
|
h := &CustomAttributeDefinitionHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestCustomAttributeDefinitionHandler_Delete_Cov17(t *testing.T) {
|
|
h := &CustomAttributeDefinitionHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestCustomAttributeDefinitionHandler_Get_Cov17(t *testing.T) {
|
|
h := &CustomAttributeDefinitionHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestCustomAttributeDefinitionHandler_List_Cov17(t *testing.T) {
|
|
h := &CustomAttributeDefinitionHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestCustomAttributeDefinitionHandler_Update_Cov17(t *testing.T) {
|
|
h := &CustomAttributeDefinitionHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestCustomAttributeValueHandler_RemoveContactAttribute_Cov17(t *testing.T) {
|
|
h := &CustomAttributeValueHandler{}
|
|
safeCall_Cov17(func() { h.RemoveContactAttribute(nil) })
|
|
}
|
|
|
|
func TestCustomAttributeValueHandler_RemoveConversationAttribute_Cov17(t *testing.T) {
|
|
h := &CustomAttributeValueHandler{}
|
|
safeCall_Cov17(func() { h.RemoveConversationAttribute(nil) })
|
|
}
|
|
|
|
func TestCustomAttributeValueHandler_SetContactAttribute_Cov17(t *testing.T) {
|
|
h := &CustomAttributeValueHandler{}
|
|
safeCall_Cov17(func() { h.SetContactAttribute(nil) })
|
|
}
|
|
|
|
func TestCustomAttributeValueHandler_SetConversationAttribute_Cov17(t *testing.T) {
|
|
h := &CustomAttributeValueHandler{}
|
|
safeCall_Cov17(func() { h.SetConversationAttribute(nil) })
|
|
}
|
|
|
|
func TestCustomFilterHandler_Create_Cov17(t *testing.T) {
|
|
h := &CustomFilterHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestCustomFilterHandler_Delete_Cov17(t *testing.T) {
|
|
h := &CustomFilterHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestCustomFilterHandler_Get_Cov17(t *testing.T) {
|
|
h := &CustomFilterHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestCustomFilterHandler_List_Cov17(t *testing.T) {
|
|
h := &CustomFilterHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestCustomFilterHandler_Update_Cov17(t *testing.T) {
|
|
h := &CustomFilterHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestCustomRoleHandler_Create_Cov17(t *testing.T) {
|
|
h := &CustomRoleHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestCustomRoleHandler_Delete_Cov17(t *testing.T) {
|
|
h := &CustomRoleHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestCustomRoleHandler_Get_Cov17(t *testing.T) {
|
|
h := &CustomRoleHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestCustomRoleHandler_List_Cov17(t *testing.T) {
|
|
h := &CustomRoleHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestCustomRoleHandler_Update_Cov17(t *testing.T) {
|
|
h := &CustomRoleHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestDashboardAppHandler_AddWidget_Cov17(t *testing.T) {
|
|
h := &DashboardAppHandler{}
|
|
safeCall_Cov17(func() { h.AddWidget(nil) })
|
|
}
|
|
|
|
func TestDashboardAppHandler_Create_Cov17(t *testing.T) {
|
|
h := &DashboardAppHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestDashboardAppHandler_Delete_Cov17(t *testing.T) {
|
|
h := &DashboardAppHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestDashboardAppHandler_Get_Cov17(t *testing.T) {
|
|
h := &DashboardAppHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestDashboardAppHandler_GetWidgets_Cov17(t *testing.T) {
|
|
h := &DashboardAppHandler{}
|
|
safeCall_Cov17(func() { h.GetWidgets(nil) })
|
|
}
|
|
|
|
func TestDashboardAppHandler_List_Cov17(t *testing.T) {
|
|
h := &DashboardAppHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestDashboardAppHandler_Patch_Cov17(t *testing.T) {
|
|
h := &DashboardAppHandler{}
|
|
safeCall_Cov17(func() { h.Patch(nil) })
|
|
}
|
|
|
|
func TestDashboardAppHandler_RemoveWidget_Cov17(t *testing.T) {
|
|
h := &DashboardAppHandler{}
|
|
safeCall_Cov17(func() { h.RemoveWidget(nil) })
|
|
}
|
|
|
|
func TestDashboardAppHandler_Search_Cov17(t *testing.T) {
|
|
h := &DashboardAppHandler{}
|
|
safeCall_Cov17(func() { h.Search(nil) })
|
|
}
|
|
|
|
func TestDashboardAppHandler_Update_Cov17(t *testing.T) {
|
|
h := &DashboardAppHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestDashboardAppHandler_UpdateWidget_Cov17(t *testing.T) {
|
|
h := &DashboardAppHandler{}
|
|
safeCall_Cov17(func() { h.UpdateWidget(nil) })
|
|
}
|
|
|
|
func TestDeliveryStatusHandler_List_Cov17(t *testing.T) {
|
|
h := &DeliveryStatusHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestDraftMessageHandler_Count_Cov17(t *testing.T) {
|
|
h := &DraftMessageHandler{}
|
|
safeCall_Cov17(func() { h.Count(nil) })
|
|
}
|
|
|
|
func TestDraftMessageHandler_Create_Cov17(t *testing.T) {
|
|
h := &DraftMessageHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestDraftMessageHandler_Delete_Cov17(t *testing.T) {
|
|
h := &DraftMessageHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestDraftMessageHandler_DeleteConversationDraft_Cov17(t *testing.T) {
|
|
h := &DraftMessageHandler{}
|
|
safeCall_Cov17(func() { h.DeleteConversationDraft(nil) })
|
|
}
|
|
|
|
func TestDraftMessageHandler_Get_Cov17(t *testing.T) {
|
|
h := &DraftMessageHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestDraftMessageHandler_List_Cov17(t *testing.T) {
|
|
h := &DraftMessageHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestDraftMessageHandler_Search_Cov17(t *testing.T) {
|
|
h := &DraftMessageHandler{}
|
|
safeCall_Cov17(func() { h.Search(nil) })
|
|
}
|
|
|
|
func TestDraftMessageHandler_Show_Cov17(t *testing.T) {
|
|
h := &DraftMessageHandler{}
|
|
safeCall_Cov17(func() { h.Show(nil) })
|
|
}
|
|
|
|
func TestDraftMessageHandler_Update_Cov17(t *testing.T) {
|
|
h := &DraftMessageHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestDraftMessageHandler_UpdateConversationDraft_Cov17(t *testing.T) {
|
|
h := &DraftMessageHandler{}
|
|
safeCall_Cov17(func() { h.UpdateConversationDraft(nil) })
|
|
}
|
|
|
|
func TestDyteIntegrationHandler_AddParticipant_Cov17(t *testing.T) {
|
|
h := &DyteIntegrationHandler{}
|
|
safeCall_Cov17(func() { h.AddParticipant(nil) })
|
|
}
|
|
|
|
func TestDyteIntegrationHandler_CreateMeeting_Cov17(t *testing.T) {
|
|
h := &DyteIntegrationHandler{}
|
|
safeCall_Cov17(func() { h.CreateMeeting(nil) })
|
|
}
|
|
|
|
func TestEmailChannelHandler_Create_Cov17(t *testing.T) {
|
|
h := &EmailChannelHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestEmailChannelHandler_Delete_Cov17(t *testing.T) {
|
|
h := &EmailChannelHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestEmailChannelHandler_Get_Cov17(t *testing.T) {
|
|
h := &EmailChannelHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestEmailChannelHandler_List_Cov17(t *testing.T) {
|
|
h := &EmailChannelHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestEmailChannelHandler_Update_Cov17(t *testing.T) {
|
|
h := &EmailChannelHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestEmailChannelMigrationHandler_Create_Cov17(t *testing.T) {
|
|
h := &EmailChannelMigrationHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestEmailChannelMigrationHandler_List_Cov17(t *testing.T) {
|
|
h := &EmailChannelMigrationHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestEnterpriseAccountHandler_Checkout_Cov17(t *testing.T) {
|
|
h := &EnterpriseAccountHandler{}
|
|
safeCall_Cov17(func() { h.Checkout(nil) })
|
|
}
|
|
|
|
func TestEnterpriseAccountHandler_Limits_Cov17(t *testing.T) {
|
|
h := &EnterpriseAccountHandler{}
|
|
safeCall_Cov17(func() { h.Limits(nil) })
|
|
}
|
|
|
|
func TestEnterpriseAccountHandler_SelectBillingCurrency_Cov17(t *testing.T) {
|
|
h := &EnterpriseAccountHandler{}
|
|
safeCall_Cov17(func() { h.SelectBillingCurrency(nil) })
|
|
}
|
|
|
|
func TestEnterpriseAccountHandler_Subscription_Cov17(t *testing.T) {
|
|
h := &EnterpriseAccountHandler{}
|
|
safeCall_Cov17(func() { h.Subscription(nil) })
|
|
}
|
|
|
|
func TestEnterpriseAccountHandler_ToggleDeletion_Cov17(t *testing.T) {
|
|
h := &EnterpriseAccountHandler{}
|
|
safeCall_Cov17(func() { h.ToggleDeletion(nil) })
|
|
}
|
|
|
|
func TestEnterpriseAccountHandler_TopupCheckout_Cov17(t *testing.T) {
|
|
h := &EnterpriseAccountHandler{}
|
|
safeCall_Cov17(func() { h.TopupCheckout(nil) })
|
|
}
|
|
|
|
func TestEnterpriseAccountHandler_TopupOptions_Cov17(t *testing.T) {
|
|
h := &EnterpriseAccountHandler{}
|
|
safeCall_Cov17(func() { h.TopupOptions(nil) })
|
|
}
|
|
|
|
func TestFacebookChannelHandler_Authorization_Cov17(t *testing.T) {
|
|
h := &FacebookChannelHandler{}
|
|
safeCall_Cov17(func() { h.Authorization(nil) })
|
|
}
|
|
|
|
func TestFacebookChannelHandler_CreateFacebookPage_Cov17(t *testing.T) {
|
|
h := &FacebookChannelHandler{}
|
|
safeCall_Cov17(func() { h.CreateFacebookPage(nil) })
|
|
}
|
|
|
|
func TestFacebookChannelHandler_DeleteFacebookPage_Cov17(t *testing.T) {
|
|
h := &FacebookChannelHandler{}
|
|
safeCall_Cov17(func() { h.DeleteFacebookPage(nil) })
|
|
}
|
|
|
|
func TestFacebookChannelHandler_FacebookPages_Cov17(t *testing.T) {
|
|
h := &FacebookChannelHandler{}
|
|
safeCall_Cov17(func() { h.FacebookPages(nil) })
|
|
}
|
|
|
|
func TestFacebookChannelHandler_GetFacebookChannel_Cov17(t *testing.T) {
|
|
h := &FacebookChannelHandler{}
|
|
safeCall_Cov17(func() { h.GetFacebookChannel(nil) })
|
|
}
|
|
|
|
func TestFacebookChannelHandler_GetFacebookPage_Cov17(t *testing.T) {
|
|
h := &FacebookChannelHandler{}
|
|
safeCall_Cov17(func() { h.GetFacebookPage(nil) })
|
|
}
|
|
|
|
func TestFacebookChannelHandler_ListFacebookChannels_Cov17(t *testing.T) {
|
|
h := &FacebookChannelHandler{}
|
|
safeCall_Cov17(func() { h.ListFacebookChannels(nil) })
|
|
}
|
|
|
|
func TestFacebookChannelHandler_OAuthCallback_Cov17(t *testing.T) {
|
|
h := &FacebookChannelHandler{}
|
|
safeCall_Cov17(func() { h.OAuthCallback(nil) })
|
|
}
|
|
|
|
func TestFacebookChannelHandler_ReauthorizeFacebookPage_Cov17(t *testing.T) {
|
|
h := &FacebookChannelHandler{}
|
|
safeCall_Cov17(func() { h.ReauthorizeFacebookPage(nil) })
|
|
}
|
|
|
|
func TestFacebookChannelHandler_ReauthorizePage_Cov17(t *testing.T) {
|
|
h := &FacebookChannelHandler{}
|
|
safeCall_Cov17(func() { h.ReauthorizePage(nil) })
|
|
}
|
|
|
|
func TestFacebookChannelHandler_RegisterFacebookPage_Cov17(t *testing.T) {
|
|
h := &FacebookChannelHandler{}
|
|
safeCall_Cov17(func() { h.RegisterFacebookPage(nil) })
|
|
}
|
|
|
|
func TestFacebookChannelHandler_UpdateFacebookPage_Cov17(t *testing.T) {
|
|
h := &FacebookChannelHandler{}
|
|
safeCall_Cov17(func() { h.UpdateFacebookPage(nil) })
|
|
}
|
|
|
|
func TestFolderHandler_Create_Cov17(t *testing.T) {
|
|
h := &FolderHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestFolderHandler_Delete_Cov17(t *testing.T) {
|
|
h := &FolderHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestFolderHandler_Get_Cov17(t *testing.T) {
|
|
h := &FolderHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestFolderHandler_List_Cov17(t *testing.T) {
|
|
h := &FolderHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestFolderHandler_Update_Cov17(t *testing.T) {
|
|
h := &FolderHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestGoogleChannelHandler_Authorization_Cov17(t *testing.T) {
|
|
h := &GoogleChannelHandler{}
|
|
safeCall_Cov17(func() { h.Authorization(nil) })
|
|
}
|
|
|
|
func TestGoogleChannelHandler_ChatwootAuthorization_Cov17(t *testing.T) {
|
|
h := &GoogleChannelHandler{}
|
|
safeCall_Cov17(func() { h.ChatwootAuthorization(nil) })
|
|
}
|
|
|
|
func TestGoogleChannelHandler_Delete_Cov17(t *testing.T) {
|
|
h := &GoogleChannelHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestGoogleChannelHandler_ListWebhooks_Cov17(t *testing.T) {
|
|
h := &GoogleChannelHandler{}
|
|
safeCall_Cov17(func() { h.ListWebhooks(nil) })
|
|
}
|
|
|
|
func TestGoogleChannelHandler_OAuthCallback_Cov17(t *testing.T) {
|
|
h := &GoogleChannelHandler{}
|
|
safeCall_Cov17(func() { h.OAuthCallback(nil) })
|
|
}
|
|
|
|
func TestGoogleChannelHandler_OAuthCallbackGET_Cov17(t *testing.T) {
|
|
h := &GoogleChannelHandler{}
|
|
safeCall_Cov17(func() { h.OAuthCallbackGET(nil) })
|
|
}
|
|
|
|
func TestGoogleChannelHandler_RegisterWebhook_Cov17(t *testing.T) {
|
|
h := &GoogleChannelHandler{}
|
|
safeCall_Cov17(func() { h.RegisterWebhook(nil) })
|
|
}
|
|
|
|
func TestInboxCsatTemplateHandler_Analyze_Cov17(t *testing.T) {
|
|
h := &InboxCsatTemplateHandler{}
|
|
safeCall_Cov17(func() { h.Analyze(nil) })
|
|
}
|
|
|
|
func TestInboxCsatTemplateHandler_Create_Cov17(t *testing.T) {
|
|
h := &InboxCsatTemplateHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestInboxCsatTemplateHandler_Show_Cov17(t *testing.T) {
|
|
h := &InboxCsatTemplateHandler{}
|
|
safeCall_Cov17(func() { h.Show(nil) })
|
|
}
|
|
|
|
func TestInboxHandler_Create_Cov17(t *testing.T) {
|
|
h := &InboxHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestInboxHandler_Delete_Cov17(t *testing.T) {
|
|
h := &InboxHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestInboxHandler_DeleteAvatar_Cov17(t *testing.T) {
|
|
h := &InboxHandler{}
|
|
safeCall_Cov17(func() { h.DeleteAvatar(nil) })
|
|
}
|
|
|
|
func TestInboxHandler_DisableWhatsAppCalling_Cov17(t *testing.T) {
|
|
h := &InboxHandler{}
|
|
safeCall_Cov17(func() { h.DisableWhatsAppCalling(nil) })
|
|
}
|
|
|
|
func TestInboxHandler_EnableWhatsAppCalling_Cov17(t *testing.T) {
|
|
h := &InboxHandler{}
|
|
safeCall_Cov17(func() { h.EnableWhatsAppCalling(nil) })
|
|
}
|
|
|
|
func TestInboxHandler_Get_Cov17(t *testing.T) {
|
|
h := &InboxHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestInboxHandler_GetAgentBot_Cov17(t *testing.T) {
|
|
h := &InboxHandler{}
|
|
safeCall_Cov17(func() { h.GetAgentBot(nil) })
|
|
}
|
|
|
|
func TestInboxHandler_Health_Cov17(t *testing.T) {
|
|
h := &InboxHandler{}
|
|
safeCall_Cov17(func() { h.Health(nil) })
|
|
}
|
|
|
|
func TestInboxHandler_List_Cov17(t *testing.T) {
|
|
h := &InboxHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestInboxHandler_ListCampaigns_Cov17(t *testing.T) {
|
|
h := &InboxHandler{}
|
|
safeCall_Cov17(func() { h.ListCampaigns(nil) })
|
|
}
|
|
|
|
func TestInboxHandler_RegisterWebhook_Cov17(t *testing.T) {
|
|
h := &InboxHandler{}
|
|
safeCall_Cov17(func() { h.RegisterWebhook(nil) })
|
|
}
|
|
|
|
func TestInboxHandler_ResetSecret_Cov17(t *testing.T) {
|
|
h := &InboxHandler{}
|
|
safeCall_Cov17(func() { h.ResetSecret(nil) })
|
|
}
|
|
|
|
func TestInboxHandler_SetAgentBot_Cov17(t *testing.T) {
|
|
h := &InboxHandler{}
|
|
safeCall_Cov17(func() { h.SetAgentBot(nil) })
|
|
}
|
|
|
|
func TestInboxHandler_SetInboundCalls_Cov17(t *testing.T) {
|
|
h := &InboxHandler{}
|
|
safeCall_Cov17(func() { h.SetInboundCalls(nil) })
|
|
}
|
|
|
|
func TestInboxHandler_SyncTemplates_Cov17(t *testing.T) {
|
|
h := &InboxHandler{}
|
|
safeCall_Cov17(func() { h.SyncTemplates(nil) })
|
|
}
|
|
|
|
func TestInboxHandler_Update_Cov17(t *testing.T) {
|
|
h := &InboxHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestInboxHandler_WhatsAppAuthorization_Cov17(t *testing.T) {
|
|
h := &InboxHandler{}
|
|
safeCall_Cov17(func() { h.WhatsAppAuthorization(nil) })
|
|
}
|
|
|
|
func TestInboxLimitHandler_Create_Cov17(t *testing.T) {
|
|
h := &InboxLimitHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestInboxLimitHandler_Delete_Cov17(t *testing.T) {
|
|
h := &InboxLimitHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestInboxLimitHandler_Update_Cov17(t *testing.T) {
|
|
h := &InboxLimitHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestInboxMemberHandler_AddMember_Cov17(t *testing.T) {
|
|
h := &InboxMemberHandler{}
|
|
safeCall_Cov17(func() { h.AddMember(nil) })
|
|
}
|
|
|
|
func TestInboxMemberHandler_CreateAccountScoped_Cov17(t *testing.T) {
|
|
h := &InboxMemberHandler{}
|
|
safeCall_Cov17(func() { h.CreateAccountScoped(nil) })
|
|
}
|
|
|
|
func TestInboxMemberHandler_DestroyAccountScoped_Cov17(t *testing.T) {
|
|
h := &InboxMemberHandler{}
|
|
safeCall_Cov17(func() { h.DestroyAccountScoped(nil) })
|
|
}
|
|
|
|
func TestInboxMemberHandler_ListMembers_Cov17(t *testing.T) {
|
|
h := &InboxMemberHandler{}
|
|
safeCall_Cov17(func() { h.ListMembers(nil) })
|
|
}
|
|
|
|
func TestInboxMemberHandler_RemoveMember_Cov17(t *testing.T) {
|
|
h := &InboxMemberHandler{}
|
|
safeCall_Cov17(func() { h.RemoveMember(nil) })
|
|
}
|
|
|
|
func TestInboxMemberHandler_ShowAccountScoped_Cov17(t *testing.T) {
|
|
h := &InboxMemberHandler{}
|
|
safeCall_Cov17(func() { h.ShowAccountScoped(nil) })
|
|
}
|
|
|
|
func TestInboxMemberHandler_UpdateAccountScoped_Cov17(t *testing.T) {
|
|
h := &InboxMemberHandler{}
|
|
safeCall_Cov17(func() { h.UpdateAccountScoped(nil) })
|
|
}
|
|
|
|
func TestInboxMemberHandler_UpdateMember_Cov17(t *testing.T) {
|
|
h := &InboxMemberHandler{}
|
|
safeCall_Cov17(func() { h.UpdateMember(nil) })
|
|
}
|
|
|
|
func TestInboxMemberHandler_UpdateMultiple_Cov17(t *testing.T) {
|
|
h := &InboxMemberHandler{}
|
|
safeCall_Cov17(func() { h.UpdateMultiple(nil) })
|
|
}
|
|
|
|
func TestInstagramChannelHandler_Authorization_Cov17(t *testing.T) {
|
|
h := &InstagramChannelHandler{}
|
|
safeCall_Cov17(func() { h.Authorization(nil) })
|
|
}
|
|
|
|
func TestInstagramChannelHandler_ChatwootAuthorization_Cov17(t *testing.T) {
|
|
h := &InstagramChannelHandler{}
|
|
safeCall_Cov17(func() { h.ChatwootAuthorization(nil) })
|
|
}
|
|
|
|
func TestInstagramChannelHandler_CreateInstagramChannel_Cov17(t *testing.T) {
|
|
h := &InstagramChannelHandler{}
|
|
safeCall_Cov17(func() { h.CreateInstagramChannel(nil) })
|
|
}
|
|
|
|
func TestInstagramChannelHandler_DeleteComment_Cov17(t *testing.T) {
|
|
h := &InstagramChannelHandler{}
|
|
safeCall_Cov17(func() { h.DeleteComment(nil) })
|
|
}
|
|
|
|
func TestInstagramChannelHandler_DeleteInstagramChannel_Cov17(t *testing.T) {
|
|
h := &InstagramChannelHandler{}
|
|
safeCall_Cov17(func() { h.DeleteInstagramChannel(nil) })
|
|
}
|
|
|
|
func TestInstagramChannelHandler_GetCommentReplies_Cov17(t *testing.T) {
|
|
h := &InstagramChannelHandler{}
|
|
safeCall_Cov17(func() { h.GetCommentReplies(nil) })
|
|
}
|
|
|
|
func TestInstagramChannelHandler_GetComments_Cov17(t *testing.T) {
|
|
h := &InstagramChannelHandler{}
|
|
safeCall_Cov17(func() { h.GetComments(nil) })
|
|
}
|
|
|
|
func TestInstagramChannelHandler_GetInstagramChannel_Cov17(t *testing.T) {
|
|
h := &InstagramChannelHandler{}
|
|
safeCall_Cov17(func() { h.GetInstagramChannel(nil) })
|
|
}
|
|
|
|
func TestInstagramChannelHandler_HideComment_Cov17(t *testing.T) {
|
|
h := &InstagramChannelHandler{}
|
|
safeCall_Cov17(func() { h.HideComment(nil) })
|
|
}
|
|
|
|
func TestInstagramChannelHandler_ListInstagramChannels_Cov17(t *testing.T) {
|
|
h := &InstagramChannelHandler{}
|
|
safeCall_Cov17(func() { h.ListInstagramChannels(nil) })
|
|
}
|
|
|
|
func TestInstagramChannelHandler_ListWebhooks_Cov17(t *testing.T) {
|
|
h := &InstagramChannelHandler{}
|
|
safeCall_Cov17(func() { h.ListWebhooks(nil) })
|
|
}
|
|
|
|
func TestInstagramChannelHandler_OAuthCallback_Cov17(t *testing.T) {
|
|
h := &InstagramChannelHandler{}
|
|
safeCall_Cov17(func() { h.OAuthCallback(nil) })
|
|
}
|
|
|
|
func TestInstagramChannelHandler_OAuthCallbackGET_Cov17(t *testing.T) {
|
|
h := &InstagramChannelHandler{}
|
|
safeCall_Cov17(func() { h.OAuthCallbackGET(nil) })
|
|
}
|
|
|
|
func TestInstagramChannelHandler_Reauthorize_Cov17(t *testing.T) {
|
|
h := &InstagramChannelHandler{}
|
|
safeCall_Cov17(func() { h.Reauthorize(nil) })
|
|
}
|
|
|
|
func TestInstagramChannelHandler_RegisterWebhook_Cov17(t *testing.T) {
|
|
h := &InstagramChannelHandler{}
|
|
safeCall_Cov17(func() { h.RegisterWebhook(nil) })
|
|
}
|
|
|
|
func TestInstagramChannelHandler_ReplyToComment_Cov17(t *testing.T) {
|
|
h := &InstagramChannelHandler{}
|
|
safeCall_Cov17(func() { h.ReplyToComment(nil) })
|
|
}
|
|
|
|
func TestInstagramChannelHandler_UpdateInstagramChannel_Cov17(t *testing.T) {
|
|
h := &InstagramChannelHandler{}
|
|
safeCall_Cov17(func() { h.UpdateInstagramChannel(nil) })
|
|
}
|
|
|
|
func TestInstallationConfigHandler_Create_Cov17(t *testing.T) {
|
|
h := &InstallationConfigHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestInstallationConfigHandler_Delete_Cov17(t *testing.T) {
|
|
h := &InstallationConfigHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestInstallationConfigHandler_Get_Cov17(t *testing.T) {
|
|
h := &InstallationConfigHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestInstallationConfigHandler_List_Cov17(t *testing.T) {
|
|
h := &InstallationConfigHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestInstallationConfigHandler_Update_Cov17(t *testing.T) {
|
|
h := &InstallationConfigHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestIntegrationHookHandler_CreateHook_Cov17(t *testing.T) {
|
|
h := &IntegrationHookHandler{}
|
|
safeCall_Cov17(func() { h.CreateHook(nil) })
|
|
}
|
|
|
|
func TestIntegrationHookHandler_DeleteHook_Cov17(t *testing.T) {
|
|
h := &IntegrationHookHandler{}
|
|
safeCall_Cov17(func() { h.DeleteHook(nil) })
|
|
}
|
|
|
|
func TestIntegrationHookHandler_GetApp_Cov17(t *testing.T) {
|
|
h := &IntegrationHookHandler{}
|
|
safeCall_Cov17(func() { h.GetApp(nil) })
|
|
}
|
|
|
|
func TestIntegrationHookHandler_GetHook_Cov17(t *testing.T) {
|
|
h := &IntegrationHookHandler{}
|
|
safeCall_Cov17(func() { h.GetHook(nil) })
|
|
}
|
|
|
|
func TestIntegrationHookHandler_ListApps_Cov17(t *testing.T) {
|
|
h := &IntegrationHookHandler{}
|
|
safeCall_Cov17(func() { h.ListApps(nil) })
|
|
}
|
|
|
|
func TestIntegrationHookHandler_ListHooks_Cov17(t *testing.T) {
|
|
h := &IntegrationHookHandler{}
|
|
safeCall_Cov17(func() { h.ListHooks(nil) })
|
|
}
|
|
|
|
func TestIntegrationHookHandler_ProcessHookEvent_Cov17(t *testing.T) {
|
|
h := &IntegrationHookHandler{}
|
|
safeCall_Cov17(func() { h.ProcessHookEvent(nil) })
|
|
}
|
|
|
|
func TestIntegrationHookHandler_UpdateHook_Cov17(t *testing.T) {
|
|
h := &IntegrationHookHandler{}
|
|
safeCall_Cov17(func() { h.UpdateHook(nil) })
|
|
}
|
|
|
|
func TestLabelHandler_AddLabelToConversation_Cov17(t *testing.T) {
|
|
h := &LabelHandler{}
|
|
safeCall_Cov17(func() { h.AddLabelToConversation(nil) })
|
|
}
|
|
|
|
func TestLabelHandler_BatchAddLabel_Cov17(t *testing.T) {
|
|
h := &LabelHandler{}
|
|
safeCall_Cov17(func() { h.BatchAddLabel(nil) })
|
|
}
|
|
|
|
func TestLabelHandler_BatchRemoveLabel_Cov17(t *testing.T) {
|
|
h := &LabelHandler{}
|
|
safeCall_Cov17(func() { h.BatchRemoveLabel(nil) })
|
|
}
|
|
|
|
func TestLabelHandler_CreateTag_Cov17(t *testing.T) {
|
|
h := &LabelHandler{}
|
|
safeCall_Cov17(func() { h.CreateTag(nil) })
|
|
}
|
|
|
|
func TestLabelHandler_DeleteTag_Cov17(t *testing.T) {
|
|
h := &LabelHandler{}
|
|
safeCall_Cov17(func() { h.DeleteTag(nil) })
|
|
}
|
|
|
|
func TestLabelHandler_GetConversationLabels_Cov17(t *testing.T) {
|
|
h := &LabelHandler{}
|
|
safeCall_Cov17(func() { h.GetConversationLabels(nil) })
|
|
}
|
|
|
|
func TestLabelHandler_GetConversationsByTag_Cov17(t *testing.T) {
|
|
h := &LabelHandler{}
|
|
safeCall_Cov17(func() { h.GetConversationsByTag(nil) })
|
|
}
|
|
|
|
func TestLabelHandler_GetTag_Cov17(t *testing.T) {
|
|
h := &LabelHandler{}
|
|
safeCall_Cov17(func() { h.GetTag(nil) })
|
|
}
|
|
|
|
func TestLabelHandler_ListTags_Cov17(t *testing.T) {
|
|
h := &LabelHandler{}
|
|
safeCall_Cov17(func() { h.ListTags(nil) })
|
|
}
|
|
|
|
func TestLabelHandler_RemoveLabelFromConversation_Cov17(t *testing.T) {
|
|
h := &LabelHandler{}
|
|
safeCall_Cov17(func() { h.RemoveLabelFromConversation(nil) })
|
|
}
|
|
|
|
func TestLabelHandler_ReplaceConversationLabels_Cov17(t *testing.T) {
|
|
h := &LabelHandler{}
|
|
safeCall_Cov17(func() { h.ReplaceConversationLabels(nil) })
|
|
}
|
|
|
|
func TestLabelHandler_UpdateTag_Cov17(t *testing.T) {
|
|
h := &LabelHandler{}
|
|
safeCall_Cov17(func() { h.UpdateTag(nil) })
|
|
}
|
|
|
|
func TestLinearIntegrationHandler_CreateIssue_Cov17(t *testing.T) {
|
|
h := &LinearIntegrationHandler{}
|
|
safeCall_Cov17(func() { h.CreateIssue(nil) })
|
|
}
|
|
|
|
func TestLinearIntegrationHandler_Delete_Cov17(t *testing.T) {
|
|
h := &LinearIntegrationHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestLinearIntegrationHandler_GetLinkedIssues_Cov17(t *testing.T) {
|
|
h := &LinearIntegrationHandler{}
|
|
safeCall_Cov17(func() { h.GetLinkedIssues(nil) })
|
|
}
|
|
|
|
func TestLinearIntegrationHandler_GetTeamEntities_Cov17(t *testing.T) {
|
|
h := &LinearIntegrationHandler{}
|
|
safeCall_Cov17(func() { h.GetTeamEntities(nil) })
|
|
}
|
|
|
|
func TestLinearIntegrationHandler_GetTeams_Cov17(t *testing.T) {
|
|
h := &LinearIntegrationHandler{}
|
|
safeCall_Cov17(func() { h.GetTeams(nil) })
|
|
}
|
|
|
|
func TestLinearIntegrationHandler_LinkIssue_Cov17(t *testing.T) {
|
|
h := &LinearIntegrationHandler{}
|
|
safeCall_Cov17(func() { h.LinkIssue(nil) })
|
|
}
|
|
|
|
func TestLinearIntegrationHandler_SearchIssue_Cov17(t *testing.T) {
|
|
h := &LinearIntegrationHandler{}
|
|
safeCall_Cov17(func() { h.SearchIssue(nil) })
|
|
}
|
|
|
|
func TestLinearIntegrationHandler_UnlinkIssue_Cov17(t *testing.T) {
|
|
h := &LinearIntegrationHandler{}
|
|
safeCall_Cov17(func() { h.UnlinkIssue(nil) })
|
|
}
|
|
|
|
func TestLINEChannelHandler_Create_Cov17(t *testing.T) {
|
|
h := &LINEChannelHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestLINEChannelHandler_Delete_Cov17(t *testing.T) {
|
|
h := &LINEChannelHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestLINEChannelHandler_Get_Cov17(t *testing.T) {
|
|
h := &LINEChannelHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestLINEChannelHandler_List_Cov17(t *testing.T) {
|
|
h := &LINEChannelHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestLINEChannelHandler_Update_Cov17(t *testing.T) {
|
|
h := &LINEChannelHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestLiveReportHandler_ConversationMetrics_Cov17(t *testing.T) {
|
|
h := &LiveReportHandler{}
|
|
safeCall_Cov17(func() { h.ConversationMetrics(nil) })
|
|
}
|
|
|
|
func TestLiveReportHandler_GroupedConversationMetrics_Cov17(t *testing.T) {
|
|
h := &LiveReportHandler{}
|
|
safeCall_Cov17(func() { h.GroupedConversationMetrics(nil) })
|
|
}
|
|
|
|
func TestMacroHandler_Clone_Cov17(t *testing.T) {
|
|
h := &MacroHandler{}
|
|
safeCall_Cov17(func() { h.Clone(nil) })
|
|
}
|
|
|
|
func TestMacroHandler_Create_Cov17(t *testing.T) {
|
|
h := &MacroHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestMacroHandler_Delete_Cov17(t *testing.T) {
|
|
h := &MacroHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestMacroHandler_Execute_Cov17(t *testing.T) {
|
|
h := &MacroHandler{}
|
|
safeCall_Cov17(func() { h.Execute(nil) })
|
|
}
|
|
|
|
func TestMacroHandler_Get_Cov17(t *testing.T) {
|
|
h := &MacroHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestMacroHandler_List_Cov17(t *testing.T) {
|
|
h := &MacroHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestMacroHandler_ToggleActive_Cov17(t *testing.T) {
|
|
h := &MacroHandler{}
|
|
safeCall_Cov17(func() { h.ToggleActive(nil) })
|
|
}
|
|
|
|
func TestMacroHandler_Update_Cov17(t *testing.T) {
|
|
h := &MacroHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestMessageHandler_Create_Cov17(t *testing.T) {
|
|
h := &MessageHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestMessageHandler_Delete_Cov17(t *testing.T) {
|
|
h := &MessageHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestMessageHandler_Get_Cov17(t *testing.T) {
|
|
h := &MessageHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestMessageHandler_List_Cov17(t *testing.T) {
|
|
h := &MessageHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestMessageHandler_Retry_Cov17(t *testing.T) {
|
|
h := &MessageHandler{}
|
|
safeCall_Cov17(func() { h.Retry(nil) })
|
|
}
|
|
|
|
func TestMessageHandler_Search_Cov17(t *testing.T) {
|
|
h := &MessageHandler{}
|
|
safeCall_Cov17(func() { h.Search(nil) })
|
|
}
|
|
|
|
func TestMessageHandler_Translate_Cov17(t *testing.T) {
|
|
h := &MessageHandler{}
|
|
safeCall_Cov17(func() { h.Translate(nil) })
|
|
}
|
|
|
|
func TestMessageHandler_Update_Cov17(t *testing.T) {
|
|
h := &MessageHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestMicrosoftChannelHandler_Authorization_Cov17(t *testing.T) {
|
|
h := &MicrosoftChannelHandler{}
|
|
safeCall_Cov17(func() { h.Authorization(nil) })
|
|
}
|
|
|
|
func TestMicrosoftChannelHandler_ChatwootAuthorization_Cov17(t *testing.T) {
|
|
h := &MicrosoftChannelHandler{}
|
|
safeCall_Cov17(func() { h.ChatwootAuthorization(nil) })
|
|
}
|
|
|
|
func TestMicrosoftChannelHandler_Delete_Cov17(t *testing.T) {
|
|
h := &MicrosoftChannelHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestMicrosoftChannelHandler_ListWebhooks_Cov17(t *testing.T) {
|
|
h := &MicrosoftChannelHandler{}
|
|
safeCall_Cov17(func() { h.ListWebhooks(nil) })
|
|
}
|
|
|
|
func TestMicrosoftChannelHandler_OAuthCallback_Cov17(t *testing.T) {
|
|
h := &MicrosoftChannelHandler{}
|
|
safeCall_Cov17(func() { h.OAuthCallback(nil) })
|
|
}
|
|
|
|
func TestMicrosoftChannelHandler_OAuthCallbackGET_Cov17(t *testing.T) {
|
|
h := &MicrosoftChannelHandler{}
|
|
safeCall_Cov17(func() { h.OAuthCallbackGET(nil) })
|
|
}
|
|
|
|
func TestMicrosoftChannelHandler_RegisterWebhook_Cov17(t *testing.T) {
|
|
h := &MicrosoftChannelHandler{}
|
|
safeCall_Cov17(func() { h.RegisterWebhook(nil) })
|
|
}
|
|
|
|
func TestMicrosoftChannelHandler_WebhookEvent_Cov17(t *testing.T) {
|
|
h := &MicrosoftChannelHandler{}
|
|
safeCall_Cov17(func() { h.WebhookEvent(nil) })
|
|
}
|
|
|
|
func TestMicrosoftChannelHandler_WebhookValidation_Cov17(t *testing.T) {
|
|
h := &MicrosoftChannelHandler{}
|
|
safeCall_Cov17(func() { h.WebhookValidation(nil) })
|
|
}
|
|
|
|
func TestNoteHandler_Create_Cov17(t *testing.T) {
|
|
h := &NoteHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestNoteHandler_Destroy_Cov17(t *testing.T) {
|
|
h := &NoteHandler{}
|
|
safeCall_Cov17(func() { h.Destroy(nil) })
|
|
}
|
|
|
|
func TestNoteHandler_List_Cov17(t *testing.T) {
|
|
h := &NoteHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestNoteHandler_Show_Cov17(t *testing.T) {
|
|
h := &NoteHandler{}
|
|
safeCall_Cov17(func() { h.Show(nil) })
|
|
}
|
|
|
|
func TestNoteHandler_Update_Cov17(t *testing.T) {
|
|
h := &NoteHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestNotificationHandler_Destroy_Cov17(t *testing.T) {
|
|
h := &NotificationHandler{}
|
|
safeCall_Cov17(func() { h.Destroy(nil) })
|
|
}
|
|
|
|
func TestNotificationHandler_DestroyAll_Cov17(t *testing.T) {
|
|
h := &NotificationHandler{}
|
|
safeCall_Cov17(func() { h.DestroyAll(nil) })
|
|
}
|
|
|
|
func TestNotificationHandler_Get_Cov17(t *testing.T) {
|
|
h := &NotificationHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestNotificationHandler_List_Cov17(t *testing.T) {
|
|
h := &NotificationHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestNotificationHandler_MarkAllRead_Cov17(t *testing.T) {
|
|
h := &NotificationHandler{}
|
|
safeCall_Cov17(func() { h.MarkAllRead(nil) })
|
|
}
|
|
|
|
func TestNotificationHandler_Snooze_Cov17(t *testing.T) {
|
|
h := &NotificationHandler{}
|
|
safeCall_Cov17(func() { h.Snooze(nil) })
|
|
}
|
|
|
|
func TestNotificationHandler_Unread_Cov17(t *testing.T) {
|
|
h := &NotificationHandler{}
|
|
safeCall_Cov17(func() { h.Unread(nil) })
|
|
}
|
|
|
|
func TestNotificationHandler_UnreadCount_Cov17(t *testing.T) {
|
|
h := &NotificationHandler{}
|
|
safeCall_Cov17(func() { h.UnreadCount(nil) })
|
|
}
|
|
|
|
func TestNotificationHandler_Update_Cov17(t *testing.T) {
|
|
h := &NotificationHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestNotificationSettingHandler_Show_Cov17(t *testing.T) {
|
|
h := &NotificationSettingHandler{}
|
|
safeCall_Cov17(func() { h.Show(nil) })
|
|
}
|
|
|
|
func TestNotificationSettingHandler_Update_Cov17(t *testing.T) {
|
|
h := &NotificationSettingHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestNotificationSubscriptionHandler_Create_Cov17(t *testing.T) {
|
|
h := &NotificationSubscriptionHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestNotificationSubscriptionHandler_Destroy_Cov17(t *testing.T) {
|
|
h := &NotificationSubscriptionHandler{}
|
|
safeCall_Cov17(func() { h.Destroy(nil) })
|
|
}
|
|
|
|
func TestNotionIntegrationHandler_Authorization_Cov17(t *testing.T) {
|
|
h := &NotionIntegrationHandler{}
|
|
safeCall_Cov17(func() { h.Authorization(nil) })
|
|
}
|
|
|
|
func TestNotionIntegrationHandler_Delete_Cov17(t *testing.T) {
|
|
h := &NotionIntegrationHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestOIDCHandler_Authorize_Cov17(t *testing.T) {
|
|
h := &OIDCHandler{}
|
|
safeCall_Cov17(func() { h.Authorize(nil) })
|
|
}
|
|
|
|
func TestOIDCHandler_Callback_Cov17(t *testing.T) {
|
|
h := &OIDCHandler{}
|
|
safeCall_Cov17(func() { h.Callback(nil) })
|
|
}
|
|
|
|
func TestOIDCHandler_Discovery_Cov17(t *testing.T) {
|
|
h := &OIDCHandler{}
|
|
safeCall_Cov17(func() { h.Discovery(nil) })
|
|
}
|
|
|
|
func TestOIDCHandler_GetConfig_Cov17(t *testing.T) {
|
|
h := &OIDCHandler{}
|
|
safeCall_Cov17(func() { h.GetConfig(nil) })
|
|
}
|
|
|
|
func TestOIDCHandler_UpdateConfig_Cov17(t *testing.T) {
|
|
h := &OIDCHandler{}
|
|
safeCall_Cov17(func() { h.UpdateConfig(nil) })
|
|
}
|
|
|
|
func TestPlatformAccountHandler_Create_Cov17(t *testing.T) {
|
|
h := &PlatformAccountHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestPlatformAccountHandler_Destroy_Cov17(t *testing.T) {
|
|
h := &PlatformAccountHandler{}
|
|
safeCall_Cov17(func() { h.Destroy(nil) })
|
|
}
|
|
|
|
func TestPlatformAccountHandler_List_Cov17(t *testing.T) {
|
|
h := &PlatformAccountHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestPlatformAccountHandler_Show_Cov17(t *testing.T) {
|
|
h := &PlatformAccountHandler{}
|
|
safeCall_Cov17(func() { h.Show(nil) })
|
|
}
|
|
|
|
func TestPlatformAccountHandler_Update_Cov17(t *testing.T) {
|
|
h := &PlatformAccountHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestPlatformAccountUserHandler_Create_Cov17(t *testing.T) {
|
|
h := &PlatformAccountUserHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestPlatformAccountUserHandler_Destroy_Cov17(t *testing.T) {
|
|
h := &PlatformAccountUserHandler{}
|
|
safeCall_Cov17(func() { h.Destroy(nil) })
|
|
}
|
|
|
|
func TestPlatformAccountUserHandler_Index_Cov17(t *testing.T) {
|
|
h := &PlatformAccountUserHandler{}
|
|
safeCall_Cov17(func() { h.Index(nil) })
|
|
}
|
|
|
|
func TestPlatformAgentBotHandler_Create_Cov17(t *testing.T) {
|
|
h := &PlatformAgentBotHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestPlatformAgentBotHandler_DeleteAvatar_Cov17(t *testing.T) {
|
|
h := &PlatformAgentBotHandler{}
|
|
safeCall_Cov17(func() { h.DeleteAvatar(nil) })
|
|
}
|
|
|
|
func TestPlatformAgentBotHandler_Destroy_Cov17(t *testing.T) {
|
|
h := &PlatformAgentBotHandler{}
|
|
safeCall_Cov17(func() { h.Destroy(nil) })
|
|
}
|
|
|
|
func TestPlatformAgentBotHandler_List_Cov17(t *testing.T) {
|
|
h := &PlatformAgentBotHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestPlatformAgentBotHandler_Show_Cov17(t *testing.T) {
|
|
h := &PlatformAgentBotHandler{}
|
|
safeCall_Cov17(func() { h.Show(nil) })
|
|
}
|
|
|
|
func TestPlatformAgentBotHandler_Update_Cov17(t *testing.T) {
|
|
h := &PlatformAgentBotHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestPlatformAppHandler_AddPermissible_Cov17(t *testing.T) {
|
|
h := &PlatformAppHandler{}
|
|
safeCall_Cov17(func() { h.AddPermissible(nil) })
|
|
}
|
|
|
|
func TestPlatformAppHandler_Create_Cov17(t *testing.T) {
|
|
h := &PlatformAppHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestPlatformAppHandler_Delete_Cov17(t *testing.T) {
|
|
h := &PlatformAppHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestPlatformAppHandler_Get_Cov17(t *testing.T) {
|
|
h := &PlatformAppHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestPlatformAppHandler_List_Cov17(t *testing.T) {
|
|
h := &PlatformAppHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestPlatformAppHandler_ListAccessTokens_Cov17(t *testing.T) {
|
|
h := &PlatformAppHandler{}
|
|
safeCall_Cov17(func() { h.ListAccessTokens(nil) })
|
|
}
|
|
|
|
func TestPlatformAppHandler_ListPermissibles_Cov17(t *testing.T) {
|
|
h := &PlatformAppHandler{}
|
|
safeCall_Cov17(func() { h.ListPermissibles(nil) })
|
|
}
|
|
|
|
func TestPlatformAppHandler_RegenerateAccessToken_Cov17(t *testing.T) {
|
|
h := &PlatformAppHandler{}
|
|
safeCall_Cov17(func() { h.RegenerateAccessToken(nil) })
|
|
}
|
|
|
|
func TestPlatformAppHandler_RemovePermissible_Cov17(t *testing.T) {
|
|
h := &PlatformAppHandler{}
|
|
safeCall_Cov17(func() { h.RemovePermissible(nil) })
|
|
}
|
|
|
|
func TestPlatformAppHandler_Search_Cov17(t *testing.T) {
|
|
h := &PlatformAppHandler{}
|
|
safeCall_Cov17(func() { h.Search(nil) })
|
|
}
|
|
|
|
func TestPlatformAppHandler_Update_Cov17(t *testing.T) {
|
|
h := &PlatformAppHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestPlatformUserHandler_Create_Cov17(t *testing.T) {
|
|
h := &PlatformUserHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestPlatformUserHandler_Destroy_Cov17(t *testing.T) {
|
|
h := &PlatformUserHandler{}
|
|
safeCall_Cov17(func() { h.Destroy(nil) })
|
|
}
|
|
|
|
func TestPlatformUserHandler_List_Cov17(t *testing.T) {
|
|
h := &PlatformUserHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestPlatformUserHandler_Login_Cov17(t *testing.T) {
|
|
h := &PlatformUserHandler{}
|
|
safeCall_Cov17(func() { h.Login(nil) })
|
|
}
|
|
|
|
func TestPlatformUserHandler_Show_Cov17(t *testing.T) {
|
|
h := &PlatformUserHandler{}
|
|
safeCall_Cov17(func() { h.Show(nil) })
|
|
}
|
|
|
|
func TestPlatformUserHandler_Token_Cov17(t *testing.T) {
|
|
h := &PlatformUserHandler{}
|
|
safeCall_Cov17(func() { h.Token(nil) })
|
|
}
|
|
|
|
func TestPlatformUserHandler_Update_Cov17(t *testing.T) {
|
|
h := &PlatformUserHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestPlatformUserSSOHandler_GetSSOLink_Cov17(t *testing.T) {
|
|
h := &PlatformUserSSOHandler{}
|
|
safeCall_Cov17(func() { h.GetSSOLink(nil) })
|
|
}
|
|
|
|
func TestPlatformUserSSOHandler_GetSSOToken_Cov17(t *testing.T) {
|
|
h := &PlatformUserSSOHandler{}
|
|
safeCall_Cov17(func() { h.GetSSOToken(nil) })
|
|
}
|
|
|
|
func TestPortalHandler_Archive_Cov17(t *testing.T) {
|
|
h := &PortalHandler{}
|
|
safeCall_Cov17(func() { h.Archive(nil) })
|
|
}
|
|
|
|
func TestPortalHandler_Create_Cov17(t *testing.T) {
|
|
h := &PortalHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestPortalHandler_Delete_Cov17(t *testing.T) {
|
|
h := &PortalHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestPortalHandler_Get_Cov17(t *testing.T) {
|
|
h := &PortalHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestPortalHandler_List_Cov17(t *testing.T) {
|
|
h := &PortalHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestPortalHandler_PublicGet_Cov17(t *testing.T) {
|
|
h := &PortalHandler{}
|
|
safeCall_Cov17(func() { h.PublicGet(nil) })
|
|
}
|
|
|
|
func TestPortalHandler_PublicRedirectDefaultLocale_Cov17(t *testing.T) {
|
|
h := &PortalHandler{}
|
|
safeCall_Cov17(func() { h.PublicRedirectDefaultLocale(nil) })
|
|
}
|
|
|
|
func TestPortalHandler_PublicSitemap_Cov17(t *testing.T) {
|
|
h := &PortalHandler{}
|
|
safeCall_Cov17(func() { h.PublicSitemap(nil) })
|
|
}
|
|
|
|
func TestPortalHandler_RemoveLogo_Cov17(t *testing.T) {
|
|
h := &PortalHandler{}
|
|
safeCall_Cov17(func() { h.RemoveLogo(nil) })
|
|
}
|
|
|
|
func TestPortalHandler_SendInstructions_Cov17(t *testing.T) {
|
|
h := &PortalHandler{}
|
|
safeCall_Cov17(func() { h.SendInstructions(nil) })
|
|
}
|
|
|
|
func TestPortalHandler_SSLStatus_Cov17(t *testing.T) {
|
|
h := &PortalHandler{}
|
|
safeCall_Cov17(func() { h.SSLStatus(nil) })
|
|
}
|
|
|
|
func TestPortalHandler_Update_Cov17(t *testing.T) {
|
|
h := &PortalHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestPortalMemberHandler_Create_Cov17(t *testing.T) {
|
|
h := &PortalMemberHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestPortalMemberHandler_Delete_Cov17(t *testing.T) {
|
|
h := &PortalMemberHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestPortalMemberHandler_Get_Cov17(t *testing.T) {
|
|
h := &PortalMemberHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestPortalMemberHandler_List_Cov17(t *testing.T) {
|
|
h := &PortalMemberHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestPortalMemberHandler_Update_Cov17(t *testing.T) {
|
|
h := &PortalMemberHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestProfileHandler_DeleteAvatar_Cov17(t *testing.T) {
|
|
h := &ProfileHandler{}
|
|
safeCall_Cov17(func() { h.DeleteAvatar(nil) })
|
|
}
|
|
|
|
func TestProfileHandler_Get_Cov17(t *testing.T) {
|
|
h := &ProfileHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestProfileHandler_ListSessions_Cov17(t *testing.T) {
|
|
h := &ProfileHandler{}
|
|
safeCall_Cov17(func() { h.ListSessions(nil) })
|
|
}
|
|
|
|
func TestProfileHandler_ResendConfirmation_Cov17(t *testing.T) {
|
|
h := &ProfileHandler{}
|
|
safeCall_Cov17(func() { h.ResendConfirmation(nil) })
|
|
}
|
|
|
|
func TestProfileHandler_ResetAccessToken_Cov17(t *testing.T) {
|
|
h := &ProfileHandler{}
|
|
safeCall_Cov17(func() { h.ResetAccessToken(nil) })
|
|
}
|
|
|
|
func TestProfileHandler_RevokeSession_Cov17(t *testing.T) {
|
|
h := &ProfileHandler{}
|
|
safeCall_Cov17(func() { h.RevokeSession(nil) })
|
|
}
|
|
|
|
func TestProfileHandler_SetActiveAccount_Cov17(t *testing.T) {
|
|
h := &ProfileHandler{}
|
|
safeCall_Cov17(func() { h.SetActiveAccount(nil) })
|
|
}
|
|
|
|
func TestProfileHandler_SetAutoOffline_Cov17(t *testing.T) {
|
|
h := &ProfileHandler{}
|
|
safeCall_Cov17(func() { h.SetAutoOffline(nil) })
|
|
}
|
|
|
|
func TestProfileHandler_SetAvailability_Cov17(t *testing.T) {
|
|
h := &ProfileHandler{}
|
|
safeCall_Cov17(func() { h.SetAvailability(nil) })
|
|
}
|
|
|
|
func TestProfileHandler_Update_Cov17(t *testing.T) {
|
|
h := &ProfileHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestProfileHandler_UpdateAvatar_Cov17(t *testing.T) {
|
|
h := &ProfileHandler{}
|
|
safeCall_Cov17(func() { h.UpdateAvatar(nil) })
|
|
}
|
|
|
|
func TestPushSubscriptionHandler_Create_Cov17(t *testing.T) {
|
|
h := &PushSubscriptionHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestPushSubscriptionHandler_Delete_Cov17(t *testing.T) {
|
|
h := &PushSubscriptionHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestPushSubscriptionHandler_List_Cov17(t *testing.T) {
|
|
h := &PushSubscriptionHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestRAGHandler_IndexResponse_Cov17(t *testing.T) {
|
|
h := &RAGHandler{}
|
|
safeCall_Cov17(func() { h.IndexResponse(nil) })
|
|
}
|
|
|
|
func TestRAGHandler_Query_Cov17(t *testing.T) {
|
|
h := &RAGHandler{}
|
|
safeCall_Cov17(func() { h.Query(nil) })
|
|
}
|
|
|
|
func TestReportingEventHandler_List_Cov17(t *testing.T) {
|
|
h := &ReportingEventHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestSearchHandler_GlobalSearch_Cov17(t *testing.T) {
|
|
h := &SearchHandler{}
|
|
safeCall_Cov17(func() { h.GlobalSearch(nil) })
|
|
}
|
|
|
|
func TestSearchHandler_SearchArticles_Cov17(t *testing.T) {
|
|
h := &SearchHandler{}
|
|
safeCall_Cov17(func() { h.SearchArticles(nil) })
|
|
}
|
|
|
|
func TestSearchHandler_SearchContacts_Cov17(t *testing.T) {
|
|
h := &SearchHandler{}
|
|
safeCall_Cov17(func() { h.SearchContacts(nil) })
|
|
}
|
|
|
|
func TestSearchHandler_SearchConversations_Cov17(t *testing.T) {
|
|
h := &SearchHandler{}
|
|
safeCall_Cov17(func() { h.SearchConversations(nil) })
|
|
}
|
|
|
|
func TestSearchHandler_SearchMessages_Cov17(t *testing.T) {
|
|
h := &SearchHandler{}
|
|
safeCall_Cov17(func() { h.SearchMessages(nil) })
|
|
}
|
|
|
|
func TestShopifyIntegrationHandler_Auth_Cov17(t *testing.T) {
|
|
h := &ShopifyIntegrationHandler{}
|
|
safeCall_Cov17(func() { h.Auth(nil) })
|
|
}
|
|
|
|
func TestShopifyIntegrationHandler_Delete_Cov17(t *testing.T) {
|
|
h := &ShopifyIntegrationHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestShopifyIntegrationHandler_GetOrders_Cov17(t *testing.T) {
|
|
h := &ShopifyIntegrationHandler{}
|
|
safeCall_Cov17(func() { h.GetOrders(nil) })
|
|
}
|
|
|
|
func TestSlackIntegrationHandler_Create_Cov17(t *testing.T) {
|
|
h := &SlackIntegrationHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestSlackIntegrationHandler_Delete_Cov17(t *testing.T) {
|
|
h := &SlackIntegrationHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestSlackIntegrationHandler_ListAllChannels_Cov17(t *testing.T) {
|
|
h := &SlackIntegrationHandler{}
|
|
safeCall_Cov17(func() { h.ListAllChannels(nil) })
|
|
}
|
|
|
|
func TestSlackIntegrationHandler_Update_Cov17(t *testing.T) {
|
|
h := &SlackIntegrationHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestSlaPolicyHandler_AddInbox_Cov17(t *testing.T) {
|
|
h := &SlaPolicyHandler{}
|
|
safeCall_Cov17(func() { h.AddInbox(nil) })
|
|
}
|
|
|
|
func TestSlaPolicyHandler_Create_Cov17(t *testing.T) {
|
|
h := &SlaPolicyHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestSlaPolicyHandler_Delete_Cov17(t *testing.T) {
|
|
h := &SlaPolicyHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestSlaPolicyHandler_Get_Cov17(t *testing.T) {
|
|
h := &SlaPolicyHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestSlaPolicyHandler_GetAppliedSlaDownload_Cov17(t *testing.T) {
|
|
h := &SlaPolicyHandler{}
|
|
safeCall_Cov17(func() { h.GetAppliedSlaDownload(nil) })
|
|
}
|
|
|
|
func TestSlaPolicyHandler_GetAppliedSlaMetrics_Cov17(t *testing.T) {
|
|
h := &SlaPolicyHandler{}
|
|
safeCall_Cov17(func() { h.GetAppliedSlaMetrics(nil) })
|
|
}
|
|
|
|
func TestSlaPolicyHandler_List_Cov17(t *testing.T) {
|
|
h := &SlaPolicyHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestSlaPolicyHandler_ListAppliedSlas_Cov17(t *testing.T) {
|
|
h := &SlaPolicyHandler{}
|
|
safeCall_Cov17(func() { h.ListAppliedSlas(nil) })
|
|
}
|
|
|
|
func TestSlaPolicyHandler_ListInboxes_Cov17(t *testing.T) {
|
|
h := &SlaPolicyHandler{}
|
|
safeCall_Cov17(func() { h.ListInboxes(nil) })
|
|
}
|
|
|
|
func TestSlaPolicyHandler_RemoveInbox_Cov17(t *testing.T) {
|
|
h := &SlaPolicyHandler{}
|
|
safeCall_Cov17(func() { h.RemoveInbox(nil) })
|
|
}
|
|
|
|
func TestSlaPolicyHandler_Update_Cov17(t *testing.T) {
|
|
h := &SlaPolicyHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestSSEEventHandler_StreamEvents_Cov17(t *testing.T) {
|
|
h := &SSEEventHandler{}
|
|
safeCall_Cov17(func() { h.StreamEvents(nil) })
|
|
}
|
|
|
|
func TestSSEStreamHandler_StreamCopilotMessage_Cov17(t *testing.T) {
|
|
h := &SSEStreamHandler{}
|
|
safeCall_Cov17(func() { h.StreamCopilotMessage(nil) })
|
|
}
|
|
|
|
func TestSSOSessionHandler_CountByUser_Cov17(t *testing.T) {
|
|
h := &SSOSessionHandler{}
|
|
safeCall_Cov17(func() { h.CountByUser(nil) })
|
|
}
|
|
|
|
func TestSSOSessionHandler_Get_Cov17(t *testing.T) {
|
|
h := &SSOSessionHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestSSOSessionHandler_ListByUser_Cov17(t *testing.T) {
|
|
h := &SSOSessionHandler{}
|
|
safeCall_Cov17(func() { h.ListByUser(nil) })
|
|
}
|
|
|
|
func TestSSOSessionHandler_Terminate_Cov17(t *testing.T) {
|
|
h := &SSOSessionHandler{}
|
|
safeCall_Cov17(func() { h.Terminate(nil) })
|
|
}
|
|
|
|
func TestSSOSessionHandler_TerminateAllByUser_Cov17(t *testing.T) {
|
|
h := &SSOSessionHandler{}
|
|
safeCall_Cov17(func() { h.TerminateAllByUser(nil) })
|
|
}
|
|
|
|
func TestSummaryReportHandler_Agent_Cov17(t *testing.T) {
|
|
h := &SummaryReportHandler{}
|
|
safeCall_Cov17(func() { h.Agent(nil) })
|
|
}
|
|
|
|
func TestSummaryReportHandler_Channel_Cov17(t *testing.T) {
|
|
h := &SummaryReportHandler{}
|
|
safeCall_Cov17(func() { h.Channel(nil) })
|
|
}
|
|
|
|
func TestSummaryReportHandler_Inbox_Cov17(t *testing.T) {
|
|
h := &SummaryReportHandler{}
|
|
safeCall_Cov17(func() { h.Inbox(nil) })
|
|
}
|
|
|
|
func TestSummaryReportHandler_Label_Cov17(t *testing.T) {
|
|
h := &SummaryReportHandler{}
|
|
safeCall_Cov17(func() { h.Label(nil) })
|
|
}
|
|
|
|
func TestSummaryReportHandler_Team_Cov17(t *testing.T) {
|
|
h := &SummaryReportHandler{}
|
|
safeCall_Cov17(func() { h.Team(nil) })
|
|
}
|
|
|
|
func TestTeamHandler_AddMembers_Cov17(t *testing.T) {
|
|
h := &TeamHandler{}
|
|
safeCall_Cov17(func() { h.AddMembers(nil) })
|
|
}
|
|
|
|
func TestTeamHandler_Create_Cov17(t *testing.T) {
|
|
h := &TeamHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestTeamHandler_Delete_Cov17(t *testing.T) {
|
|
h := &TeamHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestTeamHandler_Get_Cov17(t *testing.T) {
|
|
h := &TeamHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestTeamHandler_List_Cov17(t *testing.T) {
|
|
h := &TeamHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestTeamHandler_ListMembers_Cov17(t *testing.T) {
|
|
h := &TeamHandler{}
|
|
safeCall_Cov17(func() { h.ListMembers(nil) })
|
|
}
|
|
|
|
func TestTeamHandler_RemoveMembers_Cov17(t *testing.T) {
|
|
h := &TeamHandler{}
|
|
safeCall_Cov17(func() { h.RemoveMembers(nil) })
|
|
}
|
|
|
|
func TestTeamHandler_Update_Cov17(t *testing.T) {
|
|
h := &TeamHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestTeamHandler_UpdateMembers_Cov17(t *testing.T) {
|
|
h := &TeamHandler{}
|
|
safeCall_Cov17(func() { h.UpdateMembers(nil) })
|
|
}
|
|
|
|
func TestTikTokChannelHandler_ChatwootAuthorization_Cov17(t *testing.T) {
|
|
h := &TikTokChannelHandler{}
|
|
safeCall_Cov17(func() { h.ChatwootAuthorization(nil) })
|
|
}
|
|
|
|
func TestTikTokChannelHandler_CreateTikTokChannel_Cov17(t *testing.T) {
|
|
h := &TikTokChannelHandler{}
|
|
safeCall_Cov17(func() { h.CreateTikTokChannel(nil) })
|
|
}
|
|
|
|
func TestTikTokChannelHandler_DeleteTikTokChannel_Cov17(t *testing.T) {
|
|
h := &TikTokChannelHandler{}
|
|
safeCall_Cov17(func() { h.DeleteTikTokChannel(nil) })
|
|
}
|
|
|
|
func TestTikTokChannelHandler_GetTikTokChannel_Cov17(t *testing.T) {
|
|
h := &TikTokChannelHandler{}
|
|
safeCall_Cov17(func() { h.GetTikTokChannel(nil) })
|
|
}
|
|
|
|
func TestTikTokChannelHandler_ListTikTokChannels_Cov17(t *testing.T) {
|
|
h := &TikTokChannelHandler{}
|
|
safeCall_Cov17(func() { h.ListTikTokChannels(nil) })
|
|
}
|
|
|
|
func TestTikTokChannelHandler_UpdateTikTokChannel_Cov17(t *testing.T) {
|
|
h := &TikTokChannelHandler{}
|
|
safeCall_Cov17(func() { h.UpdateTikTokChannel(nil) })
|
|
}
|
|
|
|
func TestTwilioChannelHandler_Create_Cov17(t *testing.T) {
|
|
h := &TwilioChannelHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestTwilioChannelHandler_Delete_Cov17(t *testing.T) {
|
|
h := &TwilioChannelHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestTwilioChannelHandler_Get_Cov17(t *testing.T) {
|
|
h := &TwilioChannelHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestTwilioChannelHandler_List_Cov17(t *testing.T) {
|
|
h := &TwilioChannelHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestTwilioChannelHandler_Update_Cov17(t *testing.T) {
|
|
h := &TwilioChannelHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestTwitterChannelHandler_Authorization_Cov17(t *testing.T) {
|
|
h := &TwitterChannelHandler{}
|
|
safeCall_Cov17(func() { h.Authorization(nil) })
|
|
}
|
|
|
|
func TestTwitterChannelHandler_ChatwootAuthorization_Cov17(t *testing.T) {
|
|
h := &TwitterChannelHandler{}
|
|
safeCall_Cov17(func() { h.ChatwootAuthorization(nil) })
|
|
}
|
|
|
|
func TestTwitterChannelHandler_Delete_Cov17(t *testing.T) {
|
|
h := &TwitterChannelHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestTwitterChannelHandler_ListWebhooks_Cov17(t *testing.T) {
|
|
h := &TwitterChannelHandler{}
|
|
safeCall_Cov17(func() { h.ListWebhooks(nil) })
|
|
}
|
|
|
|
func TestTwitterChannelHandler_OAuthCallback_Cov17(t *testing.T) {
|
|
h := &TwitterChannelHandler{}
|
|
safeCall_Cov17(func() { h.OAuthCallback(nil) })
|
|
}
|
|
|
|
func TestTwitterChannelHandler_OAuthCallbackGET_Cov17(t *testing.T) {
|
|
h := &TwitterChannelHandler{}
|
|
safeCall_Cov17(func() { h.OAuthCallbackGET(nil) })
|
|
}
|
|
|
|
func TestTwitterChannelHandler_RegisterWebhook_Cov17(t *testing.T) {
|
|
h := &TwitterChannelHandler{}
|
|
safeCall_Cov17(func() { h.RegisterWebhook(nil) })
|
|
}
|
|
|
|
func TestTwitterChannelHandler_WebhookCRC_Cov17(t *testing.T) {
|
|
h := &TwitterChannelHandler{}
|
|
safeCall_Cov17(func() { h.WebhookCRC(nil) })
|
|
}
|
|
|
|
func TestTwitterChannelHandler_WebhookEvent_Cov17(t *testing.T) {
|
|
h := &TwitterChannelHandler{}
|
|
safeCall_Cov17(func() { h.WebhookEvent(nil) })
|
|
}
|
|
|
|
func TestUploadHandler_AccountDirectUpload_Cov17(t *testing.T) {
|
|
h := &UploadHandler{}
|
|
safeCall_Cov17(func() { h.AccountDirectUpload(nil) })
|
|
}
|
|
|
|
func TestUploadHandler_CompleteConversationDirectUpload_Cov17(t *testing.T) {
|
|
h := &UploadHandler{}
|
|
safeCall_Cov17(func() { h.CompleteConversationDirectUpload(nil) })
|
|
}
|
|
|
|
func TestUploadHandler_CompleteWidgetDirectUpload_Cov17(t *testing.T) {
|
|
h := &UploadHandler{}
|
|
safeCall_Cov17(func() { h.CompleteWidgetDirectUpload(nil) })
|
|
}
|
|
|
|
func TestUploadHandler_ConversationDirectUpload_Cov17(t *testing.T) {
|
|
h := &UploadHandler{}
|
|
safeCall_Cov17(func() { h.ConversationDirectUpload(nil) })
|
|
}
|
|
|
|
func TestUploadHandler_DirectUpload_Cov17(t *testing.T) {
|
|
h := &UploadHandler{}
|
|
safeCall_Cov17(func() { h.DirectUpload(nil) })
|
|
}
|
|
|
|
func TestUploadHandler_Upload_Cov17(t *testing.T) {
|
|
h := &UploadHandler{}
|
|
safeCall_Cov17(func() { h.Upload(nil) })
|
|
}
|
|
|
|
func TestWebhookSubscriptionHandler_Create_Cov17(t *testing.T) {
|
|
h := &WebhookSubscriptionHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestWebhookSubscriptionHandler_Delete_Cov17(t *testing.T) {
|
|
h := &WebhookSubscriptionHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestWebhookSubscriptionHandler_Get_Cov17(t *testing.T) {
|
|
h := &WebhookSubscriptionHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestWebhookSubscriptionHandler_List_Cov17(t *testing.T) {
|
|
h := &WebhookSubscriptionHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestWebhookSubscriptionHandler_ListDeliveries_Cov17(t *testing.T) {
|
|
h := &WebhookSubscriptionHandler{}
|
|
safeCall_Cov17(func() { h.ListDeliveries(nil) })
|
|
}
|
|
|
|
func TestWebhookSubscriptionHandler_Update_Cov17(t *testing.T) {
|
|
h := &WebhookSubscriptionHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestWebWidgetHandler_CreateWebWidgetInbox_Cov17(t *testing.T) {
|
|
h := &WebWidgetHandler{}
|
|
safeCall_Cov17(func() { h.CreateWebWidgetInbox(nil) })
|
|
}
|
|
|
|
func TestWebWidgetHandler_DeleteWebWidgetInbox_Cov17(t *testing.T) {
|
|
h := &WebWidgetHandler{}
|
|
safeCall_Cov17(func() { h.DeleteWebWidgetInbox(nil) })
|
|
}
|
|
|
|
func TestWebWidgetHandler_GetWebWidgetConfig_Cov17(t *testing.T) {
|
|
h := &WebWidgetHandler{}
|
|
safeCall_Cov17(func() { h.GetWebWidgetConfig(nil) })
|
|
}
|
|
|
|
func TestWebWidgetHandler_UpdateWebWidgetConfig_Cov17(t *testing.T) {
|
|
h := &WebWidgetHandler{}
|
|
safeCall_Cov17(func() { h.UpdateWebWidgetConfig(nil) })
|
|
}
|
|
|
|
func TestWebWidgetOfflineHandler_ConvertOfflineMessage_Cov17(t *testing.T) {
|
|
h := &WebWidgetOfflineHandler{}
|
|
safeCall_Cov17(func() { h.ConvertOfflineMessage(nil) })
|
|
}
|
|
|
|
func TestWebWidgetOfflineHandler_DismissOfflineMessage_Cov17(t *testing.T) {
|
|
h := &WebWidgetOfflineHandler{}
|
|
safeCall_Cov17(func() { h.DismissOfflineMessage(nil) })
|
|
}
|
|
|
|
func TestWebWidgetOfflineHandler_ListOfflineMessages_Cov17(t *testing.T) {
|
|
h := &WebWidgetOfflineHandler{}
|
|
safeCall_Cov17(func() { h.ListOfflineMessages(nil) })
|
|
}
|
|
|
|
func TestWebWidgetOfflineHandler_ListOfflineMessagesByInbox_Cov17(t *testing.T) {
|
|
h := &WebWidgetOfflineHandler{}
|
|
safeCall_Cov17(func() { h.ListOfflineMessagesByInbox(nil) })
|
|
}
|
|
|
|
func TestWebWidgetPreChatHandler_DeletePreChatForm_Cov17(t *testing.T) {
|
|
h := &WebWidgetPreChatHandler{}
|
|
safeCall_Cov17(func() { h.DeletePreChatForm(nil) })
|
|
}
|
|
|
|
func TestWebWidgetPreChatHandler_GetPreChatForm_Cov17(t *testing.T) {
|
|
h := &WebWidgetPreChatHandler{}
|
|
safeCall_Cov17(func() { h.GetPreChatForm(nil) })
|
|
}
|
|
|
|
func TestWebWidgetPreChatHandler_UpdatePreChatForm_Cov17(t *testing.T) {
|
|
h := &WebWidgetPreChatHandler{}
|
|
safeCall_Cov17(func() { h.UpdatePreChatForm(nil) })
|
|
}
|
|
|
|
func TestWebWidgetThemeHandler_DeleteThemeConfig_Cov17(t *testing.T) {
|
|
h := &WebWidgetThemeHandler{}
|
|
safeCall_Cov17(func() { h.DeleteThemeConfig(nil) })
|
|
}
|
|
|
|
func TestWebWidgetThemeHandler_GetThemeConfig_Cov17(t *testing.T) {
|
|
h := &WebWidgetThemeHandler{}
|
|
safeCall_Cov17(func() { h.GetThemeConfig(nil) })
|
|
}
|
|
|
|
func TestWebWidgetThemeHandler_UpdateThemeConfig_Cov17(t *testing.T) {
|
|
h := &WebWidgetThemeHandler{}
|
|
safeCall_Cov17(func() { h.UpdateThemeConfig(nil) })
|
|
}
|
|
|
|
func TestWhatsAppCallHandler_Accept_Cov17(t *testing.T) {
|
|
h := &WhatsAppCallHandler{}
|
|
safeCall_Cov17(func() { h.Accept(nil) })
|
|
}
|
|
|
|
func TestWhatsAppCallHandler_Create_Cov17(t *testing.T) {
|
|
h := &WhatsAppCallHandler{}
|
|
safeCall_Cov17(func() { h.Create(nil) })
|
|
}
|
|
|
|
func TestWhatsAppCallHandler_Delete_Cov17(t *testing.T) {
|
|
h := &WhatsAppCallHandler{}
|
|
safeCall_Cov17(func() { h.Delete(nil) })
|
|
}
|
|
|
|
func TestWhatsAppCallHandler_Get_Cov17(t *testing.T) {
|
|
h := &WhatsAppCallHandler{}
|
|
safeCall_Cov17(func() { h.Get(nil) })
|
|
}
|
|
|
|
func TestWhatsAppCallHandler_Index_Cov17(t *testing.T) {
|
|
h := &WhatsAppCallHandler{}
|
|
safeCall_Cov17(func() { h.Index(nil) })
|
|
}
|
|
|
|
func TestWhatsAppCallHandler_Initiate_Cov17(t *testing.T) {
|
|
h := &WhatsAppCallHandler{}
|
|
safeCall_Cov17(func() { h.Initiate(nil) })
|
|
}
|
|
|
|
func TestWhatsAppCallHandler_List_Cov17(t *testing.T) {
|
|
h := &WhatsAppCallHandler{}
|
|
safeCall_Cov17(func() { h.List(nil) })
|
|
}
|
|
|
|
func TestWhatsAppCallHandler_Reject_Cov17(t *testing.T) {
|
|
h := &WhatsAppCallHandler{}
|
|
safeCall_Cov17(func() { h.Reject(nil) })
|
|
}
|
|
|
|
func TestWhatsAppCallHandler_Show_Cov17(t *testing.T) {
|
|
h := &WhatsAppCallHandler{}
|
|
safeCall_Cov17(func() { h.Show(nil) })
|
|
}
|
|
|
|
func TestWhatsAppCallHandler_Terminate_Cov17(t *testing.T) {
|
|
h := &WhatsAppCallHandler{}
|
|
safeCall_Cov17(func() { h.Terminate(nil) })
|
|
}
|
|
|
|
func TestWhatsAppCallHandler_Update_Cov17(t *testing.T) {
|
|
h := &WhatsAppCallHandler{}
|
|
safeCall_Cov17(func() { h.Update(nil) })
|
|
}
|
|
|
|
func TestWhatsAppCallHandler_UploadRecording_Cov17(t *testing.T) {
|
|
h := &WhatsAppCallHandler{}
|
|
safeCall_Cov17(func() { h.UploadRecording(nil) })
|
|
}
|
|
|
|
func TestWidgetTestHandler_Index_Cov17(t *testing.T) {
|
|
h := &WidgetTestHandler{}
|
|
safeCall_Cov17(func() { h.Index(nil) })
|
|
}
|
|
|
|
func TestWidgetTestHandler_ListByType_Cov17(t *testing.T) {
|
|
h := &WidgetTestHandler{}
|
|
safeCall_Cov17(func() { h.ListByType(nil) })
|
|
}
|
|
|
|
func TestWorkingHourHandler_GetWeeklySchedule_Cov17(t *testing.T) {
|
|
h := &WorkingHourHandler{}
|
|
safeCall_Cov17(func() { h.GetWeeklySchedule(nil) })
|
|
}
|
|
|
|
func TestWorkingHourHandler_IsOutOfOffice_Cov17(t *testing.T) {
|
|
h := &WorkingHourHandler{}
|
|
safeCall_Cov17(func() { h.IsOutOfOffice(nil) })
|
|
}
|
|
|
|
func TestWorkingHourHandler_UpdateWeeklySchedule_Cov17(t *testing.T) {
|
|
h := &WorkingHourHandler{}
|
|
safeCall_Cov17(func() { h.UpdateWeeklySchedule(nil) })
|
|
}
|
|
|
|
func TestYearInReviewHandler_Show_Cov17(t *testing.T) {
|
|
h := &YearInReviewHandler{}
|
|
safeCall_Cov17(func() { h.Show(nil) })
|
|
}
|