Package dbfit.environment

Source Code of dbfit.environment.NetezzaDbEnvironmentFactoryTest

package dbfit.environment;

import dbfit.api.DBEnvironment;
import org.junit.Test;
import static org.junit.Assert.*;

public class NetezzaDbEnvironmentFactoryTest {

    @Test
    public void newDbEnvironmentTest() throws Exception {
        DBEnvironment env = dbfit.api.DbEnvironmentFactory.newEnvironmentInstance("Netezza");
        assertNotNull(env);
    }
}
TOP

Related Classes of dbfit.environment.NetezzaDbEnvironmentFactoryTest

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.