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

Method character

src/test/java/com/github/javafaker/FriendsTest.java:12–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10public class FriendsTest extends AbstractFakerTest {
11
12 @Test
13 public void character() {
14 assertThat(faker.friends().character(), matchesRegularExpression("[A-Za-z .,]+"));
15 }
16
17 @Test
18 public void location() {

Callers

nothing calls this directly

Calls 2

friendsMethod · 0.80

Tested by

no test coverage detected