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

Method imei

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

Source from the content-addressed store, hash-verified

95 }
96
97 @Test
98 public void imei() {
99 String imei = faker.code().imei();
100
101 assertThat(imei, matchesRegularExpression("\\A[\\d\\.\\:\\-\\s]+\\z"));
102 assertThat(LuhnCheckDigit.LUHN_CHECK_DIGIT.isValid(imei), is(true));
103 }
104
105 @Test
106 public void ean8() {

Callers

nothing calls this directly

Calls 2

codeMethod · 0.45

Tested by

no test coverage detected