()
| 14 | public class NameTest extends AbstractFakerTest{ |
| 15 | |
| 16 | @Test |
| 17 | public void testName() { |
| 18 | assertThat(faker.name().name(), matchesRegularExpression("([\\w']+\\.?( )?){2,3}")); |
| 19 | } |
| 20 | |
| 21 | @Test |
| 22 | public void testNameWithMiddle() { |
nothing calls this directly
no test coverage detected