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

org.etlunit.DiffManager Maven / Gradle / Ivy

package org.etlunit;

import org.etlunit.parser.ETLTestOperation;

import java.util.List;

public interface DiffManager
{
	DiffGrid reportDiff(ETLTestOperation method, String failureId);

	DataSetGrid reportDataSet(ETLTestOperation method, List columns, String failureId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy