()
| 8 | public class RobinTest extends AbstractFakerTest { |
| 9 | |
| 10 | @Test |
| 11 | public void quote() { |
| 12 | assertThat(faker.robin().quote(), matchesRegularExpression("^(\\w+\\.?-?'?\\s?)+(\\(?)?(\\w+\\s?\\.?)+(\\))?$")); |
| 13 | } |
| 14 | } |
nothing calls this directly
no test coverage detected