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

Method suffix

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

Returns a name suffix such as Jr., Sr., I, II, III, IV, V, MD, DDS, PhD or DVM @return a name suffix such as Jr., Sr., I, II, III, IV, V, MD, DDS, PhD or DVM

()

Source from the content-addressed store, hash-verified

83 * @return a name suffix such as Jr., Sr., I, II, III, IV, V, MD, DDS, PhD or DVM
84 */
85 public String suffix() {
86 return faker.fakeValuesService().resolve("name.suffix", this, faker);
87 }
88
89 /**
90 * <p>

Callers 4

testSuffixMethod · 0.45
testSuffixMethod · 0.45
testSuffixMethod · 0.45
testSuffixMethod · 0.45

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by 4

testSuffixMethod · 0.36
testSuffixMethod · 0.36
testSuffixMethod · 0.36
testSuffixMethod · 0.36