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

Method testCreature

src/test/java/com/github/javafaker/TeamTest.java:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 }
17
18 @Test
19 public void testCreature() {
20 assertThat(faker.team().creature(), matchesRegularExpression("\\w+( \\w+)?"));
21 }
22
23 @Test
24 public void testState() {

Callers

nothing calls this directly

Calls 3

creatureMethod · 0.45
teamMethod · 0.45

Tested by

no test coverage detected