40414243444546
@BeforeMethod public void setup() throws Exception { server = new TestingPrestoServer(); }
42434445464748
414243444546474849
@SuppressWarnings("JDBCResourceOpenedButNotSafelyClosed") @BeforeMethod public void setup() throws Exception { server = new TestingPrestoServer(); connection = createConnection(); statement = connection.createStatement(); }