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

Method quote

src/test/java/com/github/javafaker/RobinTest.java:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8public class RobinTest extends AbstractFakerTest {
9
10 @Test
11 public void quote() {
12 assertThat(faker.robin().quote(), matchesRegularExpression("^(\\w+\\.?-?'?\\s?)+(\\(?)?(\\w+\\s?\\.?)+(\\))?$"));
13 }
14}

Callers

nothing calls this directly

Calls 2

robinMethod · 0.80

Tested by

no test coverage detected