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/YodaTest.java:14–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
public
class
YodaTest extends AbstractFakerTest {
13
14
@Test
15
public
void
quote() {
16
assertThat(faker.yoda().quote(), not(isEmptyOrNullString()));
17
}
18
}
Callers
2
testQuote
Method · 0.45
testQuote
Method · 0.45
Calls
1
yoda
Method · 0.80
Tested by
no test coverage detected