Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ password
Method
password
src/main/java/com/github/javafaker/Internet.java:109–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
}
108
109
public
String password() {
110
return
password(8, 16);
111
}
112
113
public
String password(boolean includeDigit) {
114
return
password(8, 16, false, false, includeDigit);
Callers
6
testPassword
Method · 0.80
testPasswordIncludeDigit
Method · 0.80
testPasswordMinLengthMaxLength
Method · 0.80
testPasswordMinLengthMaxLengthIncludeUpperCase
Method · 0.80
testPasswordMinLengthMaxLengthIncludeUpperCaseIncludeSpecial
Method · 0.80
testPasswordMinLengthMaxLengthIncludeUpperCaseIncludeSpecialIncludeDigit
Method · 0.80
Calls
4
lorem
Method · 0.80
nextInt
Method · 0.80
characters
Method · 0.45
random
Method · 0.45
Tested by
6
testPassword
Method · 0.64
testPasswordIncludeDigit
Method · 0.64
testPasswordMinLengthMaxLength
Method · 0.64
testPasswordMinLengthMaxLengthIncludeUpperCase
Method · 0.64
testPasswordMinLengthMaxLengthIncludeUpperCaseIncludeSpecial
Method · 0.64
testPasswordMinLengthMaxLengthIncludeUpperCaseIncludeSpecialIncludeDigit
Method · 0.64