MCPcopy Create free account
hub / github.com/DiUS/java-faker / iban

Method iban

src/test/java/com/github/javafaker/FinanceTest.java:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 @Test
31 public void iban() {
32 assertThat(faker.finance().iban(), matchesRegularExpression("[A-Z]{2}\\p{Alnum}{13,30}"));
33 }
34
35 @Test
36 public void ibanWithCountryCode() {

Callers 1

ibanWithCountryCodeMethod · 0.45

Calls 2

financeMethod · 0.80

Tested by

no test coverage detected