()
| 38 | } |
| 39 | |
| 40 | @Test |
| 41 | public void testLogo() { |
| 42 | assertThat(faker.company().logo(), matchesRegularExpression("https://pigment.github.io/fake-logos/logos/medium/color/\\d+\\.png")); |
| 43 | } |
| 44 | |
| 45 | @Test |
| 46 | public void testProfession() { |
nothing calls this directly
no test coverage detected