MCPcopy Create free account
hub / github.com/DiUS/java-faker / userAgentAny

Method userAgentAny

src/main/java/com/github/javafaker/Internet.java:320–322  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

318 }
319
320 public String userAgentAny() {
321 return userAgent(null);
322 }
323
324 public enum UserAgent {
325 AOL("aol"),

Callers 1

testUserAgentMethod · 0.80

Calls 1

userAgentMethod · 0.95

Tested by 1

testUserAgentMethod · 0.64