()
| 8 | public class ColorTest extends AbstractFakerTest { |
| 9 | |
| 10 | @Test |
| 11 | public void testName() { |
| 12 | assertThat(faker.color().name(), matchesRegularExpression("(\\w+ ?){1,2}")); |
| 13 | } |
| 14 | |
| 15 | @Test |
| 16 | public void testHex() { |
nothing calls this directly
no test coverage detected