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

Method name

src/main/java/com/github/javafaker/Name.java:28–30  ·  view source on GitHub ↗

A multipart name composed of an optional prefix, a firstname and a lastname or other possible variances based on locale. Examples: James Jones Jr. Julie Johnson @return a random name with given and family names and an optio

()

Source from the content-addressed store, hash-verified

26 * @return a random name with given and family names and an optional suffix.
27 */
28 public String name() {
29 return faker.fakeValuesService().resolve("name.name", this, faker);
30 }
31
32 /**
33 * <p>

Callers 1

fullNameMethod · 0.95

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected