(t *testing.T)
| 45 | } |
| 46 | |
| 47 | func 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 | |
| 56 | func TestLogin(t *testing.T) { |
| 57 | var ( |
nothing calls this directly
no test coverage detected
searching dependent graphs…