MCPcopy 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

testGenreMethod · 0.45

Calls 2

musicMethod · 0.80

Tested by

no test coverage detected