(t *testing.T)
| 185 | } |
| 186 | |
| 187 | func TestGetInvalid(t *testing.T) { |
| 188 | defer assertPanic(t) |
| 189 | sel := Doc().Find(".pvk-content") |
| 190 | sel.Get(129) |
| 191 | } |
| 192 | |
| 193 | func TestIndex(t *testing.T) { |
| 194 | sel := Doc().Find(".pvk-content") |
nothing calls this directly
no test coverage detected
searching dependent graphs…