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

Method testState

src/test/java/com/github/javafaker/TeamTest.java:23–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 @Test
24 public void testState() {
25 assertThat(faker.team().state(), matchesRegularExpression("(\\w+( )?){1,2}"));
26 }
27
28
29 @Test

Callers

nothing calls this directly

Calls 3

stateMethod · 0.45
teamMethod · 0.45

Tested by

no test coverage detected