Generates a String that matches the given regular expression.
(String regex)
| 307 | * Generates a String that matches the given regular expression. |
| 308 | */ |
| 309 | public String regexify(String regex) { |
| 310 | return fakeValuesService.regexify(regex); |
| 311 | } |
| 312 | |
| 313 | public RandomService random() { |
| 314 | return this.randomService; |
no outgoing calls