()
| 23 | } |
| 24 | |
| 25 | @Test |
| 26 | public void bic() { |
| 27 | assertThat(faker.finance().bic(), matchesRegularExpression("([A-Z]){4}([A-Z]){2}([0-9A-Z]){2}([0-9A-Z]{3})?")); |
| 28 | } |
| 29 | |
| 30 | @Test |
| 31 | public void iban() { |
nothing calls this directly
no test coverage detected