(t *testing.T)
| 15 | } |
| 16 | |
| 17 | func TestMailboxDelete(t *testing.T) { |
| 18 | integration.TestMailboxDelete(t, &srv{}) |
| 19 | } |
| 20 | |
| 21 | func TestMailboxData(t *testing.T) { |
| 22 | integration.TestMailboxData(t, &srv{}) |
nothing calls this directly
no test coverage detected