MCPcopy Create free account
hub / github.com/cogentcore/core / TestTree

Function TestTree

filetree/tree_test.go:13–17  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

11)
12
13func TestTree(t *testing.T) {
14 b := core.NewBody()
15 NewTree(b).OpenPath("../events")
16 b.AssertRender(t, "basic")
17}

Callers

nothing calls this directly

Calls 4

AssertRenderMethod · 0.95
NewBodyFunction · 0.92
OpenPathMethod · 0.80
NewTreeFunction · 0.70

Tested by

no test coverage detected