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

Method testUuid

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

Source from the content-addressed store, hash-verified

274 }
275
276 @Test
277 @Repeat(times=10)
278 public void testUuid() {
279 assertThat(faker.internet().uuid(), matchesRegularExpression("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"));
280 }
281
282 @Test
283 @Repeat(times=100)

Callers

nothing calls this directly

Calls 3

uuidMethod · 0.80
internetMethod · 0.80

Tested by

no test coverage detected