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