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

Method prefix

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

Returns a name prefix such as Mr., Mrs., Ms., Miss, or Dr. @return a name prefix such as Mr., Mrs., Ms., Miss, or Dr.

()

Source from the content-addressed store, hash-verified

75 * @return a name prefix such as Mr., Mrs., Ms., Miss, or Dr.
76 */
77 public String prefix() {
78 return faker.fakeValuesService().resolve("name.prefix", this, faker);
79 }
80
81 /**
82 * <p>Returns a name suffix such as Jr., Sr., I, II, III, IV, V, MD, DDS, PhD or DVM</p>

Callers 3

testPrefixMethod · 0.45
testPrefixMethod · 0.45
testPrefixMethod · 0.45

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by 3

testPrefixMethod · 0.36
testPrefixMethod · 0.36
testPrefixMethod · 0.36