Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ medicineName
Method
medicineName
src/main/java/com/github/javafaker/Medical.java:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
}
10
11
public
String medicineName() {
12
return
faker.fakeValuesService().resolve(
"medical.medicine_name"
, this, faker);
13
}
14
15
public
String diseaseName() {
16
return
faker.fakeValuesService().resolve(
"medical.disease_name"
, this, faker);
Callers
1
testMedicineName
Method · 0.80
Calls
2
fakeValuesService
Method · 0.80
resolve
Method · 0.45
Tested by
1
testMedicineName
Method · 0.64