Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ word
Method
word
src/test/java/com/github/javafaker/HipsterTest.java:10–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
public
class
HipsterTest extends AbstractFakerTest {
9
10
@Test
11
public
void
word() {
12
assertThat(faker.hipster().word(), matchesRegularExpression(
"^([\\w-+&']+ ?)+$"
));
13
}
14
}
Callers
1
wordShouldNotBeNullOrEmpty
Method · 0.45
Calls
2
hipster
Method · 0.80
matchesRegularExpression
Method · 0.80
Tested by
no test coverage detected