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

Method word

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

Source from the content-addressed store, hash-verified

8public class HipsterTest extends AbstractFakerTest {
9
10 @Test
11 public void word() {
12 assertThat(faker.hipster().word(), matchesRegularExpression("^([\\w-+&']+ ?)+$"));
13 }
14}

Callers 1

Calls 2

hipsterMethod · 0.80

Tested by

no test coverage detected