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