()
| 9 | public class HobbitTest extends AbstractFakerTest { |
| 10 | |
| 11 | @Test |
| 12 | public void character() { |
| 13 | assertThat(faker.hobbit().character(), matchesRegularExpression("^(\\(?\\w+\\.?\\s?\\)?)+$")); |
| 14 | } |
| 15 | |
| 16 | @Test |
| 17 | public void thorinsCompany() { |
nothing calls this directly
no test coverage detected