()
| 8 | public class AppTest extends AbstractFakerTest { |
| 9 | |
| 10 | @Test |
| 11 | public void testName() { |
| 12 | assertThat(faker.app().name(), matchesRegularExpression("([\\w-]+ ?)+")); |
| 13 | } |
| 14 | |
| 15 | @Test |
| 16 | public void testVersion() { |
nothing calls this directly
no test coverage detected