()
| 8 | public class PokemonTest extends AbstractFakerTest { |
| 9 | |
| 10 | @Test |
| 11 | public void name() { |
| 12 | assertThat(faker.pokemon().name(), matchesRegularExpression("[\\w']+.?( \\w+)?")); |
| 13 | } |
| 14 | |
| 15 | @Test |
| 16 | public void location() { |
nothing calls this directly
no test coverage detected