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/MatzTest.java:11–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
public
class
MatzTest extends AbstractFakerTest {
10
11
@Test
12
public
void
quote() {
13
assertThat(faker.matz().quote(), not(isEmptyOrNullString()));
14
}
15
}
Callers
nothing calls this directly
Calls
1
matz
Method · 0.80
Tested by
no test coverage detected