A multipart name composed of an optional prefix, a firstname and a lastname or other possible variances based on locale. Examples: James Jones Jr. Julie Johnson @return a random name with given and family names and an optio
()
| 26 | * @return a random name with given and family names and an optional suffix. |
| 27 | */ |
| 28 | public String name() { |
| 29 | return faker.fakeValuesService().resolve("name.name", this, faker); |
| 30 | } |
| 31 | |
| 32 | /** |
| 33 | * <p> |
no test coverage detected