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

Method hex

src/main/java/com/github/javafaker/Color.java:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 }
13
14 public String hex() {
15 return hex(true);
16 }
17
18 public String hex(boolean includeHashSign) {
19 String hexString = faker.random().hex(6);

Callers 3

testHexMethod · 0.45
testHexNoHashSignMethod · 0.45
testHexMethod · 0.45

Calls 1

randomMethod · 0.45

Tested by 3

testHexMethod · 0.36
testHexNoHashSignMethod · 0.36
testHexMethod · 0.36