()
| 11 | public class TeamTest extends AbstractFakerTest { |
| 12 | |
| 13 | @Test |
| 14 | public void testName() { |
| 15 | assertThat(faker.team().name(), matchesRegularExpression("(\\w+( )?){2,4}")); |
| 16 | } |
| 17 | |
| 18 | @Test |
| 19 | public void testCreature() { |
nothing calls this directly
no test coverage detected