Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ testWords
Method
testWords
src/test/java/com/github/javafaker/LoremTest.java:106–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
}
105
106
@Test
107
public
void
testWords() {
108
assertThat(faker.lorem().words(), hasSize(greaterThanOrEqualTo(1)));
109
}
110
}
Callers
nothing calls this directly
Calls
2
words
Method · 0.80
lorem
Method · 0.80
Tested by
no test coverage detected