Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ testIngverb
Method
testIngverb
src/test/java/com/github/javafaker/HackerTest.java:30–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
@Test
31
public
void
testIngverb() {
32
assertThat(faker.hacker().ingverb(), matchesRegularExpression(
"\\w+ing( \\w+)?"
));
33
}
34
}
Callers
nothing calls this directly
Calls
3
ingverb
Method · 0.80
hacker
Method · 0.80
matchesRegularExpression
Method · 0.80
Tested by
no test coverage detected