Skip to content

Commit

Permalink
Make DbUnitTestContext and related classes public
Browse files Browse the repository at this point in the history
Closes gh-74
  • Loading branch information
sacdroid authored and philwebb committed Apr 14, 2016
1 parent b88acee commit 1529daa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -27,7 +27,7 @@
*
* @author Phillip Webb
*/
class DatabaseConnections {
public class DatabaseConnections {

private final String[] names;

Expand Down
Expand Up @@ -52,7 +52,7 @@
* @author Sunitha Rajarathnam
* @author Oleksii Lomako
*/
class DbUnitRunner {
public class DbUnitRunner {

private static final Log logger = LogFactory.getLog(DbUnitTestExecutionListener.class);

Expand Down
Expand Up @@ -29,7 +29,7 @@
*
* @author Phillip Webb
*/
interface DbUnitTestContext {
public interface DbUnitTestContext {

/**
* Returns the {@link IDatabaseConnection} that should be used when performing database setup and teardown.
Expand Down

0 comments on commit 1529daa

Please sign in to comment.