()
| 21 | } |
| 22 | |
| 23 | public String suffix() { |
| 24 | return faker.fakeValuesService().resolve("company.suffix", this, faker); |
| 25 | } |
| 26 | |
| 27 | public String industry() { |
| 28 | return faker.fakeValuesService().resolve("company.industry", this, faker); |
nothing calls this directly
no test coverage detected