()
| 9 | |
| 10 | // TODO - move these all out to en.yml by default. |
| 11 | public String university() { |
| 12 | return faker.fakeValuesService().resolve("educator.name", this, faker) |
| 13 | + " " |
| 14 | + faker.fakeValuesService().resolve("educator.tertiary.type", this, faker); |
| 15 | } |
| 16 | |
| 17 | public String course() { |
| 18 | return faker.fakeValuesService().resolve("educator.tertiary.degree.type", this, faker) |
nothing calls this directly
no test coverage detected