All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.bookong.zest.runner.ZestClassRunner Maven / Gradle / Ivy

package com.github.bookong.zest.runner;

import java.sql.Connection;

import javax.sql.DataSource;

/**
 * @author jiangxu
 *
 */
public interface ZestClassRunner {

	Connection getConnection(DataSource dataSource);
	
	Object createTest() throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy