MCPcopy Create free account
hub / github.com/FloatTech/AnimeAPI / TestManager_PublishEmotion

Function TestManager_PublishEmotion

qzone/api_test.go:17–27  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

15)
16
17func TestManager_PublishEmotion(t *testing.T) {
18 type args struct {
19 Content string
20 }
21 m := NewManager(cookie)
22 gotResult, err := m.EmotionPublish("test", nil)
23 if err != nil {
24 t.Fatal(err)
25 }
26 t.Logf("gotResult:%#v\n", gotResult)
27}
28
29func TestManager_UploadImage(t *testing.T) {
30 m := NewManager(cookie)

Callers

nothing calls this directly

Calls 2

EmotionPublishMethod · 0.95
NewManagerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…