()
| 9 | public 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() { |
nothing calls this directly
no test coverage detected