MCPcopy
hub / github.com/PuerkitoBio/goquery / TestNextAll2

Function TestNextAll2

traversal_test.go:390–393  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

388}
389
390func TestNextAll2(t *testing.T) {
391 sel := Doc().Find("div[ng-cloak]").NextAll()
392 assertLength(t, sel.Nodes, 1)
393}
394
395func TestNextAllNone(t *testing.T) {
396 sel := Doc().Find(".footer").NextAll()

Callers

nothing calls this directly

Calls 4

DocFunction · 0.85
assertLengthFunction · 0.85
NextAllMethod · 0.80
FindMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…