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

Method bs

src/main/java/com/github/javafaker/Company.java:57–61  ·  view source on GitHub ↗

When a straight answer won't do, BS to the rescue!

()

Source from the content-addressed store, hash-verified

55 * When a straight answer won't do, BS to the rescue!
56 */
57 public String bs() {
58 @SuppressWarnings("unchecked")
59 List<List<String>> buzzwordLists = (List<List<String>>) faker.fakeValuesService().fetchObject("company.bs");
60 return joinSampleOfEachList(buzzwordLists, " ");
61 }
62
63 /**
64 * Generate a random company logo url in PNG format.

Callers 1

testBsMethod · 0.80

Calls 3

joinSampleOfEachListMethod · 0.95
fetchObjectMethod · 0.80
fakeValuesServiceMethod · 0.80

Tested by 1

testBsMethod · 0.64