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

Method testCharacter

src/test/java/com/github/javafaker/LoremTest.java:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 @Test
31 public void testCharacter() {
32 assertThat(String.valueOf(faker.lorem().character()), matchesRegularExpression("[a-z\\d]{1}"));
33 }
34
35 @Test
36 public void testCharacterIncludeUpperCase() {

Callers

nothing calls this directly

Calls 3

loremMethod · 0.80
characterMethod · 0.45

Tested by

no test coverage detected