MCPcopy Create free account
hub / github.com/DiUS/java-faker / testMd5

Method testMd5

src/test/java/com/github/javafaker/CryptoTest.java:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9public class CryptoTest extends AbstractFakerTest {
10
11 @Test
12 public void testMd5() {
13 assertThat(faker.crypto().md5(), matchesRegularExpression("[a-z\\d]+"));
14 }
15
16 @Test
17 public void testSha1() {

Callers

nothing calls this directly

Calls 3

md5Method · 0.80
cryptoMethod · 0.80

Tested by

no test coverage detected