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