MCPcopy
hub / github.com/benmanns/goworker / TestProcessString

Function TestProcessString

process_test.go:26–33  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

24}
25
26func TestProcessString(t *testing.T) {
27 for _, tt := range processStringTests {
28 actual := tt.p.String()
29 if actual != tt.expected {
30 t.Errorf("Process(%#v): expected %s, actual %s", tt.p, tt.expected, actual)
31 }
32 }
33}

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected