()
| 14 | } |
| 15 | |
| 16 | public String color() { |
| 17 | return faker.fakeValuesService().resolve("color.name", this, faker); |
| 18 | } |
| 19 | |
| 20 | public String department() { |
| 21 | int numberOfDepartments = Math.max(faker.random().nextInt(4), 1); |
nothing calls this directly
no test coverage detected