Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ testBloodGroup
Method
testBloodGroup
src/test/java/com/github/javafaker/NameTest.java:78–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
78
@Test
79
public
void
testBloodGroup() {
80
assertThat(faker.name().bloodGroup(), matchesRegularExpression(
"(A|B|AB|O)[+-]"
));
81
}
82
83
}
Callers
nothing calls this directly
Calls
3
bloodGroup
Method · 0.80
matchesRegularExpression
Method · 0.80
name
Method · 0.45
Tested by
no test coverage detected