(t *testing.T)
| 7 | ) |
| 8 | |
| 9 | func TestApplicationList(t *testing.T) { |
| 10 | integration.TestApplicationList(t, &srv{}) |
| 11 | } |
| 12 | |
| 13 | func TestApplicationData(t *testing.T) { |
| 14 | integration.TestApplicationData(t, &srv{}) |
nothing calls this directly
no test coverage detected