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

Method valid

src/main/java/com/github/javafaker/IdNumber.java:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 }
12
13 public String valid() {
14 return faker.fakeValuesService().resolve("id_number.valid", this, faker);
15 }
16
17 public String invalid() {
18 return faker.numerify(faker.fakeValuesService().resolve("id_number.invalid", this, faker));

Callers

nothing calls this directly

Calls 2

fakeValuesServiceMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected