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

Method testSentence

src/test/java/com/github/javafaker/LoremTest.java:86–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 @Test
87 public void testSentence() {
88 assertThat(faker.lorem().sentence(), matchesRegularExpression("(\\w+\\s?){4,10}\\."));
89 }
90
91 @Test
92 public void testSentenceWithWordCount() {

Callers

nothing calls this directly

Calls 3

sentenceMethod · 0.80
loremMethod · 0.80

Tested by

no test coverage detected