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

org.jmockring.utils.dbunit.DbUnitPostExecutor Maven / Gradle / Ivy

The newest version!
package org.jmockring.utils.dbunit;

import org.dbunit.database.IDatabaseConnection;

/**
 * @author Pavel Lechev
 * @since 14/06/13
 */
public interface DbUnitPostExecutor {

    void execute(IDatabaseConnection connection);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy