()
| 8 | } |
| 9 | |
| 10 | public String name() { |
| 11 | return faker.fakeValuesService().resolve("app.name", this, faker); |
| 12 | } |
| 13 | |
| 14 | public String version() { |
| 15 | return faker.numerify(faker.fakeValuesService().resolve("app.version", this, faker)); |
nothing calls this directly
no test coverage detected