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

Method testSuffix

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

Source from the content-addressed store, hash-verified

53 }
54
55 @Test
56 public void testSuffix() {
57 assertThat(faker.name().suffix(), matchesRegularExpression("\\w+\\.?"));
58 }
59
60 @Test
61 public void testTitle() {

Callers

nothing calls this directly

Calls 3

suffixMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected