(t *testing.T)
| 264 | } |
| 265 | |
| 266 | func TestSillyName(t *testing.T) { |
| 267 | sillyName := SillyName() |
| 268 | |
| 269 | if len(sillyName) == 0 { |
| 270 | t.Error("Couldnt generate a silly name") |
| 271 | } |
| 272 | } |
| 273 | |
| 274 | func TestIpV4Address(t *testing.T) { |
| 275 | ipAddress := IpV4Address() |
nothing calls this directly
no test coverage detected
searching dependent graphs…