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

Method isbn13

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

@return a valid ISBN13 number with no separators (ex. 9789604250590)

()

Source from the content-addressed store, hash-verified

96 * @return a valid ISBN13 number with no separators (ex. 9789604250590)
97 */
98 public String isbn13() {
99 return isbn13(false);
100 }
101
102 /**
103 * @param separator true if you want separators returned, false otherwise

Callers 3

testIsbn13Method · 0.80
testOverridesMethod · 0.80

Calls 4

isbn13CheckDigitMethod · 0.95
stripIsbnSeparatorMethod · 0.95
toStringMethod · 0.80
expressionMethod · 0.45

Tested by 3

testIsbn13Method · 0.64
testOverridesMethod · 0.64