Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ quote
Method
quote
src/test/java/com/github/javafaker/LebowskiTest.java:19–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
@Test
20
public
void
quote() {
21
assertThat(faker.lebowski().quote(), matchesRegularExpression(
"^([\\w.,!?'-]+ ?)+$"
));
22
}
23
}
Callers
nothing calls this directly
Calls
2
lebowski
Method · 0.80
matchesRegularExpression
Method · 0.80
Tested by
no test coverage detected