Generates a random avatar url based on a collection of profile pictures of real people. All this avatar have been authorized by its awesome users to be used on live websites (not just mockups). For more information, please visit: http://uifaces.com/authorized @return an url to a random avatar image
()
| 73 | * @see <a href="http://uifaces.com/authorized">Authorized UI Faces</a> |
| 74 | */ |
| 75 | public String avatar() { |
| 76 | return "https://s3.amazonaws.com/uifaces/faces/twitter/" + faker.fakeValuesService().resolve("internet.avatar", this, faker); |
| 77 | } |
| 78 | |
| 79 | /** |
| 80 | * Generates a random image url based on the lorempixel service. All the images provided by this service are released |
nothing calls this directly
no test coverage detected