()
| 32 | assertThat(zaFaker.team().state(), isStringWithContents()); |
| 33 | } |
| 34 | @Test |
| 35 | public void testSport() { |
| 36 | assertThat(faker.team().sport(), matchesRegularExpression("(\\p{L}|\\s)+")); |
| 37 | } |
| 38 | |
| 39 | |
| 40 | } |
nothing calls this directly
no test coverage detected