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

Method gtin8

src/test/java/com/github/javafaker/CodeTest.java:110–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 }
109
110 @Test
111 public void gtin8() {
112 assertThat(faker.code().gtin8(), matchesRegularExpression("\\d{8}"));
113 }
114
115 @Test
116 public void ean13() {

Callers

nothing calls this directly

Calls 2

codeMethod · 0.45

Tested by

no test coverage detected