MCPcopy Create free account
hub / github.com/Pallinder/go-randomdata / TestSillyName

Function TestSillyName

random_data_test.go:266–272  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

264}
265
266func TestSillyName(t *testing.T) {
267 sillyName := SillyName()
268
269 if len(sillyName) == 0 {
270 t.Error("Couldnt generate a silly name")
271 }
272}
273
274func TestIpV4Address(t *testing.T) {
275 ipAddress := IpV4Address()

Callers

nothing calls this directly

Calls 1

SillyNameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…