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

Class HipsterTest

src/test/java/com/github/javafaker/HipsterTest.java:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected