| 6 | import static org.junit.Assert.assertThat; |
| 7 | |
| 8 | public class DragonBallTest extends AbstractFakerTest { |
| 9 | |
| 10 | @Test |
| 11 | public void character() { |
| 12 | assertThat(faker.dragonBall().character(), matchesRegularExpression("^(\\w+\\.?\\s?-?)+$")); |
| 13 | } |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected