()
| 8 | public class AncientTest extends AbstractFakerTest { |
| 9 | |
| 10 | @Test |
| 11 | public void god() { |
| 12 | assertThat(faker.ancient().god(), matchesRegularExpression("\\w+")); |
| 13 | } |
| 14 | |
| 15 | @Test |
| 16 | public void primordial() { |
nothing calls this directly
no test coverage detected