* Sets up the tests by creating a fake connection for test use
* @throws SQLException
*/
@BeforeClass
public static void setup() throws SQLException {
connection = new DebugMemConnection();
connection.setJdbcCompatibilityLevel(JdbcCompatibility.HIGH);
}