()
| 10 | public class NationTest extends AbstractFakerTest { |
| 11 | |
| 12 | @Test |
| 13 | public void nationality() { |
| 14 | assertThat(faker.nation().nationality(), matchesRegularExpression("\\P{Cc}+")); |
| 15 | } |
| 16 | |
| 17 | @Test |
| 18 | public void language() { |
nothing calls this directly
no test coverage detected