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