Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ company
Method
company
src/test/java/com/github/javafaker/SpaceTest.java:60–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
@Test
61
public
void
company() {
62
assertThat(faker.space().company(), matchesRegularExpression(
"((\\w|')+ ?){2,4}"
));
63
}
64
65
@Test
66
public
void
distanceMeasurement() {
Callers
10
testName
Method · 0.45
testSuffix
Method · 0.45
testIndustry
Method · 0.45
testBuzzword
Method · 0.45
testCatchPhrase
Method · 0.45
testBs
Method · 0.45
testLogo
Method · 0.45
testProfession
Method · 0.45
testUrl
Method · 0.45
testAllFakerMethodsThatReturnStrings
Method · 0.45
Calls
2
space
Method · 0.80
matchesRegularExpression
Method · 0.80
Tested by
no test coverage detected