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

Method testName

src/test/java/com/github/javafaker/CountryTest.java:45–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 @Test
46 public void testName() {
47 assertThat(faker.country().name(), isStringWithContents());
48 }
49}

Callers

nothing calls this directly

Calls 3

isStringWithContentsMethod · 0.80
nameMethod · 0.45
countryMethod · 0.45

Tested by

no test coverage detected