1213141516171819
assertNotNull(env); } @Test public void newEmbeddedDerbyDbEnvironmentTest() throws Exception { DBEnvironment env = dbfit.api.DbEnvironmentFactory.newEnvironmentInstance("EmbeddedDerby"); assertNotNull(env); }
7891011121314
public class TeradataDbEnvironmentFactoryTest { @Test public void newDbEnvironmentTest() throws Exception { DBEnvironment env = dbfit.api.DbEnvironmentFactory.newEnvironmentInstance("Teradata"); assertNotNull(env); }