Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ asin
Method
asin
src/test/java/com/github/javafaker/CodeTest.java:92–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
@Test
93
public
void
asin() {
94
assertThat(faker.code().asin(), matchesRegularExpression(
"B000([A-Z]|\\d){6}"
));
95
}
96
97
@Test
98
public
void
imei() {
Callers
nothing calls this directly
Calls
2
matchesRegularExpression
Method · 0.80
code
Method · 0.45
Tested by
no test coverage detected