irakatz
irakatz
I have the same problem, we are trying to fix it.
This is a right solution. But in my opinion, I try to modify some source code to kill this problem.
Also, when I read the source code, another bug happens. In src/test/java/com.github.javafaker/InternetTest. Its method "testPasswordMinLengthMaxLengthIncludeUpperCaseIncludeSpecialIncludeDigit()" tests the digit with assertThat(faker.internet().password(10, 25, true, true, true), matchesRegularExpression("[a-zA-Z\\d!@#$%^&*]{10,25}")); But actually I find the...
https://github.com/irakatz/Schedule