MCPcopy Create free account
hub / github.com/DiUS/java-faker / testQuote

Method testQuote

src/test/java/com/github/javafaker/WitcherTest.java:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 @Test
31 public void testQuote() {
32 assertThat(faker.witcher().quote(), matchesRegularExpression("[-A-Za-z0-9 —;…\\?\\!\\.’‘'”“,\\[\\]]+"));
33 }
34
35 @Test
36 public void testMonster() {

Callers

nothing calls this directly

Calls 3

quoteMethod · 0.45
witcherMethod · 0.45

Tested by

no test coverage detected