()
| 12 | } |
| 13 | |
| 14 | public String title() { |
| 15 | return faker.fakeValuesService().resolve("book.title", this, faker); |
| 16 | } |
| 17 | |
| 18 | public String publisher() { |
| 19 | return faker.fakeValuesService().resolve("book.publisher", this, faker); |
nothing calls this directly
no test coverage detected