(t *testing.T)
| 11 | } |
| 12 | |
| 13 | func TestApplicationData(t *testing.T) { |
| 14 | integration.TestApplicationData(t, &srv{}) |
| 15 | } |
| 16 | |
| 17 | func TestApplicationSubscribe(t *testing.T) { |
| 18 | integration.TestApplicationSubscribe(t, &srv{}) |
nothing calls this directly
no test coverage detected