Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ testFirstName
Method
testFirstName
src/test/java/com/github/javafaker/NameTest.java:40–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
@Test
41
public
void
testFirstName() {
42
assertThat(faker.name().firstName(), matchesRegularExpression(
"\\w+"
));
43
}
44
45
@Test
46
public
void
testLastName() {
Callers
nothing calls this directly
Calls
3
matchesRegularExpression
Method · 0.80
firstName
Method · 0.45
name
Method · 0.45
Tested by
no test coverage detected