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

Method testName

src/test/java/com/github/javafaker/NameTest.java:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14public class NameTest extends AbstractFakerTest{
15
16 @Test
17 public void testName() {
18 assertThat(faker.name().name(), matchesRegularExpression("([\\w']+\\.?( )?){2,3}"));
19 }
20
21 @Test
22 public void testNameWithMiddle() {

Callers

nothing calls this directly

Calls 2

nameMethod · 0.45

Tested by

no test coverage detected