()
| 83 | } |
| 84 | |
| 85 | private String domainSuffix() { |
| 86 | return faker.fakeValuesService().resolve("internet.domain_suffix", this, faker); |
| 87 | } |
| 88 | |
| 89 | private String joinSampleOfEachList(List<List<String>> listOfLists, String separator) { |
| 90 | List<String> words = new ArrayList<String>(); |
no test coverage detected