MCPcopy 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

bloodGroupMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected