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

Method testDigit

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

Source from the content-addressed store, hash-verified

312 }
313
314 @Test
315 public void testDigit() {
316 String digit = faker.number().digit();
317
318 assertThat(digit, matchesRegularExpression("[0-9]"));
319 }
320
321 @Test
322 public void testDigits() {

Callers

nothing calls this directly

Calls 3

digitMethod · 0.80
numberMethod · 0.80

Tested by

no test coverage detected