MCPcopy Create free account
hub / github.com/DNAProject/DNA / TestParseParam

Function TestParseParam

cmd/utils/params_test.go:54–59  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

52 }
53}
54func TestParseParam(t *testing.T) {
55 _, err := ParseParams("bool:true")
56
57 assert.Nil(t, err)
58
59}
60
61func TestParseParams(t *testing.T) {
62 testByteArray := []byte("HelloWorld")

Callers

nothing calls this directly

Calls 1

ParseParamsFunction · 0.85

Tested by

no test coverage detected