public class DruidConnectionProviderTest extends TestCase {
private DruidConnectionProvider provider;
protected void setUp() throws Exception {
provider = new DruidConnectionProvider();
Map properties = new HashMap<String, Object>();
properties.put("url", "jdbc:mock:xxx");
provider.configure(properties);