Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ quote
Method
quote
src/test/java/com/github/javafaker/DuneTest.java:26–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
@Test
27
public
void
quote() {
28
assertThat(faker.dune().quote(), matchesRegularExpression(
"\\P{Cc}+"
));
29
}
30
31
@Test
32
@Repeat(times = 10000)
Callers
1
randomQuote
Method · 0.45
Calls
2
dune
Method · 0.80
matchesRegularExpression
Method · 0.80
Tested by
no test coverage detected