public class SqlServerDbEnvironmentFactoryTest {
@Ignore("SqlServer driver not available during build")
@Test
public void newDbEnvironmentTest() throws Exception {
DBEnvironment env = dbfit.api.DbEnvironmentFactory.newEnvironmentInstance("SqlServer");
assertNotNull(env);
}