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

Function TestManager_Msglist

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

Source from the content-addressed store, hash-verified

45}
46
47func TestManager_Msglist(t *testing.T) {
48 m := NewManager(cookie)
49 gotResult, err := m.EmotionMsglist("20", "100")
50 if err != nil {
51 t.Fatal(err)
52 }
53 t.Logf("gotResult:%#v\n", gotResult)
54}
55
56func TestLogin(t *testing.T) {
57 var (

Callers

nothing calls this directly

Calls 2

EmotionMsglistMethod · 0.95
NewManagerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…