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

Method nationality

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

Source from the content-addressed store, hash-verified

10public class NationTest extends AbstractFakerTest {
11
12 @Test
13 public void nationality() {
14 assertThat(faker.nation().nationality(), matchesRegularExpression("\\P{Cc}+"));
15 }
16
17 @Test
18 public void language() {

Callers

nothing calls this directly

Calls 2

nationMethod · 0.80

Tested by

no test coverage detected