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

Method name

src/test/java/com/github/javafaker/DogTest.java:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8public class DogTest extends AbstractFakerTest {
9
10 @Test
11 public void name() {
12 assertThat(faker.dog().name(), matchesRegularExpression("[A-Za-z ]+"));
13 }
14
15 @Test
16 public void breed() {

Callers 15

testNameMethod · 0.45
testNameMethod · 0.45
testNameMethod · 0.45
testNameMethod · 0.45
testNameMethod · 0.45
testNameWithMiddleMethod · 0.45
testFullNameMethod · 0.45
testFirstNameMethod · 0.45
testLastNameMethod · 0.45
testPrefixMethod · 0.45
testSuffixMethod · 0.45

Calls 2

dogMethod · 0.80

Tested by

no test coverage detected