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/CompanyTest.java:15–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
@Test
16
public
void
testSuffix() {
17
assertThat(faker.company().suffix(), matchesRegularExpression(
"[A-Za-z ]+"
));
18
}
19
20
@Test
21
public
void
testIndustry() {
Callers
nothing calls this directly
Calls
3
matchesRegularExpression
Method · 0.80
suffix
Method · 0.45
company
Method · 0.45
Tested by
no test coverage detected