use of org.pentaho.di.repository.pur.metastore.MetaStoreTestBase in project pentaho-kettle by pentaho.
the class PurRepositoryIT method testMetaStoreBasics.
@Test
public void testMetaStoreBasics() throws MetaStoreException {
IMetaStore metaStore = repository.getMetaStore();
assertNotNull(metaStore);
MetaStoreTestBase base = new MetaStoreTestBase();
base.testFunctionality(metaStore);
}
Aggregations