Search in sources :

Example 1 with MetaStoreTestBase

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);
}
Also used : MetaStoreTestBase(org.pentaho.di.repository.pur.metastore.MetaStoreTestBase) IMetaStore(org.pentaho.metastore.api.IMetaStore) Test(org.junit.Test)

Aggregations

Test (org.junit.Test)1 MetaStoreTestBase (org.pentaho.di.repository.pur.metastore.MetaStoreTestBase)1 IMetaStore (org.pentaho.metastore.api.IMetaStore)1