()
| 8 | public class EsportsTest extends AbstractFakerTest { |
| 9 | |
| 10 | @Test |
| 11 | public void player() { |
| 12 | assertThat(faker.esports().player(), matchesRegularExpression("(\\w|.)+")); |
| 13 | } |
| 14 | |
| 15 | @Test |
| 16 | public void team() { |
nothing calls this directly
no test coverage detected