()
| 63 | } |
| 64 | |
| 65 | @Test |
| 66 | public void testUsername() { |
| 67 | assertThat(faker.name().username(), matchesRegularExpression("^(\\w+)\\.(\\w+)$")); |
| 68 | } |
| 69 | |
| 70 | @Test |
| 71 | public void testUsernameWithSpaces() { |
nothing calls this directly
no test coverage detected