MCPcopy Create free account
hub / github.com/DiUS/java-faker / isbnGroup

Method isbnGroup

src/main/java/com/github/javafaker/Code.java:38–40  ·  view source on GitHub ↗

This can be overridden by specifying code: isbn_group: "some expression" in the appropriate yml file. @return an ISBN group number

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

regexifyMethod · 0.45

Tested by

no test coverage detected