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

Method testCharacters

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

Source from the content-addressed store, hash-verified

39 }
40
41 @Test
42 public void testCharacters() {
43 assertThat(faker.lorem().characters(), matchesRegularExpression("[a-z\\d]{255}"));
44 }
45
46 @Test
47 public void testCharactersIncludeUpperCase() {

Callers

nothing calls this directly

Calls 3

loremMethod · 0.80
charactersMethod · 0.45

Tested by

no test coverage detected