| 7 | import static org.junit.Assert.assertThat; |
| 8 | |
| 9 | public class ChuckNorrisTest extends AbstractFakerTest { |
| 10 | |
| 11 | @Test |
| 12 | public void testFact() { |
| 13 | assertThat(faker.chuckNorris().fact(), not(isEmptyOrNullString())); |
| 14 | } |
| 15 | } |
nothing calls this directly
no outgoing calls
no test coverage detected