Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ language
Method
language
src/test/java/com/github/javafaker/NationTest.java:17–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
}
16
17
@Test
18
public
void
language() {
19
assertThat(faker.nation().language(), matchesRegularExpression(
"[A-Za-z ]+"
));
20
}
21
22
@Test
23
public
void
capitalCity() {
Callers
nothing calls this directly
Calls
2
nation
Method · 0.80
matchesRegularExpression
Method · 0.80
Tested by
no test coverage detected