()
| 9 | public class OverwatchTest extends AbstractFakerTest { |
| 10 | |
| 11 | @Test |
| 12 | public void hero() { |
| 13 | assertThat(faker.overwatch().hero(), matchesRegularExpression("^(\\w+\\.?\\s?)+$")); |
| 14 | } |
| 15 | |
| 16 | @Test |
| 17 | public void location() { |
nothing calls this directly
no test coverage detected