MCPcopy 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

12public class YodaTest extends AbstractFakerTest {
13
14 @Test
15 public void quote() {
16 assertThat(faker.yoda().quote(), not(isEmptyOrNullString()));
17 }
18}

Callers 2

testQuoteMethod · 0.45
testQuoteMethod · 0.45

Calls 1

yodaMethod · 0.80

Tested by

no test coverage detected