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

Method testSlug

src/test/java/com/github/javafaker/InternetTest.java:270–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268 }
269
270 @Test
271 @Repeat(times=10)
272 public void testSlug() {
273 assertThat(faker.internet().slug(), matchesRegularExpression("[a-zA-Z]+\\_[a-zA-Z]+"));
274 }
275
276 @Test
277 @Repeat(times=10)

Callers

nothing calls this directly

Calls 3

slugMethod · 0.80
internetMethod · 0.80

Tested by

no test coverage detected