Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ testSha512
Method
testSha512
src/test/java/com/github/javafaker/CryptoTest.java:26–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
@Test
27
public
void
testSha512() {
28
assertThat(faker.crypto().sha512(), matchesRegularExpression(
"[a-z\\d]+"
));
29
}
30
}
Callers
nothing calls this directly
Calls
3
sha512
Method · 0.80
crypto
Method · 0.80
matchesRegularExpression
Method · 0.80
Tested by
no test coverage detected