Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ coatLength
Method
coatLength
src/test/java/com/github/javafaker/DogTest.java:40–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
@Test
41
public
void
coatLength() {
42
assertThat(faker.dog().coatLength(), matchesRegularExpression(
"[A-Za-z ]+"
));
43
}
44
45
@Test
46
public
void
size() {
Callers
nothing calls this directly
Calls
2
dog
Method · 0.80
matchesRegularExpression
Method · 0.80
Tested by
no test coverage detected