@return a slug using '_' as the word separator and two Lorem words as the values
()
| 268 | * @return a slug using '_' as the word separator and two {@link Lorem} words as the values |
| 269 | */ |
| 270 | public String slug() { |
| 271 | return slug(faker.lorem().words(2), "_"); |
| 272 | } |
| 273 | |
| 274 | /** |
| 275 | * @param wordsOrNull if null, then 2 {@link Lorem} words |