Search in sources :

Example 1 with S3ChangeLogStoreFactory

use of com.yahoo.athenz.zts.store.impl.S3ChangeLogStoreFactory 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);
}
Also used : ChangeLogStore(com.yahoo.athenz.zts.store.ChangeLogStore) S3ChangeLogStoreFactory(com.yahoo.athenz.zts.store.impl.S3ChangeLogStoreFactory) Test(org.testng.annotations.Test)

Aggregations

ChangeLogStore (com.yahoo.athenz.zts.store.ChangeLogStore)1 S3ChangeLogStoreFactory (com.yahoo.athenz.zts.store.impl.S3ChangeLogStoreFactory)1 Test (org.testng.annotations.Test)1