()
| 48 | } |
| 49 | |
| 50 | @Test |
| 51 | public void testUrl() { |
| 52 | String regexp = "(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9])"; |
| 53 | assertThat(faker.company().url(), matchesRegularExpression(regexp)); |
| 54 | } |
| 55 | } |
nothing calls this directly
no test coverage detected