| 6 | import static org.junit.Assert.assertThat; |
| 7 | |
| 8 | public class AnimalTest extends AbstractFakerTest { |
| 9 | |
| 10 | @Test |
| 11 | public void name() { |
| 12 | assertThat(faker.animal().name(), matchesRegularExpression("[A-Za-z ]+")); |
| 13 | } |
| 14 | |
| 15 | } |
nothing calls this directly
no outgoing calls
no test coverage detected