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