MCPcopy Create free account
hub / github.com/DiUS/java-faker / hero

Method hero

src/test/java/com/github/javafaker/OverwatchTest.java:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9public class OverwatchTest extends AbstractFakerTest {
10
11 @Test
12 public void hero() {
13 assertThat(faker.overwatch().hero(), matchesRegularExpression("^(\\w+\\.?\\s?)+$"));
14 }
15
16 @Test
17 public void location() {

Callers

nothing calls this directly

Calls 2

overwatchMethod · 0.80

Tested by

no test coverage detected