MCPcopy Create free account
hub / github.com/Soft/iter / TestString

Function TestString

iterator_test.go:280–289  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

278}
279
280func TestString(t *testing.T) {
281 equals(
282 t,
283 Equal(
284 String("Hello"),
285 Slice([]rune{'H', 'e', 'l', 'l', 'o'}),
286 ),
287 true,
288 )
289}
290
291func TestToString(t *testing.T) {
292 equals(

Callers

nothing calls this directly

Calls 4

equalsFunction · 0.85
EqualFunction · 0.85
StringFunction · 0.85
SliceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…