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

org.etlunit.feature.postgresql_database.TestOperationProcessor Maven / Gradle / Ivy

package org.etlunit.feature.postgresql_database;

import org.etlunit.*;
import org.etlunit.context.VariableContext;
import org.etlunit.parser.ETLTestOperation;
import org.etlunit.parser.ETLTestValueObject;

public interface TestOperationProcessor {
	public ClassResponder.action_code processTest(TestOperation operation, ETLTestOperation op, ETLTestValueObject obj, VariableContext context, ExecutionContext econtext) throws TestAssertionFailure, TestExecutionError, TestWarning;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy