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