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

Function TestEmail

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

Source from the content-addressed store, hash-verified

147}
148
149func TestEmail(t *testing.T) {
150 t.Log("TestEmail")
151 email := Email()
152
153 if email == "" {
154 t.Error("Failed to generate email with content")
155 }
156
157}
158
159func TestCountry(t *testing.T) {
160 t.Log("TestCountry")

Callers

nothing calls this directly

Calls 1

EmailFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…