MCPcopy Create free account
hub / github.com/DiUS/java-faker / testLogo

Method testLogo

src/test/java/com/github/javafaker/CompanyTest.java:40–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 3

logoMethod · 0.80
companyMethod · 0.45

Tested by

no test coverage detected