(Faker faker)
| 4 | private final Faker faker; |
| 5 | |
| 6 | protected Educator(Faker faker) { |
| 7 | this.faker = faker; |
| 8 | } |
| 9 | |
| 10 | // TODO - move these all out to en.yml by default. |
| 11 | public String university() { |
nothing calls this directly
no outgoing calls
no test coverage detected