Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ meteorite
Method
meteorite
src/test/java/com/github/javafaker/SpaceTest.java:70–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
@Test
71
public
void
meteorite() {
72
assertThat(faker.space().meteorite(), matchesRegularExpression(
"(?U)([\\w()]+[ -–]?){1,4}"
));
73
}
74
}
Callers
nothing calls this directly
Calls
2
space
Method · 0.80
matchesRegularExpression
Method · 0.80
Tested by
no test coverage detected