4849505152535455565758
public static List<Object[]> getMySqlResource() { if (USE_MYSQL) { return Collections.singletonList(new Object[] {"integration/config/mysql-db-config.xml", new MySqlTestDatabase()}); } else { return Collections.emptyList(); }
3031323334353637
{ return Collections.emptyList(); } else { return Collections.singletonList(new Object[] {"integration/config/mysql-host-port-db-config.xml", new MySqlTestDatabase()}); } }