Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ saying
Method
saying
src/test/java/com/github/javafaker/DuneTest.java:39–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
@Test
40
public
void
saying() {
41
assertThat(faker.dune().saying(), matchesRegularExpression(
"\\P{Cc}+"
));
42
}
43
44
@Test
45
@Repeat(times = 10000)
Callers
1
randomSaying
Method · 0.45
Calls
2
dune
Method · 0.80
matchesRegularExpression
Method · 0.80
Tested by
no test coverage detected