()
| 8 | public class BeerTest extends AbstractFakerTest { |
| 9 | |
| 10 | @Test |
| 11 | public void testName() { |
| 12 | assertThat(faker.beer().name(), matchesRegularExpression("[\\p{L}'()\\., 0-9-’’]+")); |
| 13 | } |
| 14 | |
| 15 | @Test |
| 16 | public void testStyle() { |
nothing calls this directly
no test coverage detected