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

Method call

src/test/java/com/github/javafaker/NumberTest.java:211–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209
210 return uniquePercentageOfResults(numbersToGet, new Callable<Double>() {
211 @Override
212 public Double call() throws Exception {
213 return faker.number().randomDouble(0, min, max);
214 }
215 });
216 }
217 };

Callers 1

Calls 3

randomDoubleMethod · 0.80
numberMethod · 0.80
numberBetweenMethod · 0.80

Tested by

no test coverage detected