use of com.yahoo.athenz.zts.store.ChangeLogStore in project athenz by yahoo.
the class S3ChangeLogStoreFactoryTest method testCreateStore.
@Test
public void testCreateStore() {
S3ChangeLogStoreFactory factory = new S3ChangeLogStoreFactory();
ChangeLogStore store = factory.create(null, null, null, null);
assertNotNull(store);
}
Aggregations