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

Method actor

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

Source from the content-addressed store, hash-verified

7
8public class LebowskiTest extends AbstractFakerTest {
9 @Test
10 public void actor() {
11 assertThat(faker.lebowski().actor(), matchesRegularExpression("^([\\w]+ ?){1,3}$"));
12 }
13
14 @Test
15 public void character() {

Callers

nothing calls this directly

Calls 2

lebowskiMethod · 0.80

Tested by

no test coverage detected