(Faker faker)
| 12 | private final Faker faker; |
| 13 | |
| 14 | protected Finance(Faker faker) { |
| 15 | this.faker = faker; |
| 16 | } |
| 17 | |
| 18 | |
| 19 | private static final Map<String, String> countryCodeToBasicBankAccountNumberPattern = |
nothing calls this directly
no outgoing calls
no test coverage detected