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

Method game

src/test/java/com/github/javafaker/ZeldaTest.java:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8public class ZeldaTest extends AbstractFakerTest {
9
10 @Test
11 public void game() {
12 assertThat(faker.zelda().game(), matchesRegularExpression("[A-Za-z'\\- :]+"));
13 }
14
15 @Test
16 public void character() {

Callers

nothing calls this directly

Calls 2

zeldaMethod · 0.80

Tested by

no test coverage detected