Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ testSuffix
Method
testSuffix
src/test/java/com/github/javafaker/NameTest.java:55–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
}
54
55
@Test
56
public
void
testSuffix() {
57
assertThat(faker.name().suffix(), matchesRegularExpression(
"\\w+\\.?"
));
58
}
59
60
@Test
61
public
void
testTitle() {
Callers
nothing calls this directly
Calls
3
matchesRegularExpression
Method · 0.80
suffix
Method · 0.45
name
Method · 0.45
Tested by
no test coverage detected