MCPcopy Index your code
hub / github.com/GoEdgeLab/EdgeNode / TestNode_Test

Function TestNode_Test

internal/nodes/node_test.go:18–29  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

16}
17
18func TestNode_Test(t *testing.T) {
19 if !testutils.IsSingleTesting() {
20 return
21 }
22
23 var node = NewNode()
24 err := node.Test()
25 if err != nil {
26 t.Fatal(err)
27 }
28 t.Log("ok")
29}

Callers

nothing calls this directly

Calls 4

IsSingleTestingFunction · 0.92
NewNodeFunction · 0.85
LogMethod · 0.80
TestMethod · 0.45

Tested by

no test coverage detected