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