()
| 7 | |
| 8 | public class BuffyTest extends AbstractFakerTest { |
| 9 | @Test |
| 10 | public void testCharacters() { |
| 11 | assertThat(faker.buffy().characters(), isStringWithContents()); |
| 12 | } |
| 13 | |
| 14 | @Test |
| 15 | public void testQuotes() { |
nothing calls this directly
no test coverage detected