import static org.assertj.core.api.Assertions.assertThat;
public class GraphiteReporterFactoryTest {
@Test
public void isDiscoverable() throws Exception {
assertThat(new DiscoverableSubtypeResolver().getDiscoveredSubtypes())
.contains(GraphiteReporterFactory.class);
}