()
| 8 | public class FunnyNameTest extends AbstractFakerTest { |
| 9 | |
| 10 | @Test |
| 11 | public void name() { |
| 12 | assertThat(faker.funnyName().name(), matchesRegularExpression("^(\\w+\\.?\\s?'?-?)+$")); |
| 13 | } |
| 14 | } |
nothing calls this directly
no test coverage detected