()
| 7 | |
| 8 | public 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() { |
nothing calls this directly
no test coverage detected