This can be overridden by specifying code: isbn_group: "some expression" in the appropriate yml file. @return an ISBN group number
()
| 36 | * @return an ISBN group number |
| 37 | */ |
| 38 | public String isbnGroup() { |
| 39 | return faker.regexify("[0-1]"); |
| 40 | } |
| 41 | |
| 42 | /** |
| 43 | * This can be overridden by specifying |