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

Method word

src/main/java/com/github/javafaker/Lorem.java:88–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 }
87
88 public String word() {
89 return faker.fakeValuesService().resolve("lorem.words", this, faker);
90 }
91
92 /**
93 * Create a sentence with a random number of words within the range 4..10.

Callers 2

wordsMethod · 0.95
fileNameMethod · 0.45

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected