Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ paragraph
Method
paragraph
src/main/java/com/github/javafaker/Lorem.java:130–132 ·
view source on GitHub ↗
(int sentenceCount)
Source
from the content-addressed store, hash-verified
128
}
129
130
public
String paragraph(
int
sentenceCount) {
131
return
join(sentences(sentenceCount + faker.random().nextInt(3)),
" "
);
132
}
133
134
public
String paragraph() {
135
return
paragraph(3);
Callers
2
paragraphs
Method · 0.95
testExceptionsNotCoveredInAboveTest
Method · 0.80
Calls
3
sentences
Method · 0.95
nextInt
Method · 0.80
random
Method · 0.45
Tested by
1
testExceptionsNotCoveredInAboveTest
Method · 0.64