Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ testCreature
Method
testCreature
src/test/java/com/github/javafaker/TeamTest.java:18–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
@Test
19
public
void
testCreature() {
20
assertThat(faker.team().creature(), matchesRegularExpression(
"\\w+( \\w+)?"
));
21
}
22
23
@Test
24
public
void
testState() {
Callers
nothing calls this directly
Calls
3
matchesRegularExpression
Method · 0.80
creature
Method · 0.45
team
Method · 0.45
Tested by
no test coverage detected