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

Method location

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

Source from the content-addressed store, hash-verified

15 }
16
17 @Test
18 public void location() {
19 assertThat(faker.friends().location(), matchesRegularExpression("[\\w.', ]+"));
20 }
21
22 @Test
23 public void quote() {

Callers

nothing calls this directly

Calls 2

friendsMethod · 0.80

Tested by

no test coverage detected