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

org.etlunit.parser.ETLTestOperation Maven / Gradle / Ivy

There is a newer version: 1.6.9
Show newest version
package org.etlunit.parser;

public interface ETLTestOperation extends ETLTestDebugTraceable
{
	String getOperationName();

	ETLTestValueObject getOperands();

	String description();

	ETLTestMethod getTestMethod();

	ETLTestClass getTestClass();

	ETLTestOperation createSibling(String name);

	ETLTestOperation createSibling(String name, ETLTestValueObject parameters);

	int getOrdinal();

	String getQualifiedName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy