Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isStringWithContents
Method · 0.80
name
Method · 0.45
country
Method · 0.45
Tested by
no test coverage detected