()
| 10 | public class FriendsTest extends AbstractFakerTest { |
| 11 | |
| 12 | @Test |
| 13 | public void character() { |
| 14 | assertThat(faker.friends().character(), matchesRegularExpression("[A-Za-z .,]+")); |
| 15 | } |
| 16 | |
| 17 | @Test |
| 18 | public void location() { |
nothing calls this directly
no test coverage detected