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

Method testCharacters

src/test/java/com/github/javafaker/BuffyTest.java:9–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8public class BuffyTest extends AbstractFakerTest {
9 @Test
10 public void testCharacters() {
11 assertThat(faker.buffy().characters(), isStringWithContents());
12 }
13
14 @Test
15 public void testQuotes() {

Callers

nothing calls this directly

Calls 3

buffyMethod · 0.80
isStringWithContentsMethod · 0.80
charactersMethod · 0.45

Tested by

no test coverage detected